Searched refs:ISensorEventConnection (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/libs/gui/ |
D | ISensorEventConnection.cpp | 40 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()
|
D | ISensorServer.cpp | 86 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()
|
D | Android.mk | 62 ISensorEventConnection.cpp \
|
D | SensorEventQueue.cpp | 42 SensorEventQueue::SensorEventQueue(const sp<ISensorEventConnection>& connection) in SensorEventQueue()
|
D | SensorManager.cpp | 218 sp<ISensorEventConnection> connection = in createEventQueue()
|
/frameworks/native/include/gui/ |
D | SensorEventQueue.h | 44 class ISensorEventConnection; variable 68 SensorEventQueue(const sp<ISensorEventConnection>& connection); 98 sp<ISensorEventConnection> mSensorEventConnection;
|
D | ISensorEventConnection.h | 33 class ISensorEventConnection : public IInterface 47 class BnSensorEventConnection : public BnInterface<ISensorEventConnection>
|
D | ISensorServer.h | 32 class ISensorEventConnection; variable 43 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName,
|
/frameworks/native/services/sensorservice/ |
D | SensorService.h | 153 virtual sp<ISensorEventConnection> createSensorEventConnection(
|
D | SensorService.cpp | 893 sp<ISensorEventConnection> SensorService::createSensorEventConnection(const String8& packageName, in createSensorEventConnection()
|