Home
last modified time | relevance | path

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

/frameworks/native/libs/sensor/
DISensorEventConnection.cpp43 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 …]
DISensorServer.cpp93 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()
DAndroid.bp29 "ISensorEventConnection.cpp",
DSensorManager.cpp233 sp<ISensorEventConnection> connection = in createEventQueue()
267 sp<ISensorEventConnection> conn = in createDirectChannel()
DSensorEventQueue.cpp40 SensorEventQueue::SensorEventQueue(const sp<ISensorEventConnection>& connection) in SensorEventQueue()
/frameworks/native/libs/sensor/include/sensor/
DISensorServer.h33 class ISensorEventConnection; variable
47 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName,
51 virtual sp<ISensorEventConnection> createSensorDirectConnection(const String16& opPackageName,
DSensorEventQueue.h44 class ISensorEventConnection; variable
68 explicit SensorEventQueue(const sp<ISensorEventConnection>& connection);
105 sp<ISensorEventConnection> mSensorEventConnection;
DISensorEventConnection.h34 class ISensorEventConnection : public IInterface
51 class BnSensorEventConnection : public BnInterface<ISensorEventConnection>
DSensorManager.h87 std::unordered_map<int, sp<ISensorEventConnection>> mDirectConnection;
/frameworks/native/services/sensorservice/
DSensorService.h287 virtual sp<ISensorEventConnection> createSensorEventConnection(
291 virtual sp<ISensorEventConnection> createSensorDirectConnection(const String16& opPackageName,
DSensorService.cpp1237 sp<ISensorEventConnection> SensorService::createSensorEventConnection(const String8& packageName, in createSensorEventConnection()
1275 sp<ISensorEventConnection> SensorService::createSensorDirectConnection( in createSensorDirectConnection()