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

/frameworks/native/libs/gui/
H A DISensorEventConnection.cpp27 #include <gui/ISensorEventConnection.h>
40 class BpSensorEventConnection : public BpInterface<ISensorEventConnection>
44 : BpInterface<ISensorEventConnection>(impl)
53 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor());
62 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor());
75 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor());
84 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor());
103 CHECK_INTERFACE(ISensorEventConnection, data, reply);
109 CHECK_INTERFACE(ISensorEventConnection, data, reply);
121 CHECK_INTERFACE(ISensorEventConnection, dat
[all...]
H A DISensorServer.cpp30 #include <gui/ISensorEventConnection.h>
86 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName,
95 return interface_cast<ISensorEventConnection>(reply.readStrongBinder());
134 sp<ISensorEventConnection> connection(createSensorEventConnection(packageName, mode,
H A DSensorEventQueue.cpp32 #include <gui/ISensorEventConnection.h>
42 SensorEventQueue::SensorEventQueue(const sp<ISensorEventConnection>& connection)
H A DSensorManager.cpp30 #include <gui/ISensorEventConnection.h>
218 sp<ISensorEventConnection> connection =
H A DAndroid.mk62 ISensorEventConnection.cpp \
/frameworks/native/include/gui/
H A DISensorEventConnection.h33 class ISensorEventConnection : public IInterface class in namespace:android
47 class BnSensorEventConnection : public BnInterface<ISensorEventConnection>
H A DISensorServer.h32 class ISensorEventConnection;
43 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName,
H A DSensorEventQueue.h44 class ISensorEventConnection;
68 SensorEventQueue(const sp<ISensorEventConnection>& connection);
98 sp<ISensorEventConnection> mSensorEventConnection;
/frameworks/native/services/sensorservice/
H A DSensorService.h26 #include <gui/ISensorEventConnection.h>
153 virtual sp<ISensorEventConnection> createSensorEventConnection(
H A DSensorEventConnection.h37 #include <gui/ISensorEventConnection.h>
H A DSensorService.cpp893 sp<ISensorEventConnection> SensorService::createSensorEventConnection(const String8& packageName,

Completed in 831 milliseconds