Home
last modified time | relevance | path

Searched refs:objectGuard (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/
H A Dnapi_audio_manager.cpp358 ObjectRefMap objectGuard(obj); in SetVolume() local
396 ObjectRefMap objectGuard(obj); in GetVolume() local
431 ObjectRefMap objectGuard(obj); in GetMaxVolume() local
466 ObjectRefMap objectGuard(obj); in GetMinVolume() local
502 ObjectRefMap objectGuard(obj); in GetDevices() local
540 ObjectRefMap objectGuard(obj); in SetStreamMute() local
577 ObjectRefMap objectGuard(obj); in IsStreamMute() local
613 ObjectRefMap objectGuard(obj); in IsStreamActive() local
649 ObjectRefMap objectGuard(obj); in SetRingerMode() local
677 ObjectRefMap objectGuard(obj); in GetRingerMode() local
[all …]
H A Dnapi_audio_volume_group_manager.cpp276 ObjectRefMap objectGuard(obj); in GetVolume() local
348 ObjectRefMap objectGuard(obj); in SetVolume() local
393 ObjectRefMap objectGuard(obj); in SetVolumeWithFlag() local
431 ObjectRefMap objectGuard(obj); in GetMaxVolume() local
497 ObjectRefMap objectGuard(obj); in GetMinVolume() local
566 ObjectRefMap objectGuard(obj); in SetMute() local
603 ObjectRefMap objectGuard(obj); in IsStreamMute() local
674 ObjectRefMap objectGuard(obj); in SetRingerMode() local
704 ObjectRefMap objectGuard(obj); in GetRingerMode() local
752 ObjectRefMap objectGuard(obj); in SetMicrophoneMute() local
[all …]
H A Dnapi_audio_routing_manager.cpp215 ObjectRefMap objectGuard(obj); in GetDevices() local
216 auto *napiAudioRoutingManager = objectGuard.GetPtr(); in GetDevices()
279 ObjectRefMap objectGuard(obj); in SelectOutputDevice() local
315 ObjectRefMap objectGuard(obj); in SelectOutputDeviceByFilter() local
353 ObjectRefMap objectGuard(obj); in SelectInputDevice() local
392 ObjectRefMap objectGuard(obj); in SelectInputDeviceByFilter() local
437 ObjectRefMap objectGuard(obj); in SetCommunicationDevice() local
476 ObjectRefMap objectGuard(obj); in IsCommunicationDeviceActive() local
534 ObjectRefMap objectGuard(obj); in GetActiveOutputDeviceDescriptors() local
573 ObjectRefMap objectGuard(obj); in GetPreferredOutputDeviceForRendererInfo() local
[all …]
H A Dnapi_audio_stream_manager.cpp188 ObjectRefMap objectGuard(obj); in GetCurrentAudioRendererInfos() local
189 auto *napiStreamMgr = objectGuard.GetPtr(); in GetCurrentAudioRendererInfos()
238 ObjectRefMap objectGuard(obj); in GetCurrentAudioCapturerInfos() local
239 auto *napiStreamMgr = objectGuard.GetPtr(); in GetCurrentAudioCapturerInfos()
294 ObjectRefMap objectGuard(obj); in IsAudioRendererLowLatencySupported() local
295 auto *napiStreamMgr = objectGuard.GetPtr(); in IsAudioRendererLowLatencySupported()
333 ObjectRefMap objectGuard(obj); in IsStreamActive() local
334 auto *napiStreamMgr = objectGuard.GetPtr(); in IsStreamActive()
407 ObjectRefMap objectGuard(obj); in GetEffectInfoArray() local
408 auto *napiStreamMgr = objectGuard.GetPtr(); in GetEffectInfoArray()
H A Dnapi_audio_session_manager.cpp164 ObjectRefMap objectGuard(obj); in ActivateAudioSession() local
165 auto *napiSessionMgr = objectGuard.GetPtr(); in ActivateAudioSession()
191 ObjectRefMap objectGuard(obj); in DeactivateAudioSession() local
192 auto *napiSessionMgr = objectGuard.GetPtr(); in DeactivateAudioSession()
218 ObjectRefMap objectGuard(obj); in IsAudioSessionActivated() local
219 auto *napiSessionMgr = objectGuard.GetPtr(); in IsAudioSessionActivated()
H A Dnapi_audio_spatialization_manager.cpp283 ObjectRefMap objectGuard(obj); in updateSpatializationEnabled() local
284 auto *napiAudioSpatializationManager = objectGuard.GetPtr(); in updateSpatializationEnabled()
404 ObjectRefMap objectGuard(obj); in updateHeadTrackingEnabled() local
405 auto *napiAudioSpatializationManager = objectGuard.GetPtr(); in updateHeadTrackingEnabled()
H A Dnapi_audio_volume_manager.cpp188 ObjectRefMap objectGuard(obj); in GetVolumeGroupInfos() local
189 auto *napiAudioVolumeManager = objectGuard.GetPtr(); in GetVolumeGroupInfos()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/
H A Dnapi_audio_renderer.cpp343 ObjectRefMap objectGuard(obj); in SetRenderRate() local
378 ObjectRefMap objectGuard(obj); in GetRenderRate() local
426 ObjectRefMap objectGuard(obj); in SetRendererSamplingRate() local
461 ObjectRefMap objectGuard(obj); in GetRendererSamplingRate() local
491 ObjectRefMap objectGuard(obj); in Start() local
543 ObjectRefMap objectGuard(obj); in WriteArrayBufferToNative() local
586 ObjectRefMap objectGuard(obj); in GetAudioTime() local
643 ObjectRefMap objectGuard(obj); in Drain() local
672 ObjectRefMap objectGuard(obj); in Flush() local
701 ObjectRefMap objectGuard(obj); in Pause() local
[all …]
H A Dnapi_toneplayer.cpp245 ObjectRefMap objectGuard(obj); in Load() local
246 auto *napiTonePlayer = objectGuard.GetPtr(); in Load()
274 ObjectRefMap objectGuard(obj); in Start() local
275 auto *napiTonePlayer = objectGuard.GetPtr(); in Start()
302 ObjectRefMap objectGuard(obj); in Stop() local
303 auto *napiTonePlayer = objectGuard.GetPtr(); in Stop()
330 ObjectRefMap objectGuard(obj); in Release() local
331 auto *napiTonePlayer = objectGuard.GetPtr(); in Release()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/system_tone_player/
H A Dsystem_tone_player_napi.cpp241 ObjectRefMap objectGuard(obj); in GetTitle() local
298 ObjectRefMap objectGuard(obj); in Prepare() local
412 ObjectRefMap objectGuard(obj); in AsyncStart() local
413 auto *napiSystemTonePlayer = objectGuard.GetPtr(); in AsyncStart()
479 ObjectRefMap objectGuard(obj); in AsyncStop() local
539 ObjectRefMap objectGuard(obj); in AsyncRelease() local
575 ObjectRefMap objectGuard(objectInfo); in SetAudioVolumeScale() local
601 ObjectRefMap objectGuard(objectInfo); in GetAudioVolumeScale() local
684 ObjectRefMap objectGuard(obj); in GetSupportedHapticsFeatures() local
725 ObjectRefMap objectGuard(objectInfo); in SetHapticsFeature() local
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/
H A Dnapi_audio_capturer.cpp300 ObjectRefMap objectGuard(obj); in GetCapturerInfo() local
349 ObjectRefMap objectGuard(obj); in GetStreamInfo() local
398 ObjectRefMap objectGuard(obj); in Start() local
422 ObjectRefMap objectGuard(obj); in ReadFromNative() local
423 auto *napiAudioCapturer = objectGuard.GetPtr(); in ReadFromNative()
496 ObjectRefMap objectGuard(obj); in GetAudioTime() local
552 ObjectRefMap objectGuard(obj); in Stop() local
581 ObjectRefMap objectGuard(obj); in Release() local
610 ObjectRefMap objectGuard(obj); in GetBufferSize() local
659 ObjectRefMap objectGuard(obj); in GetAudioStreamId() local
[all …]
/ohos5.0/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dkey_session_napi.cpp270 ObjectRefMap objectGuard(obj); in GenerateMediaKeyRequest() local
271 auto *napiMediaKeySession = objectGuard.GetPtr(); in GenerateMediaKeyRequest()
310 ObjectRefMap objectGuard(obj); in ProcessMediaKeyResponse() local
311 auto *napiMediaKeySession = objectGuard.GetPtr(); in ProcessMediaKeyResponse()
348 ObjectRefMap objectGuard(obj); in GenerateOfflineReleaseRequest() local
349 auto *napiMediaKeySession = objectGuard.GetPtr(); in GenerateOfflineReleaseRequest()
387 ObjectRefMap objectGuard(obj); in ProcessOfflineReleaseResponse() local
388 auto *napiMediaKeySession = objectGuard.GetPtr(); in ProcessOfflineReleaseResponse()
482 ObjectRefMap objectGuard(obj); in RestoreOfflineMediaKeys() local
483 auto *napiMediaKeySession = objectGuard.GetPtr(); in RestoreOfflineMediaKeys()
H A Dmedia_key_system_napi.cpp657 ObjectRefMap objectGuard(obj); in GenerateKeySystemRequest() local
658 auto *napiMediaKeySystem = objectGuard.GetPtr(); in GenerateKeySystemRequest()
698 ObjectRefMap objectGuard(obj); in ProcessKeySystemResponse() local
699 auto *napiMediaKeySystem = objectGuard.GetPtr(); in ProcessKeySystemResponse()