Home
last modified time | relevance | path

Searched refs:HandleOutputDeviceChange (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/av_session/services/session/server/
H A Davcontroller_item.h90 void HandleOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& outputDeviceInfo);
H A Davsession_item.cpp1214 HandleOutputDeviceChange(castState, outputDeviceInfo);
1219 controller.second->HandleOutputDeviceChange(castState, outputDeviceInfo);
1883 void AVSessionItem::HandleOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& outputDeviceInfo)
1896 HandleOutputDeviceChange(connectionStateConnected, descriptor_.outputDeviceInfo_);
1900 (controller.second)->HandleOutputDeviceChange(connectionStateConnected, descriptor_.outputDeviceInfo_);
H A Davsession_item.h155 void HandleOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& outputDeviceInfo);
H A Davcontroller_item.cpp406 void AVControllerItem::HandleOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& outputDeviceInfo) in HandleOutputDeviceChange() function in OHOS::AVSession::AVControllerItem
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionitem_fuzzer/
H A Davsessionitem_fuzzer.cpp210 avSessionItem->HandleOutputDeviceChange(state, info); in AvSessionItemTestImplExtension()
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avcontrolleritem_fuzzer/
H A Davcontrolleritem_fuzzer.cpp265 avControllerItem->HandleOutputDeviceChange(connectionState, outputDeviceInfo); in AvControllerItemTestImpl()

Completed in 6 milliseconds