Home
last modified time | relevance | path

Searched refs:HwLight (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/light/aidl/vts/functional/
DVtsHalLightTargetTest.cpp42 using android::hardware::light::HwLight;
62 std::vector<HwLight> supportedLights;
65 for (const HwLight& light : supportedLights) { in TearDown()
74 for (const HwLight& light : supportedLights) { in TearDown()
96 for (const HwLight& light : supportedLights) { in TEST_P()
105 for (const HwLight& light : supportedLights) { in TEST_P()
115 for (const HwLight& light : supportedLights) { in TEST_P()
126 for (const HwLight& light : supportedLights) { in TEST_P()
143 for (const HwLight& light : supportedLights) { in TEST_P()
154 for (const HwLight& light : supportedLights) { in TEST_P()
/hardware/interfaces/light/aidl/aidl_api/android.hardware.light/1/android/hardware/light/
DHwLight.aidl20 parcelable HwLight {
DILights.aidl22 android.hardware.light.HwLight[] getLights(); in getLights()
/hardware/interfaces/light/aidl/aidl_api/android.hardware.light/current/android/hardware/light/
DHwLight.aidl20 parcelable HwLight {
DILights.aidl22 android.hardware.light.HwLight[] getLights(); in getLights()
/hardware/interfaces/light/aidl/android/hardware/light/
DHwLight.aidl26 parcelable HwLight {
/hardware/interfaces/light/aidl/default/
DLights.h29 ndk::ScopedAStatus getLights(std::vector<HwLight>* types) override;
DLights.cpp31 ndk::ScopedAStatus Lights::getLights(std::vector<HwLight>* /*lights*/) { in getLights() argument
/hardware/interfaces/light/utils/
Dmain.cpp66 std::vector<aidl::HwLight> lights; in setToColorAidl()