/aosp12/frameworks/native/cmds/rawbu/ |
H A D | backup.cpp | 40 static char copyBuffer[8192]; variable 203 int amt = size > (off_t)sizeof(copyBuffer) ? sizeof(copyBuffer) : (int)size; in copy_file() 204 int readLen = fread(copyBuffer, 1, amt, src); in copy_file() 215 int writeLen = fwrite(copyBuffer, 1, readLen, dest); in copy_file()
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
H A D | ComponentStore.h | 97 virtual Return<Status> copyBuffer(
|
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/ |
H A D | ComponentStore.h | 98 virtual Return<Status> copyBuffer(
|
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/include/codec2/hidl/1.2/ |
H A D | ComponentStore.h | 98 virtual Return<Status> copyBuffer(
|
/aosp12/frameworks/av/media/codec2/hidl/services/ |
H A D | vendor.cpp | 72 virtual c2_status_t copyBuffer( in copyBuffer() function in StoreImpl
|
/aosp12/frameworks/av/media/codec2/core/include/ |
H A D | C2Component.h | 844 virtual c2_status_t copyBuffer(
|
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/ |
H A D | client.h | 183 c2_status_t copyBuffer(
|
/aosp12/frameworks/av/services/mediacodec/registrant/ |
H A D | CodecServiceRegistrant.cpp | 119 virtual c2_status_t copyBuffer( in copyBuffer() function in __anoneacc42760110::H2C2ComponentStore
|
/aosp12/hardware/google/interfaces/media/c2/1.0/ |
H A D | IComponentStore.hal | 210 copyBuffer(Buffer src, Buffer dst) generates (Status status);
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/ |
H A D | ComponentStore.cpp | 346 Return<Status> ComponentStore::copyBuffer(const Buffer& src, const Buffer& dst) { in copyBuffer() function in android::hardware::media::c2::V1_0::utils::ComponentStore
|
/aosp12/hardware/interfaces/media/c2/1.0/ |
H A D | IComponentStore.hal | 205 copyBuffer(Buffer src, Buffer dst) generates (Status status);
|
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/ |
H A D | ComponentStore.cpp | 345 Return<Status> ComponentStore::copyBuffer(const Buffer& src, const Buffer& dst) { in copyBuffer() function in android::hardware::media::c2::V1_1::utils::ComponentStore
|
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/ |
H A D | ComponentStore.cpp | 345 Return<Status> ComponentStore::copyBuffer(const Buffer& src, const Buffer& dst) { in copyBuffer() function in android::hardware::media::c2::V1_2::utils::ComponentStore
|
/aosp12/frameworks/av/media/codec2/vndk/ |
H A D | C2Store.cpp | 661 virtual c2_status_t copyBuffer( 1117 c2_status_t C2PlatformComponentStore::copyBuffer( in copyBuffer() function in android::C2PlatformComponentStore
|
/aosp12/frameworks/av/media/codec2/hidl/client/ |
H A D | client.cpp | 121 virtual c2_status_t copyBuffer( in copyBuffer() function in android::__anon813d3abd0110::Client2Store 833 c2_status_t Codec2Client::copyBuffer( in copyBuffer() function in android::Codec2Client
|
/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/ |
H A D | SampleFilterPlugin.cpp | 846 c2_status_t copyBuffer( in copyBuffer() function in android::SampleC2ComponentStore
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | CCodec.cpp | 449 virtual c2_status_t copyBuffer( in copyBuffer() function in android::__anon4435d7580110::Codec2ClientInterfaceWrapper
|