HomeSort by relevance Sort by last modified time
    Searched full:objecthandles (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 371 jint* objectHandles = env->GetIntArrayElements(objectHandlesArray, 0);
446 env->ReleaseIntArrayElements(objectHandlesArray, objectHandles, 0);
672 jint* objectHandles = env->GetIntArrayElements(objectHandlesArray, 0);
678 packet.putUInt32(objectHandles[i]);
732 env->ReleaseIntArrayElements(objectHandlesArray, objectHandles, 0);
    [all...]
  /external/libmtp/src/
ptp.c 605 * objecthandles - pointer to structute
607 * Fills objecthandles with structure returned by device.
614 PTPObjectHandles* objecthandles)
630 ptp_unpack_OH(params, oh, objecthandles, len);
639 objecthandles->Handler = NULL;
640 objecthandles->n = 0;
    [all...]
ptp.h 719 /* PTP objecthandles structure (returned by GetObjectHandles) */
    [all...]
ptp-pack.c 380 /* ObjectHandles array pack/unpack */
    [all...]
  /external/libmtp/
ChangeLog 168 Only rule is: The objectlist must be in order of objecthandles!
    [all...]

Completed in 750 milliseconds