Searched refs:ISensorEventConnection (Results 1 – 10 of 10) sorted by relevance
40 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()
64 virtual sp<ISensorEventConnection> createSensorEventConnection() in createSensorEventConnection()69 return interface_cast<ISensorEventConnection>(reply.readStrongBinder()); in createSensorEventConnection()93 sp<ISensorEventConnection> connection(createSensorEventConnection()); in onTransact()
19 ISensorEventConnection.cpp \
136 sp<ISensorEventConnection> connection = in createEventQueue()
37 SensorEventQueue::SensorEventQueue(const sp<ISensorEventConnection>& connection) in SensorEventQueue()
43 class ISensorEventConnection; variable55 SensorEventQueue(const sp<ISensorEventConnection>& connection);81 sp<ISensorEventConnection> mSensorEventConnection;
32 class ISensorEventConnection; variable40 virtual sp<ISensorEventConnection> createSensorEventConnection() = 0;
33 class ISensorEventConnection : public IInterface47 class BnSensorEventConnection : public BnInterface<ISensorEventConnection>
71 virtual sp<ISensorEventConnection> createSensorEventConnection();
499 sp<ISensorEventConnection> SensorService::createSensorEventConnection() in createSensorEventConnection()