Searched refs:copyBuffer (Results 1 – 9 of 9) sorted by relevance
40 static char copyBuffer[8192]; variable203 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()
87 virtual Return<Status> copyBuffer(
70 virtual c2_status_t copyBuffer( in copyBuffer() function in StoreImpl
844 virtual c2_status_t copyBuffer(
164 c2_status_t copyBuffer(
290 Return<Status> ComponentStore::copyBuffer(const Buffer& src, const Buffer& dst) { in copyBuffer() function in android::hardware::media::c2::V1_0::utils::ComponentStore
473 virtual c2_status_t copyBuffer(906 c2_status_t C2PlatformComponentStore::copyBuffer( in copyBuffer() function in android::C2PlatformComponentStore
679 c2_status_t Codec2Client::copyBuffer( in copyBuffer() function in android::Codec2Client
413 virtual c2_status_t copyBuffer( in copyBuffer() function in android::__anon1bc2986c0111::Codec2ClientInterfaceWrapper