OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISensorEventConnection
(Results
1 - 12
of
12
) sorted by null
/frameworks/native/libs/sensor/
ISensorEventConnection.cpp
17
#include <sensor/
ISensorEventConnection
.h>
43
class BpSensorEventConnection : public BpInterface<
ISensorEventConnection
>
47
: BpInterface<
ISensorEventConnection
>(impl)
56
data.writeInterfaceToken(
ISensorEventConnection
::getInterfaceDescriptor());
65
data.writeInterfaceToken(
ISensorEventConnection
::getInterfaceDescriptor());
78
data.writeInterfaceToken(
ISensorEventConnection
::getInterfaceDescriptor());
87
data.writeInterfaceToken(
ISensorEventConnection
::getInterfaceDescriptor());
94
data.writeInterfaceToken(
ISensorEventConnection
::getInterfaceDescriptor());
103
BpInterface<
ISensorEventConnection
>::onLastStrongRef(id);
126
CHECK_INTERFACE(
ISensorEventConnection
, data, reply)
[
all
...]
ISensorServer.cpp
33
#include <sensor/
ISensorEventConnection
.h>
93
virtual sp<
ISensorEventConnection
> createSensorEventConnection(const String8& packageName,
102
return interface_cast<
ISensorEventConnection
>(reply.readStrongBinder());
112
virtual sp<
ISensorEventConnection
> createSensorDirectConnection(const String16& opPackageName,
122
return interface_cast<
ISensorEventConnection
>(reply.readStrongBinder());
173
sp<
ISensorEventConnection
> connection(createSensorEventConnection(packageName, mode,
202
sp<
ISensorEventConnection
> ch =
SensorEventQueue.cpp
29
#include <sensor/
ISensorEventConnection
.h>
39
SensorEventQueue::SensorEventQueue(const sp<
ISensorEventConnection
>& connection)
SensorManager.cpp
34
#include <sensor/
ISensorEventConnection
.h>
233
sp<
ISensorEventConnection
> connection =
267
sp<
ISensorEventConnection
> conn =
/frameworks/native/libs/sensor/include/sensor/
ISensorEventConnection.h
34
class
ISensorEventConnection
: public IInterface
51
class BnSensorEventConnection : public BnInterface<
ISensorEventConnection
>
ISensorServer.h
33
class
ISensorEventConnection
;
47
virtual sp<
ISensorEventConnection
> createSensorEventConnection(const String8& packageName,
51
virtual sp<
ISensorEventConnection
> createSensorDirectConnection(const String16& opPackageName,
SensorEventQueue.h
43
class
ISensorEventConnection
;
67
SensorEventQueue(const sp<
ISensorEventConnection
>& connection);
97
sp<
ISensorEventConnection
> mSensorEventConnection;
SensorManager.h
87
std::unordered_map<int, sp<
ISensorEventConnection
>> mDirectConnection;
/frameworks/native/services/sensorservice/
SensorDirectConnection.h
28
#include <sensor/
ISensorEventConnection
.h>
58
//
ISensorEventConnection
functions
SensorService.h
27
#include <sensor/
ISensorEventConnection
.h>
193
virtual sp<
ISensorEventConnection
> createSensorEventConnection(
197
virtual sp<
ISensorEventConnection
> createSensorDirectConnection(const String16& opPackageName,
SensorEventConnection.h
37
#include <sensor/
ISensorEventConnection
.h>
SensorService.cpp
[
all
...]
Completed in 69 milliseconds