Home
last modified time | relevance | path

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

/hardware/interfaces/power/stats/aidl/aidl_api/android.hardware.power.stats/1/android/hardware/power/stats/
DEnergyConsumerType.aidl38 BLUETOOTH = 1, enumConstant
/hardware/interfaces/light/aidl/aidl_api/android.hardware.light/1/android/hardware/light/
DLightType.aidl27 BLUETOOTH = 6, enumConstant
/hardware/interfaces/power/stats/aidl/aidl_api/android.hardware.power.stats/current/android/hardware/power/stats/
DEnergyConsumerType.aidl37 BLUETOOTH = 1, enumConstant
/hardware/interfaces/power/stats/aidl/aidl_api/android.hardware.power.stats/2/android/hardware/power/stats/
DEnergyConsumerType.aidl38 BLUETOOTH, enumConstant
/hardware/interfaces/power/stats/aidl/android/hardware/power/stats/
DEnergyConsumerType.aidl23 BLUETOOTH, enumConstant
/hardware/interfaces/light/aidl/android/hardware/light/
DLightType.aidl32 BLUETOOTH = 6, enumConstant
/hardware/interfaces/light/aidl/aidl_api/android.hardware.light/2/android/hardware/light/
DLightType.aidl43 BLUETOOTH = 6, enumConstant
/hardware/interfaces/light/aidl/aidl_api/android.hardware.light/current/android/hardware/light/
DLightType.aidl43 BLUETOOTH = 6, enumConstant
/hardware/libhardware/modules/sensors/dynamic_sensor/
DREADME.md133 12-15 18:19:55.268 157 157 I hid-generic 0003: 1234:5678.0001: hidraw0: BLUETOOTH HID v0.00 Dev…
137 0x00000001) RocketBuds | BLUETOOTH 1234:5678 | ver: 1 | type: android.sensor.head_…
/hardware/google/interfaces/light/1.0/default/
DLight.cpp100 {Type::BLUETOOTH, LIGHT_ID_BLUETOOTH},
/hardware/google/interfaces/light/1.1/default/
DLight.cpp100 {Type::BLUETOOTH, LIGHT_ID_BLUETOOTH},
/hardware/interfaces/light/2.0/default/
DLight.cpp108 {Type::BLUETOOTH, LIGHT_ID_BLUETOOTH},
/hardware/interfaces/light/2.0/vts/functional/
DVtsHalLightV2_0TargetTest.cpp74 Type::BLUETOOTH,
/hardware/interfaces/light/2.0/
Dtypes.hal93 BLUETOOTH,
/hardware/interfaces/audio/aidl/default/include/core-impl/
DModule.h49 enum Type : int { DEFAULT, R_SUBMIX, STUB, USB, BLUETOOTH }; enumerator
/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp84 : Module(Type::BLUETOOTH, std::move(config)) { in ModuleBluetooth()
/hardware/interfaces/audio/aidl/default/
DModule.cpp121 case Type::BLUETOOTH: in createInstance()
137 return Module::Type::BLUETOOTH; in typeFromString()
155 case Module::Type::BLUETOOTH: in operator <<()
DConfiguration.cpp702 case Module::Type::BLUETOOTH: in getConfiguration()