Searched refs:currentAudioDevice (Results 1 – 7 of 7) sorted by relevance
353 info_.currentAudioDevice.deviceType = audioDeviceType_; in ReportAudioDeviceChange()355 info_.currentAudioDevice.deviceType = audioDeviceType_; in ReportAudioDeviceChange()366 …if (memcpy_s(info_.currentAudioDevice.address, kMaxAddressLen, address.c_str(), address.length()) … in ReportAudioDeviceChange()376 info_.currentAudioDevice.deviceType, info_.currentAudioDevice.address); in ReportAudioDeviceChange()
111 … << "currentAudioDeviceType:" << static_cast<int32_t>(info.currentAudioDevice.deviceType) << " " in OnReportAudioDeviceChange()112 << "address:" << info.currentAudioDevice.address << std::endl in OnReportAudioDeviceChange()
237 info.currentAudioDevice = *audioDevicePtr; in OnUpdateAudioDeviceChange()
254 dataParcel.WriteRawData((const void *)&info.currentAudioDevice, sizeof(AudioDevice)); in OnReportAudioDeviceChange()
2533 currentAudioDevice: AudioDevice; property
2025 AudioDevice currentAudioDevice; member
792 static_cast<int32_t>(info.currentAudioDevice.deviceType)); in ReportAudioDeviceInfo()794 env, currentAudioDeviceValue, "currentDeviceAddress", info.currentAudioDevice.address); in ReportAudioDeviceInfo()