/hardware/interfaces/light/2.0/vts/functional/ |
D | VtsHalLightV2_0TargetTest.cpp | 96 Return<Status> ret = light->setLight(type, kOff); in TearDown() 105 Return<Status> ret = light->setLight(Type::BACKLIGHT, kWhite); in TearDown() 117 Return<Status> ret = light->setLight(type, kWhite); in TEST_P() 128 Return<Status> ret = light->setLight(type, kLowPersistance); in TEST_P() 147 Return<Status> ret = light->setLight(type, kWhite); in TEST_P()
|
/hardware/google/interfaces/light/1.1/default/ |
D | LightExt.cpp | 83 Return<Status> LightExt::setLight(Type type, const LightState& state) { in setLight() function in hardware::google::light::V1_1::implementation::LightExt 93 Status status = mLight->setLight(type, state); in setLight() 99 return mLight->setLight(type, state); in setLight()
|
D | Light.h | 43 Return<Status> setLight(Type type, const LightState& state) override;
|
D | LightExt.h | 52 Return<Status> setLight(Type type, const LightState& state) override;
|
D | Light.cpp | 50 Return<Status> Light::setLight(Type type, const LightState& state) { in setLight() function in android::hardware::light::V2_0::implementation::Light
|
/hardware/google/interfaces/light/1.0/default/ |
D | LightExt.cpp | 47 Return<Status> LightExt::setLight(Type type, const LightState& state) { in setLight() function in hardware::google::light::V1_0::implementation::LightExt 57 return mLight->setLight(type, state); in setLight()
|
D | Light.h | 43 Return<Status> setLight(Type type, const LightState& state) override;
|
D | LightExt.h | 46 Return<Status> setLight(Type type, const LightState& state) override;
|
D | Light.cpp | 50 Return<Status> Light::setLight(Type type, const LightState& state) { in setLight() function in android::hardware::light::V2_0::implementation::Light
|
/hardware/interfaces/tests/extension/light/2.0/default/ |
D | Light.cpp | 27 Return<Status> Light::setLight(Type type, const OldLightState& state) { in setLight() function in android::hardware::tests::extension::light::V2_0::implementation::Light
|
D | Light.h | 45 Return<Status> setLight(Type type, const OldLightState& state) override;
|
/hardware/interfaces/light/2.0/default/ |
D | Light.h | 45 Return<Status> setLight(Type type, const LightState& state) override;
|
D | Light.cpp | 50 Return<Status> Light::setLight(Type type, const LightState& state) { in setLight() function in android::hardware::light::V2_0::implementation::Light
|
/hardware/interfaces/light/2.0/ |
D | ILight.hal | 28 setLight(Type type, LightState state) generates (Status status);
|
/hardware/interfaces/light/utils/ |
D | main.cpp | 90 V2_0::Status ret = hal->setLight(type, off); in setToColorHidl()
|
/hardware/interfaces/tests/extension/light/2.0/ |
D | types.hal | 26 // for calls to setLight from the framework that don't know about this
|