Home
last modified time | relevance | path

Searched refs:ISensorEventConnection (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/libs/gui/
DISensorEventConnection.cpp40 class BpSensorEventConnection : public BpInterface<ISensorEventConnection>
44 : BpInterface<ISensorEventConnection>(impl) in BpSensorEventConnection()
53 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor()); in getSensorChannel()
62 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor()); in enableDisable()
75 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor()); in setEventRate()
84 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor()); in flush()
103 CHECK_INTERFACE(ISensorEventConnection, data, reply); in onTransact()
109 CHECK_INTERFACE(ISensorEventConnection, data, reply); in onTransact()
121 CHECK_INTERFACE(ISensorEventConnection, data, reply); in onTransact()
129 CHECK_INTERFACE(ISensorEventConnection, data, reply); in onTransact()
DISensorServer.cpp86 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName, in createSensorEventConnection()
95 return interface_cast<ISensorEventConnection>(reply.readStrongBinder()); in createSensorEventConnection()
134 sp<ISensorEventConnection> connection(createSensorEventConnection(packageName, mode, in onTransact()
DAndroid.mk62 ISensorEventConnection.cpp \
DSensorEventQueue.cpp42 SensorEventQueue::SensorEventQueue(const sp<ISensorEventConnection>& connection) in SensorEventQueue()
DSensorManager.cpp218 sp<ISensorEventConnection> connection = in createEventQueue()
/frameworks/native/include/gui/
DSensorEventQueue.h44 class ISensorEventConnection; variable
68 SensorEventQueue(const sp<ISensorEventConnection>& connection);
98 sp<ISensorEventConnection> mSensorEventConnection;
DISensorEventConnection.h33 class ISensorEventConnection : public IInterface
47 class BnSensorEventConnection : public BnInterface<ISensorEventConnection>
DISensorServer.h32 class ISensorEventConnection; variable
43 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName,
/frameworks/native/services/sensorservice/
DSensorService.h153 virtual sp<ISensorEventConnection> createSensorEventConnection(
DSensorService.cpp893 sp<ISensorEventConnection> SensorService::createSensorEventConnection(const String8& packageName, in createSensorEventConnection()