Searched refs:ISensorEventConnection (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/libs/sensor/ |
D | ISensorEventConnection.cpp | 43 class BpSensorEventConnection : public BpInterface<ISensorEventConnection> 47 : BpInterface<ISensorEventConnection>(impl) in BpSensorEventConnection() 56 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor()); in getSensorChannel() 65 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor()); in enableDisable() 78 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor()); in setEventRate() 87 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor()); in flush() 94 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor()); in configureChannel() 103 BpInterface<ISensorEventConnection>::onLastStrongRef(id); in onLastStrongRef() 126 CHECK_INTERFACE(ISensorEventConnection, data, reply); in onTransact() 132 CHECK_INTERFACE(ISensorEventConnection, data, reply); in onTransact() [all …]
|
D | ISensorServer.cpp | 93 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName, in createSensorEventConnection() 102 return interface_cast<ISensorEventConnection>(reply.readStrongBinder()); in createSensorEventConnection() 112 virtual sp<ISensorEventConnection> createSensorDirectConnection(const String16& opPackageName, in createSensorDirectConnection() 122 return interface_cast<ISensorEventConnection>(reply.readStrongBinder()); in createSensorDirectConnection() 173 sp<ISensorEventConnection> connection(createSensorEventConnection(packageName, mode, in onTransact() 206 sp<ISensorEventConnection> ch = in onTransact()
|
D | Android.bp | 29 "ISensorEventConnection.cpp",
|
D | SensorManager.cpp | 233 sp<ISensorEventConnection> connection = in createEventQueue() 267 sp<ISensorEventConnection> conn = in createDirectChannel()
|
D | SensorEventQueue.cpp | 40 SensorEventQueue::SensorEventQueue(const sp<ISensorEventConnection>& connection) in SensorEventQueue()
|
/frameworks/native/libs/sensor/include/sensor/ |
D | ISensorServer.h | 33 class ISensorEventConnection; variable 47 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName, 51 virtual sp<ISensorEventConnection> createSensorDirectConnection(const String16& opPackageName,
|
D | SensorEventQueue.h | 44 class ISensorEventConnection; variable 68 explicit SensorEventQueue(const sp<ISensorEventConnection>& connection); 105 sp<ISensorEventConnection> mSensorEventConnection;
|
D | ISensorEventConnection.h | 34 class ISensorEventConnection : public IInterface 51 class BnSensorEventConnection : public BnInterface<ISensorEventConnection>
|
D | SensorManager.h | 87 std::unordered_map<int, sp<ISensorEventConnection>> mDirectConnection;
|
/frameworks/native/services/sensorservice/ |
D | SensorService.h | 287 virtual sp<ISensorEventConnection> createSensorEventConnection( 291 virtual sp<ISensorEventConnection> createSensorDirectConnection(const String16& opPackageName,
|
D | SensorService.cpp | 1237 sp<ISensorEventConnection> SensorService::createSensorEventConnection(const String8& packageName, in createSensorEventConnection() 1275 sp<ISensorEventConnection> SensorService::createSensorDirectConnection( in createSensorDirectConnection()
|