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