Searched defs:uuidLength (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
H A DScanRecord.java278 int uuidLength, List<ParcelUuid> serviceUuids) {
281 uuidLength);
283 dataLength -= uuidLength;
284 currentPos += uuidLength;
277 parseServiceUuid(byte[] scanRecord, int currentPos, int dataLength, int uuidLength, List<ParcelUuid> serviceUuids) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaCrypto.cpp176 jsize uuidLength = env->GetArrayLength(uuidObj); local
178 if (uuidLength != 16) {
228 jsize uuidLength = env->GetArrayLength(uuidObj); local
230 if (uuidLength != 16) {

Completed in 25 milliseconds