Home
last modified time | relevance | path

Searched refs:DAudioHdfServStatListener (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/
H A Ddaudio_hdf_operate.h60 class DAudioHdfServStatListener : public OHOS::HDI::ServiceManager::V1_0::ServStatListenerStub {
63 explicit DAudioHdfServStatListener(StatusCallback callback) : callback_(std::move(callback)) in DAudioHdfServStatListener() function
66 ~DAudioHdfServStatListener() override = default;
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_hdf_operate.cpp30 void DAudioHdfServStatListener::OnReceive(const ServiceStatus& status) in OnReceive()
51 …new DAudioHdfServStatListener(DAudioHdfServStatListener::StatusCallback([&](const ServiceStatus& s… in LoadDaudioHDFImpl()