HomeSort by relevance Sort by last modified time
    Searched refs:uuidStr (Results 1 - 7 of 7) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDebugUtils.java 147 String uuidStr = intent.getStringExtra(EXTRA_UUID);
148 if (uuidStr != null && uuidStr.length() == 4) {
149 uuidStr = String.format("0000%s-0000-1000-8000-00805f9b34fb", uuidStr);
151 return (uuidStr != null) ? UUID.fromString(uuidStr) : null;
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 291 const char *uuidStr = NULL;
314 uuidStr = env->GetStringUTFChars(uuid, NULL);
315 if (uuidStr == NULL) { // Out of memory
321 if (typeStr == NULL && uuidStr == NULL) {
351 uuidStr,
383 if (uuidStr) {
384 env->ReleaseStringUTFChars(uuid, uuidStr);
385 uuidStr = NULL;
447 if (uuidStr != NULL) {
448 env->ReleaseStringUTFChars(uuid, uuidStr);
    [all...]
  /frameworks/av/media/libaudioclient/
AudioEffect.cpp 60 const char *uuidStr,
74 ALOGV("Constructor string\n - type: %s\n - uuid: %s", typeStr, uuidStr);
82 if (uuidStr != NULL) {
83 if (stringToGuid(uuidStr, &uuid) == NO_ERROR) {
  /packages/apps/Launcher3/src/com/android/launcher3/logging/
UserEventDispatcher.java 76 String uuidStr = sharedPrefs.getString(UUID_STORAGE, null);
77 if (uuidStr == null) {
78 uuidStr = UUID.randomUUID().toString();
79 sharedPrefs.edit().putString(UUID_STORAGE, uuidStr).apply();
86 ued.mUuidStr = uuidStr;
  /frameworks/av/media/libaudioclient/include/media/
AudioEffect.h 249 const char *uuidStr = NULL,
  /frameworks/av/services/audioflinger/
Effects.cpp 121 char uuidStr[64];
122 AudioEffect::guidToString(&mDescriptor.uuid, uuidStr, sizeof(uuidStr));
124 this, uuidStr);
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 

Completed in 253 milliseconds