Home
last modified time | relevance | path

Searched refs:Sensors (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/sensors/1.0/default/
DSensors.cpp56 Sensors::Sensors() in Sensors() function in android::hardware::sensors::V1_0::implementation::Sensors
112 status_t Sensors::initCheck() const { in initCheck()
116 Return<void> Sensors::getSensorsList(getSensorsList_cb _hidl_cb) { in getSensorsList()
135 int Sensors::getHalDeviceVersion() const { in getHalDeviceVersion()
143 Return<Result> Sensors::setOperationMode(OperationMode mode) { in setOperationMode()
151 Return<Result> Sensors::activate( in activate()
160 Return<void> Sensors::poll(int32_t maxCount, poll_cb _hidl_cb) { in poll()
234 Return<Result> Sensors::batch( in batch()
247 Return<Result> Sensors::flush(int32_t sensor_handle) { in flush()
251 Return<Result> Sensors::injectSensorData(const Event& event) { in injectSensorData()
[all …]
DSensors.h33 struct Sensors : public ::android::hardware::sensors::V1_0::ISensors { struct
34 Sensors();
77 DISALLOW_COPY_AND_ASSIGN(Sensors); argument
DAndroid.bp15 srcs: ["Sensors.cpp"],
/hardware/interfaces/sensors/aidl/default/
DSensors.cpp34 ScopedAStatus Sensors::activate(int32_t in_sensorHandle, bool in_enabled) { in activate()
44 ScopedAStatus Sensors::batch(int32_t in_sensorHandle, int64_t in_samplingPeriodNs, in batch()
55 ScopedAStatus Sensors::configDirectReport(int32_t /* in_sensorHandle */, in configDirectReport()
64 ScopedAStatus Sensors::flush(int32_t in_sensorHandle) { in flush()
73 ScopedAStatus Sensors::getSensorsList(std::vector<SensorInfo>* _aidl_return) { in getSensorsList()
80 ScopedAStatus Sensors::initialize( in initialize()
128 ScopedAStatus Sensors::injectSensorData(const Event& in_event) { in injectSensorData()
136 ScopedAStatus Sensors::registerDirectChannel(const ISensors::SharedMemInfo& /* in_mem */, in registerDirectChannel()
143 ScopedAStatus Sensors::setOperationMode(OperationMode in_mode) { in setOperationMode()
150 ScopedAStatus Sensors::unregisterDirectChannel(int32_t /* in_channelHandle */) { in unregisterDirectChannel()
Dmain.cpp23 using aidl::android::hardware::sensors::Sensors;
29 auto sensor = ndk::SharedRefBase::make<Sensors>(); in main()
30 const std::string sensorName = std::string() + Sensors::descriptor + "/default"; in main()
DAndroid.bp39 "Sensors.cpp",
/hardware/interfaces/sensors/2.1/default/
DSensorsV2_1.h33 using Sensors = ::android::hardware::sensors::V2_X::implementation::Sensors<ISensors>; variable
51 struct SensorsV2_1 : public Sensors {
/hardware/interfaces/sensors/aidl/default/include/sensors-impl/
DSensors.h37 class Sensors : public BnSensors, public ISensorsEventCallback {
41 Sensors() in Sensors() function
59 virtual ~Sensors() { in ~Sensors()
132 static void startReadWakeLockThread(Sensors* sensors) { sensors->readWakeLockFMQ(); } in startReadWakeLockThread()
/hardware/interfaces/sensors/common/default/2.X/
DSensors.h42 struct Sensors : public ISensorsInterface, public ISensorsEventCallback { struct
57 Sensors() in Sensors() function
74 virtual ~Sensors() { in ~Sensors() argument
234 static void startReadWakeLockThread(Sensors* sensors) { sensors->readWakeLockFMQ(); } in startReadWakeLockThread() argument
/hardware/interfaces/sensors/2.0/default/
DSensorsV2_0.h30 struct SensorsV2_0 : public ::android::hardware::sensors::V2_X::implementation::Sensors<ISensors> {
/hardware/google/aemu/host-common/include/host-common/
DAddressSpaceService.h35 Sensors = 2, enumerator
/hardware/libhardware/modules/sensors/dynamic_sensor/
DREADME.md1 # Dynamic Sensors
8 * [Sensors Multi-HAL](https://source.android.com/devices/sensors/sensors-multihal)
/hardware/interfaces/sensors/2.1/
DISensors.hal37 * Initialize the Sensors HAL's Fast Message Queues (FMQ) and callback.
82 * The name of any wake_lock acquired by the Sensors HAL for WAKE_UP events
113 * from the Sensors HAL.
/hardware/interfaces/sensors/2.0/
DISensors.hal70 * Initialize the Sensors HAL's Fast Message Queues (FMQ) and callback.
115 * The name of any wake_lock acquired by the Sensors HAL for WAKE_UP events
146 * from the Sensors HAL.
/hardware/google/aemu/host-common/
Daddress_space_device.cpp372 case AddressSpaceDeviceType::Sensors: in buildAddressSpaceDeviceContext()
/hardware/interfaces/sensors/aidl/vts/
DVtsAidlHalSensorsTargetTest.cpp1094 INSTANTIATE_TEST_SUITE_P(Sensors, SensorsAidlTest,
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal1177 * in Sensors HAL.
/hardware/interfaces/sensors/1.0/
Dtypes.hal20 * Please see the Sensors section of source.android.com for an