Home
last modified time | relevance | path

Searched refs:OPERATION_SET_OFFLOAD_ENABLE (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Di_stream.h34 OPERATION_SET_OFFLOAD_ENABLE, enumerator
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Drenderer_in_server.cpp284 case OPERATION_SET_OFFLOAD_ENABLE: in OnStatusUpdateSub()
286 offloadEnable_ = operation == OPERATION_SET_OFFLOAD_ENABLE ? true : false; in OnStatusUpdateSub()
287 stateListener->OnOperationHandled(SET_OFFLOAD_ENABLE, operation == OPERATION_SET_OFFLOAD_ENABLE ? 1 : 0); in OnStatusUpdateSub()
H A Dpa_renderer_stream_impl.cpp1106 statusCallback->OnStatusUpdate(OPERATION_SET_OFFLOAD_ENABLE); in SyncOffloadMode()
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/renderer_in_server_unit_test/src/
H A Drenderer_in_server_unit_test.cpp322 * @tc.desc : Test OnStatusUpdate when operation is OPERATION_SET_OFFLOAD_ENABLE.
323 * Test OnStatusUpdateSub when operation is OPERATION_SET_OFFLOAD_ENABLE.
335 rendererInServer->OnStatusUpdate(OPERATION_SET_OFFLOAD_ENABLE); in HWTEST_F()

Completed in 8 milliseconds