Searched refs:getSupportedTypes (Results 1 – 10 of 10) 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
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;
48 service->getSupportedTypes([&](const hidl_vec<Type>& types) { in main()
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);
99 ASSERT_OK(light->getSupportedTypes([this](const hidl_vec<Type> &types) { in SetUp()