Home | History | Annotate | Download | only in libmedia

Lines Matching full:deviceid

492     audio_port_handle_t deviceId = AUDIO_PORT_HANDLE_NONE;
505 deviceId = oldDesc->getDeviceId();
510 deviceId = ioDesc->getDeviceId();
517 "frameCount %zu deviceId %d", event == AUDIO_OUTPUT_OPENED ? "output" : "input",
543 deviceId = oldDesc->getDeviceId();
546 if (deviceId != ioDesc->getDeviceId()) {
547 deviceId = ioDesc->getDeviceId();
554 "channel mask %#x frameCount %zu frameCountHAL %zu deviceId %d",
562 // callbacks.size() != 0 => ioDesc->mIoHandle and deviceId are valid
564 callbacks[i]->onAudioDeviceUpdate(ioDesc->mIoHandle, deviceId);