OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uuidLength
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/bluetooth/le/
ScanRecord.java
278
int
uuidLength
, List<ParcelUuid> serviceUuids) {
281
uuidLength
);
283
dataLength -=
uuidLength
;
284
currentPos +=
uuidLength
;
/frameworks/base/media/jni/
android_media_MediaCrypto.cpp
181
jsize
uuidLength
= env->GetArrayLength(uuidObj);
183
if (
uuidLength
!= 16) {
233
jsize
uuidLength
= env->GetArrayLength(uuidObj);
235
if (
uuidLength
!= 16) {
Completed in 87 milliseconds