Searched refs:readLongValue (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp472 static bool readLongValue(int type, MtpDataPacket& packet, jlong& longValue) { function
523 ALOGE("unsupported type in readLongValue");
547 if (!readLongValue(type, packet, longValue)) goto fail;
650 if (!readLongValue(type, packet, longValue)) goto fail;

Completed in 48 milliseconds