Searched refs:HwLight (Results 1 – 9 of 9) sorted by relevance
42 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()
20 parcelable HwLight {
22 android.hardware.light.HwLight[] getLights(); in getLights()
26 parcelable HwLight {
29 ndk::ScopedAStatus getLights(std::vector<HwLight>* types) override;
31 ndk::ScopedAStatus Lights::getLights(std::vector<HwLight>* /*lights*/) { in getLights() argument
66 std::vector<aidl::HwLight> lights; in setToColorAidl()