Home
last modified time | relevance | path

Searched refs:getVendorParameters (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libaudiohal/impl/
DConversionHelperAidl.cpp50 RETURN_STATUS_IF_ERROR(statusTFromBinderStatus(module->getVendorParameters( in parseAndGetVendorParameters()
54 RETURN_STATUS_IF_ERROR(statusTFromBinderStatus(stream->getVendorParameters( in parseAndGetVendorParameters()
/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/include/core-mock/
DStreamCommonMock.h28 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>&, in getVendorParameters() function
DModuleMock.h100 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>&, in getVendorParameters() function
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h614 status_t getVendorParameters(OMX_U32 portIndex, sp<AMessage> &format);
/frameworks/av/media/libaudiohal/tests/
DCoreAudioHalAidl_test.cpp438 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_parameterIds, in getVendorParameters() function in __anon0285cf8d0111::ModuleMock
482 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_parameterIds, in getVendorParameters() function in __anon0285cf8d0111::StreamCommonMock
/frameworks/av/media/libstagefright/
DACodec.cpp5739 return getVendorParameters(portIndex, notify); in getPortFormat()
8490 status_t ACodec::getVendorParameters(OMX_U32 portIndex, sp<AMessage> &format) { in getVendorParameters() function in android::ACodec