Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioDeviceDescriptor.cpp29 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "audioDeviceDescriptor is nullptr"); in OH_AudioDeviceDescriptor_GetDeviceRole()
31 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "deviceRole is nullptr"); in OH_AudioDeviceDescriptor_GetDeviceRole()
40 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "audioDeviceDescriptor is nullptr"); in OH_AudioDeviceDescriptor_GetDeviceType()
42 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "deviceType is nullptr"); in OH_AudioDeviceDescriptor_GetDeviceType()
51 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "audioDeviceDescriptor is nullptr"); in OH_AudioDeviceDescriptor_GetDeviceId()
53 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "id is nullptr"); in OH_AudioDeviceDescriptor_GetDeviceId()
62 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "audioDeviceDescriptor is nullptr"); in OH_AudioDeviceDescriptor_GetDeviceName()
64 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "name is nullptr"); in OH_AudioDeviceDescriptor_GetDeviceName()
73 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "audioDeviceDescriptor is nullptr"); in OH_AudioDeviceDescriptor_GetDeviceAddress()
75 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "addres in OH_AudioDeviceDescriptor_GetDeviceAddress()
[all...]
H A DOHAudioSessionManager.cpp46 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "ohAudioSessionManager is nullptr"); in OH_AudioSessionManager_RegisterSessionDeactivatedCallback()
47 CHECK_AND_RETURN_RET_LOG(callback != nullptr, AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "callback is nullptr"); in OH_AudioSessionManager_RegisterSessionDeactivatedCallback()
56 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "ohAudioSessionManager is nullptr"); in OH_AudioSessionManager_UnregisterSessionDeactivatedCallback()
57 CHECK_AND_RETURN_RET_LOG(callback != nullptr, AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "callback is nullptr"); in OH_AudioSessionManager_UnregisterSessionDeactivatedCallback()
66 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "ohAudioSessionManager is nullptr"); in OH_AudioSessionManager_ActivateAudioSession()
78 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "ohAudioSessionManager is nullptr"); in OH_AudioSessionManager_DeactivateAudioSession()
107 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "failed, audioSessionManager_ is null"); in SetAudioSessionCallback()
117 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "failed, audioSessionManager_ is null"); in UnsetAudioSessionCallback()
127 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "failed, audioSessionManager_ is null"); in ActivateAudioSession()
139 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "faile in DeactivateAudioSession()
[all...]
H A DOHAudioRoutingManager.cpp84 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "ohAudioRoutingManager is nullptr"); in OH_AudioRoutingManager_GetDevices()
90 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "deviceFlag is invalid"); in OH_AudioRoutingManager_GetDevices()
92 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "audioDeviceDescriptorArray is nullptr"); in OH_AudioRoutingManager_GetDevices()
106 return AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM; in OH_AudioRoutingManager_GetAvailableDevices()
110 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "audioRoutingManager is nullptr"); in OH_AudioRoutingManager_GetAvailableDevices()
126 return AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM; in OH_AudioRoutingManager_GetPreferredOutputDevice()
130 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "audioRoutingManager is nullptr"); in OH_AudioRoutingManager_GetPreferredOutputDevice()
146 return AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM; in OH_AudioRoutingManager_GetPreferredInputDevice()
150 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "audioRoutingManager is nullptr"); in OH_AudioRoutingManager_GetPreferredInputDevice()
166 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM, "audioRoutingManage in OH_AudioRoutingManager_RegisterDeviceChangeCallback()
[all...]
H A DOHAudioManager.cpp44 return AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM; in OH_GetAudioManager()
55 return AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM; in OH_GetAudioScene()
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_device_change_test/src/
H A Doh_audio_device_change_unit_test.cpp162 EXPECT_EQ(result, AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM); in HWTEST()
177 EXPECT_EQ(result, AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM); in HWTEST()
265 EXPECT_EQ(result, AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM); in HWTEST()
283 EXPECT_EQ(result, AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM); in HWTEST()
315 EXPECT_EQ(result, AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM); in HWTEST()
332 EXPECT_EQ(result, AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM); in HWTEST()
347 EXPECT_EQ(result, AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM); in HWTEST()
362 EXPECT_EQ(result, AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM); in HWTEST()
488 EXPECT_EQ(result, AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM); in HWTEST()
504 EXPECT_EQ(result, AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM); in HWTEST()
[all...]
/foundation/multimedia/audio_framework/interfaces/kits/c/common/
H A Dnative_audio_common.h65 AUDIOCOMMON_RESULT_ERROR_INVALID_PARAM = 6800101, enumerator

Completed in 4 milliseconds