Home
last modified time | relevance | path

Searched refs:listRoles (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A DOmxStore.h61 Return<void> listRoles(listRoles_cb) override;
/aosp12/frameworks/av/media/libstagefright/omx/1.0/
H A DOmxStore.cpp152 Return<void> OmxStore::listRoles(listRoles_cb _hidl_cb) { in listRoles() function in android::hardware::media::omx::V1_0::implementation::OmxStore
/aosp12/frameworks/av/media/libstagefright/
H A DOmxInfoBuilder.cpp105 auto transStatus = omxStore->listRoles( in buildMediaCodecList()
/aosp12/hardware/interfaces/media/omx/1.0/
H A DIOmxStore.hal196 listRoles(
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/store/
H A DVtsHalMediaOmxV1_0TargetStoreTest.cpp199 omxStore->listRoles([&roleList](hidl_vec<IOmxStore::RoleInfo> const& _nl) { in TEST_P()