repo.or.cz
/
jack2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add innosetup files
[jack2.git]
/
android
/
BnAndroidShm.h
blob
9b3a46afa75439152dad348f8d18857cc4d48236
1
#ifndef BNANDROIDSHM
2
#define BNANDROIDSHM
3
4
#include <binder/Parcel.h>
5
#include
"IAndroidShm.h"
6
7
namespace
android
{
8
class
BnAndroidShm
:
public
BnInterface
<
IAndroidShm
> {
9
public
:
10
virtual
status_t
onTransact
(
uint32_t
code
,
11
const
Parcel
&
data
,
12
Parcel
*
reply
,
13
uint32_t
flags
=
0
);
14
};
15
};
16
#endif