Searched refs:devicesToString (Results 1 – 2 of 2) sorted by relevance
768 String8 devicesToString(audio_devices_t devices);
445 String8 devicesToString(audio_devices_t devices) in devicesToString() function958 dprintf(fd, " Output device: %#x (%s)\n", mOutDevice, devicesToString(mOutDevice).string()); in dumpBase()959 dprintf(fd, " Input device: %#x (%s)\n", mInDevice, devicesToString(mInDevice).string()); in dumpBase()