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.cpp147 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()
DAndroid.bp51 "ISensorEventConnection.cpp",
DSensorManager.cpp364 sp<ISensorEventConnection> connection = mSensorServer->createSensorEventConnection( in assertStateLocked()
420 sp<ISensorEventConnection> conn = in assertStateLocked()
DSensorEventQueue.cpp40 SensorEventQueue::SensorEventQueue(const sp<ISensorEventConnection>& connection) in SensorEventQueue()
/frameworks/native/libs/sensor/include/sensor/
DISensorServer.h33 class ISensorEventConnection; variable
48 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName,
54 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.h99 std::unordered_map<int, sp<ISensorEventConnection>> mDirectConnection;
/frameworks/native/services/sensorservice/
DSensorService.h398 virtual sp<ISensorEventConnection> createSensorEventConnection(
404 virtual sp<ISensorEventConnection> createSensorDirectConnection(const String16& opPackageName,
DSensorService.cpp1581 sp<ISensorEventConnection> SensorService::createSensorEventConnection(const String8& packageName, in createSensorEventConnection()
1637 sp<ISensorEventConnection> SensorService::createSensorDirectConnection( in createSensorDirectConnection()