Home
last modified time | relevance | path

Searched refs:validateSupportedParams (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/codec2/hal/aidl/include/codec2/aidl/
DComponentStore.h67 c2_status_t validateSupportedParams(
/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h70 c2_status_t validateSupportedParams(
/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/
DComponentStore.h71 c2_status_t validateSupportedParams(
/frameworks/av/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/
DComponentStore.h71 c2_status_t validateSupportedParams(
/frameworks/av/media/codec2/hal/aidl/
DComponentStore.cpp128 return mStore ? mStore->validateSupportedParams(params) : C2_NO_INIT; in validate()
170 c2_status_t ComponentStore::validateSupportedParams( in validateSupportedParams() function in aidl::android::hardware::media::c2::utils::ComponentStore
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponentStore.cpp124 return mStore ? mStore->validateSupportedParams(params) : C2_NO_INIT; in validate()
165 c2_status_t ComponentStore::validateSupportedParams( in validateSupportedParams() function in android::hardware::media::c2::V1_0::utils::ComponentStore
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponentStore.cpp124 return mStore ? mStore->validateSupportedParams(params) : C2_NO_INIT; in validate()
165 c2_status_t ComponentStore::validateSupportedParams( in validateSupportedParams() function in android::hardware::media::c2::V1_1::utils::ComponentStore
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponentStore.cpp124 return mStore ? mStore->validateSupportedParams(params) : C2_NO_INIT; in validate()
165 c2_status_t ComponentStore::validateSupportedParams( in validateSupportedParams() function in android::hardware::media::c2::V1_2::utils::ComponentStore