Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h96 virtual Return<Status> destroyBlockPool(uint64_t blockPoolId) override;
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h316 c2_status_t destroyBlockPool(
/hardware/interfaces/media/c2/1.0/
DIComponent.hal219 * destroyBlockPool(), reset() or release(). reset() and release() must
251 destroyBlockPool(uint64_t blockPoolId) generates (Status status);
/hardware/google/av/codec2/hidl/client/
Dclient.cpp835 c2_status_t Codec2Client::Component::destroyBlockPool( in destroyBlockPool() function in android::Codec2Client::Component
837 Return<Status> transResult = base()->destroyBlockPool( in destroyBlockPool()
/hardware/google/interfaces/media/c2/1.0/
DIComponent.hal216 destroyBlockPool(uint64_t blockPoolId) generates (Status status);
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp609 Return<Status> Component::destroyBlockPool(uint64_t blockPoolId) { in destroyBlockPool() function in hardware::google::media::c2::V1_0::utils::Component