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()
53 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor()); in getSensorChannel()
62 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor()); in enableDisable()
75 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor()); in setEventRate()
84 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor()); in flush()
103 CHECK_INTERFACE(ISensorEventConnection, data, reply); in onTransact()
109 CHECK_INTERFACE(ISensorEventConnection, data, reply); in onTransact()
121 CHECK_INTERFACE(ISensorEventConnection, data, reply); in onTransact()
129 CHECK_INTERFACE(ISensorEventConnection, data, reply); in onTransact()
DISensorServer.cpp68 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName, in createSensorEventConnection()
77 return interface_cast<ISensorEventConnection>(reply.readStrongBinder()); in createSensorEventConnection()
116 sp<ISensorEventConnection> connection(createSensorEventConnection(packageName, mode, in onTransact()
DAndroid.mk60 ISensorEventConnection.cpp \
DSensorManager.cpp143 sp<ISensorEventConnection> connection = in createEventQueue()
DSensorEventQueue.cpp42 SensorEventQueue::SensorEventQueue(const sp<ISensorEventConnection>& connection) in SensorEventQueue()
/frameworks/native/include/gui/
DSensorEventQueue.h44 class ISensorEventConnection; variable
56 SensorEventQueue(const sp<ISensorEventConnection>& connection);
85 sp<ISensorEventConnection> mSensorEventConnection;
DISensorServer.h32 class ISensorEventConnection; variable
41 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName,
DISensorEventConnection.h33 class ISensorEventConnection : public IInterface
47 class BnSensorEventConnection : public BnInterface<ISensorEventConnection>
/frameworks/native/services/sensorservice/
DSensorService.h130 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName,
DSensorService.cpp738 sp<ISensorEventConnection> SensorService::createSensorEventConnection(const String8& packageName, in createSensorEventConnection()