Searched defs:copied (Results 1 - 4 of 4) sorted by path

/frameworks/av/media/libstagefright/
H A DSkipCutBuffer.cpp87 size_t copied = read(dst, buffer->size()); local
88 buffer->set_range(0, copied);
119 size_t copied = read(dst, buffer->capacity()); local
120 buffer->setRange(0, copied);
/frameworks/base/core/jni/
H A Dandroid_app_admin_SecurityLog.cpp83 jsize copied = 0, num = env->GetArrayLength(value); local
84 for (; copied < num && copied < 255; ++copied) {
85 jobject item = env->GetObjectArrayElement(value, copied);
124 buf[1] = copied;
H A Dandroid_util_EventLog.cpp120 jsize copied = 0, num = env->GetArrayLength(value); local
121 for (; copied < num && copied < 255; ++copied) {
122 jobject item = env->GetObjectArrayElement(value, copied);
161 buf[1] = copied;
/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp1191 uint32_t copied = std::min(*pPropertyCount, count); local
1192 for (uint32_t i = 0; i < copied; i++)
1194 *pPropertyCount = copied;
1196 return (copied == count) ? VK_SUCCESS : VK_INCOMPLETE;
1240 uint32_t copied = std::min(*pPropertyCount, count); local
1241 for (uint32_t i = 0; i < copied; i++)
1243 *pPropertyCount = copied;
1245 return (copied == count) ? VK_SUCCESS : VK_INCOMPLETE;

Completed in 1036 milliseconds