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 | 147 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName, in createSensorEventConnection() 157 return interface_cast<ISensorEventConnection>(reply.readStrongBinder()); in createSensorEventConnection() 181 virtual sp<ISensorEventConnection> createSensorDirectConnection(const String16& opPackageName, in createSensorDirectConnection() 193 return interface_cast<ISensorEventConnection>(reply.readStrongBinder()); in createSensorDirectConnection() 245 sp<ISensorEventConnection> connection(createSensorEventConnection(packageName, mode, in onTransact() 304 sp<ISensorEventConnection> ch = createSensorDirectConnection( in onTransact()
|
D | Android.bp | 51 "ISensorEventConnection.cpp",
|
D | SensorManager.cpp | 364 sp<ISensorEventConnection> connection = mSensorServer->createSensorEventConnection( in assertStateLocked() 420 sp<ISensorEventConnection> conn = in assertStateLocked()
|
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 48 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName, 54 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 | 99 std::unordered_map<int, sp<ISensorEventConnection>> mDirectConnection;
|
/frameworks/native/services/sensorservice/ |
D | SensorService.h | 398 virtual sp<ISensorEventConnection> createSensorEventConnection( 404 virtual sp<ISensorEventConnection> createSensorDirectConnection(const String16& opPackageName,
|
D | SensorService.cpp | 1581 sp<ISensorEventConnection> SensorService::createSensorEventConnection(const String8& packageName, in createSensorEventConnection() 1637 sp<ISensorEventConnection> SensorService::createSensorDirectConnection( in createSensorDirectConnection()
|