Home
last modified time | relevance | path

Searched refs:listServiceAttributes (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXStore.h42 status_t listServiceAttributes(
/frameworks/av/media/libmedia/include/media/
DIOMXStore.h57 virtual status_t listServiceAttributes(
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DOmxStore.h59 Return<void> listServiceAttributes(listServiceAttributes_cb) override;
/frameworks/av/media/libstagefright/
DOmxInfoBuilder.cpp108 auto transStatus = omxStore->listServiceAttributes( in buildMediaCodecList()
194 status_t status = omxStore->listServiceAttributes(&serviceAttributes); in buildMediaCodecList()
/frameworks/av/media/libstagefright/omx/
DOMXStore.cpp95 status_t OMXStore::listServiceAttributes(std::vector<Attribute>* attributes) { in listServiceAttributes() function in android::OMXStore
/frameworks/av/media/libstagefright/omx/1.0/
DOmxStore.cpp98 Return<void> OmxStore::listServiceAttributes(listServiceAttributes_cb _hidl_cb) { in listServiceAttributes() function in android::hardware::media::omx::V1_0::implementation::OmxStore
/frameworks/av/media/libmedia/
DIOMXStore.cpp208 status_t listServiceAttributes( in listServiceAttributes() function in android::BpOMXStore
289 status = listServiceAttributes(&attributes); in onTransact()