Searched defs:sourceToString (Results 1 - 2 of 2) sorted by path

/frameworks/av/services/audioflinger/
H A DThreads.cpp512 const char *sourceToString(audio_source_t source) function in namespace:android
850 dprintf(fd, " Audio source: %d (%s)\n", mAudioSource, sourceToString(mAudioSource));
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java184 .append(",allowCallsFrom=").append(sourceToString(allowCallsFrom))
185 .append(",allowMessagesFrom=").append(sourceToString(allowMessagesFrom))
294 public static String sourceToString(int source) { method in class:ZenModeConfig
405 Slog.i(TAG, "Migrating existing shared 'from': " + sourceToString(from));

Completed in 94 milliseconds