Home
last modified time | relevance | path

Searched defs:channelMaskToString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/audio/
H A DWebRtcAudioUtils.java152 public static String channelMaskToString(int mask) { in channelMaskToString() method in WebRtcAudioUtils
/aosp_15_r20/frameworks/av/services/audioflinger/
H A DThreads.cpp973 String8 channelMaskToString(audio_channel_mask_t mask, bool output) { in channelMaskToString() function