Home
last modified time | relevance | path

Searched refs:getSupportedTypes (Results 1 – 13 of 13) sorted by relevance

/hardware/google/interfaces/light/1.0/default/
DLightExt.h47 Return<void> getSupportedTypes(getSupportedTypes_cb _hidl_cb) override { in getSupportedTypes() function
48 return mLight->getSupportedTypes(_hidl_cb); in getSupportedTypes()
DLight.h44 Return<void> getSupportedTypes(getSupportedTypes_cb _hidl_cb) override;
DLight.cpp77 Return<void> Light::getSupportedTypes(getSupportedTypes_cb _hidl_cb) { in getSupportedTypes() function in android::hardware::light::V2_0::implementation::Light
/hardware/google/interfaces/light/1.1/default/
DLightExt.h53 Return<void> getSupportedTypes(getSupportedTypes_cb _hidl_cb) override { in getSupportedTypes() function
54 return mLight->getSupportedTypes(_hidl_cb); in getSupportedTypes()
DLight.h44 Return<void> getSupportedTypes(getSupportedTypes_cb _hidl_cb) override;
DLight.cpp77 Return<void> Light::getSupportedTypes(getSupportedTypes_cb _hidl_cb) { in getSupportedTypes() function in android::hardware::light::V2_0::implementation::Light
/hardware/interfaces/tests/extension/light/2.0/default/
DLight.cpp38 Return<void> Light::getSupportedTypes(getSupportedTypes_cb _hidl_cb) { in getSupportedTypes() function in android::hardware::tests::extension::light::V2_0::implementation::Light
DLight.h46 Return<void> getSupportedTypes(getSupportedTypes_cb _hidl_cb) override;
/hardware/interfaces/light/2.0/default/
DLight.h46 Return<void> getSupportedTypes(getSupportedTypes_cb _hidl_cb) override;
DLight.cpp79 Return<void> Light::getSupportedTypes(getSupportedTypes_cb _hidl_cb) { in getSupportedTypes() function in android::hardware::light::V2_0::implementation::Light
/hardware/interfaces/light/2.0/
DILight.hal35 getSupportedTypes() generates (vec<Type> types);
/hardware/interfaces/light/utils/
Dmain.cpp88 hal->getSupportedTypes([&](const hidl_vec<V2_0::Type>& types) { in setToColorHidl()
/hardware/interfaces/light/2.0/vts/functional/
DVtsHalLightV2_0TargetTest.cpp86 ASSERT_OK(light->getSupportedTypes([this](const hidl_vec<Type> &types) { in SetUp()