Home
last modified time | relevance | path

Searched refs:DATA_LINK_CONNECTED (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Di_stream_listener.h36 DATA_LINK_CONNECTED, enumerator
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Drenderer_in_server.cpp1328 stateListener->OnOperationHandled(DATA_LINK_CONNECTED, 0); in OnDataLinkConnectionUpdate()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Drenderer_in_client.cpp121 if (operation == DATA_LINK_CONNECTING || operation == DATA_LINK_CONNECTED) { in OnOperationHandled()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp171 const int32_t DATA_LINK_CONNECTED = 11; variable
5285 DATA_LINK_CONNECTED); in SendA2dpConnectedWhileRunning()
9100 audioPolicyService_->UpdateSessionConnectionState(sessionId, DATA_LINK_CONNECTED); in OnA2dpPlayingStateChanged()
9160 audioPolicyService_->UpdateSessionConnectionState(sessionId, DATA_LINK_CONNECTED); in WaitForConnectionCompleted()