Searched defs:handles (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/mtp/
H A DMtpServer.cpp555 MtpObjectHandleList* handles = mDatabase->getObjectList(storageID, format, parent);
556 mData.putAUInt32(handles);
557 delete handles;
589 MtpObjectHandleList* handles = mDatabase->getObjectReferences(handle); local
590 if (handles) {
591 mData.putAUInt32(handles);
592 delete handles;
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp259 jint* handles = env->GetIntArrayElements(array, 0); local
262 list->push(handles[i]);
263 env->ReleaseIntArrayElements(array, handles, 0);
945 jint* handles = env->GetIntArrayElements(array, 0); local
948 list->push(handles[i]);
949 env->ReleaseIntArrayElements(array, handles, 0);
965 jint* handles = env->GetIntArrayElements(array, 0); local
967 handles[i] = (*references)[i];
968 env->ReleaseIntArrayElements(array, handles, 0);
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java4607 // All handles have the same height, so we can save effort with
4683 private void getSelectionHandles(int[] handles) { argument
4684 handles[0] = mSelectCursorBase.x;
4685 handles[1] = mSelectCursorBase.y;
4686 handles[2] = mSelectCursorExtent.x;
4687 handles[3] = mSelectCursorExtent.y;
4983 // return true as DOM handles the key
5113 // return true as DOM handles the key
5169 // return true as DOM handles the key
5354 int[] handles
[all...]

Completed in 296 milliseconds