Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DISensorEventConnection.cpp40 class BpSensorEventConnection : public BpInterface<ISensorEventConnection>
44 : BpInterface<ISensorEventConnection>(impl) in BpSensorEventConnection()
51 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor()); in getSensorChannel()
60 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor()); in enableDisable()
73 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor()); in setEventRate()
82 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor()); in flush()
97 CHECK_INTERFACE(ISensorEventConnection, data, reply); in onTransact()
103 CHECK_INTERFACE(ISensorEventConnection, data, reply); in onTransact()
115 CHECK_INTERFACE(ISensorEventConnection, data, reply); in onTransact()
123 CHECK_INTERFACE(ISensorEventConnection, data, reply); in onTransact()
DISensorServer.cpp64 virtual sp<ISensorEventConnection> createSensorEventConnection() in createSensorEventConnection()
69 return interface_cast<ISensorEventConnection>(reply.readStrongBinder()); in createSensorEventConnection()
93 sp<ISensorEventConnection> connection(createSensorEventConnection()); in onTransact()
DAndroid.mk19 ISensorEventConnection.cpp \
DSensorManager.cpp136 sp<ISensorEventConnection> connection = in createEventQueue()
DSensorEventQueue.cpp37 SensorEventQueue::SensorEventQueue(const sp<ISensorEventConnection>& connection) in SensorEventQueue()
/frameworks/native/include/gui/
DSensorEventQueue.h43 class ISensorEventConnection; variable
55 SensorEventQueue(const sp<ISensorEventConnection>& connection);
81 sp<ISensorEventConnection> mSensorEventConnection;
DISensorServer.h32 class ISensorEventConnection; variable
40 virtual sp<ISensorEventConnection> createSensorEventConnection() = 0;
DISensorEventConnection.h33 class ISensorEventConnection : public IInterface
47 class BnSensorEventConnection : public BnInterface<ISensorEventConnection>
/frameworks/native/services/sensorservice/
DSensorService.h71 virtual sp<ISensorEventConnection> createSensorEventConnection();
DSensorService.cpp499 sp<ISensorEventConnection> SensorService::createSensorEventConnection() in createSensorEventConnection()