Searched refs:getSupportedTypes (Results 1 – 13 of 13) sorted by relevance
47 Return<void> getSupportedTypes(getSupportedTypes_cb _hidl_cb) override { in getSupportedTypes() function48 return mLight->getSupportedTypes(_hidl_cb); in getSupportedTypes()
44 Return<void> getSupportedTypes(getSupportedTypes_cb _hidl_cb) override;
77 Return<void> Light::getSupportedTypes(getSupportedTypes_cb _hidl_cb) { in getSupportedTypes() function in android::hardware::light::V2_0::implementation::Light
53 Return<void> getSupportedTypes(getSupportedTypes_cb _hidl_cb) override { in getSupportedTypes() function54 return mLight->getSupportedTypes(_hidl_cb); in getSupportedTypes()
38 Return<void> Light::getSupportedTypes(getSupportedTypes_cb _hidl_cb) { in getSupportedTypes() function in android::hardware::tests::extension::light::V2_0::implementation::Light
46 Return<void> getSupportedTypes(getSupportedTypes_cb _hidl_cb) override;
79 Return<void> Light::getSupportedTypes(getSupportedTypes_cb _hidl_cb) { in getSupportedTypes() function in android::hardware::light::V2_0::implementation::Light
35 getSupportedTypes() generates (vec<Type> types);
88 hal->getSupportedTypes([&](const hidl_vec<V2_0::Type>& types) { in setToColorHidl()
86 ASSERT_OK(light->getSupportedTypes([this](const hidl_vec<Type> &types) { in SetUp()