Home
last modified time | relevance | path

Searched refs:mServiceAttributeList (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/1.0/
DOmxStore.cpp65 mServiceAttributeList.resize(serviceAttributeMap.size()); in OmxStore()
71 mServiceAttributeList[i] = std::move(attribute); in OmxStore()
124 _hidl_cb(Status::NO_ERROR, mServiceAttributeList); in listServiceAttributes()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DOmxStore.h67 hidl_vec<ServiceAttribute> mServiceAttributeList; member