File: IAndroidShm.cpp

package info (click to toggle)
jackd2 1.9.22~dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,984 kB
  • sloc: cpp: 48,694; ansic: 23,970; python: 13,621; sh: 228; makefile: 31
file content (6 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#include "IAndroidShm.h"
#include "BpAndroidShm.h"

namespace android{
	IMPLEMENT_META_INTERFACE(AndroidShm, "com.samsung.android.jam.IAndroidShm");
};