Searched refs:HandleDpDevice (Results 1 – 2 of 2) sorted by relevance
602 int32_t HandleDpDevice(DeviceType deviceType, const std::string &address);
3341 if (HandleDpDevice(deviceType, address) == SUCCESS) { in RehandlePnpDevice()3367 int32_t AudioPolicyService::HandleDpDevice(DeviceType deviceType, const std::string &address) in HandleDpDevice() function in OHOS::AudioStandard::AudioPolicyService3944 int32_t result = HandleDpDevice(updatedDesc.deviceType_, updatedDesc.macAddress_); in HandleLocalDeviceConnected()