Home
last modified time | relevance | path

Searched refs:RELEASE (Results 1 - 25 of 115) sorted by relevance

12345

/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.h46 const std::string RELEASE = "Release"; member
58 AVTransCoderOpt::RELEASE
62 AVTransCoderOpt::RELEASE
69 AVTransCoderOpt::RELEASE
76 AVTransCoderOpt::RELEASE
79 AVTransCoderOpt::RELEASE
82 AVTransCoderOpt::RELEASE
85 AVTransCoderOpt::RELEASE
88 AVTransCoderOpt::RELEASE
/foundation/window/window_manager/utils/include/
H A Dthread_safety_annotations.h58 #define RELEASE(...) \ macro
98 ~ScopedGuard() RELEASE() {} in RELEASE() function
108 ACQUIRE(guard) RELEASE(guard)
/foundation/distributedhardware/distributed_input/common/include/
H A Ddinput_ipc_interface_code.h26 RELEASE = 0xf002U, member in OHOS::DistributedHardware::IDInputSourceInterfaceCode
53 RELEASE = 0xf012U, member in OHOS::DistributedHardware::IDInputSinkInterfaceCode
/foundation/ai/neural_network_runtime/example/deep_learning_framework/cmake_build/
H A Dbuild_ohos_tflite.sh30 -DCMAKE_BUILD_TYPE=RELEASE \
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h53 const std::string RELEASE = "Release"; member
76 AVRecordergOpt::RELEASE,
87 AVRecordergOpt::RELEASE,
101 AVRecordergOpt::RELEASE,
113 AVRecordergOpt::RELEASE,
124 AVRecordergOpt::RELEASE,
129 AVRecordergOpt::RELEASE
133 AVRecordergOpt::RELEASE
/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Dav_codec_service_ipc_interface_code.h38 RELEASE, member in OHOS::MediaAVCodec::CodecServiceInterfaceCode
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_cast_session_manager_service.h56 RELEASE, enumerator
H A Di_mirror_player_impl.h58 RELEASE, enumerator
H A Di_cast_session_impl.h89 RELEASE, enumerator
H A Di_stream_player_ipc.h98 RELEASE enumerator
/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Di_standard_transcoder_service.h66 RELEASE, enumerator
/foundation/multimedia/media_foundation/src/filter/
H A Dfilter_loop.cpp84 SendAsyncMsg(FilterPlaybackCommand::RELEASE, arg, delayUs); in ReleaseAsync()
165 || commandInfo.what == FilterPlaybackCommand::RELEASE)) { in MainLoop()
265 case Pipeline::FilterPlaybackCommand::RELEASE: { in HandleMessage()
/foundation/arkui/ace_engine/frameworks/core/event/
H A Devent_convertor.cpp109 case AceMouseData::Action::RELEASE: in ConvertMouseEvent()
110 events.action = MouseAction::RELEASE; in ConvertMouseEvent()
H A Devent_convertor.h59 RELEASE, member in OHOS::Ace::Action
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/include/
H A Doutput_controller.h51 RELEASE, member in OHOS::DistributedHardware::OutputController::ControlStatus
145 std::atomic<ControlStatus> status_ {ControlStatus::RELEASE};
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Di_standard_avmetadatahelper_service.h62 RELEASE, enumerator
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/src/
H A Doutput_controller.cpp101 TRUE_RETURN_V_MSG_D((GetControlStatus() == ControlStatus::RELEASE), ControlStatus::RELEASED, in ReleaseControl()
103 SetControlStatus(ControlStatus::RELEASE); in ReleaseControl()
123 return ControlStatus::RELEASE; in ReleaseControl()
224 while (GetControlStatus() != ControlStatus::RELEASE) { in LooperControl()
230 || (GetControlStatus() == ControlStatus::RELEASE)); in LooperControl()
232 if (GetControlStatus() == ControlStatus::RELEASE) { in LooperControl()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Dengine_util.h51 RELEASE, enumerator
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Ddynamic_interface_types.h108 RELEASE, member in OHOS::MediaAVCodec::PostProcessing::DynamicInterfaceName
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Di_standard_screen_capture_service.h64 RELEASE = 1, enumerator
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/big_data_statistics/
H A Dcloud_file_fault_event.h57 RELEASE = 700, member in OHOS::FileManagement::CloudFile::FaultScenarioCode::FaultOperation
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine.cpp148 StateMsg msg(RELEASE); in HandleHeadsetOff()
222 StateMsg msg(RELEASE); in Detach()
/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastublocal_fuzzer/
H A Davmetadata_service_proxy_local_fuzzer.cpp35 {Fuzzer::RELEASE, Fuzzer::ReleaseStatic},
266 return ptr->SendRequest(RELEASE, data, reply, option); in ReleaseStatic()
/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastub_fuzzer/
H A Davmetadata_service_proxy_fuzzer.cpp35 {Fuzzer::RELEASE, Fuzzer::ReleaseStatic},
266 return ptr->SendRequest(RELEASE, data, reply, option); in ReleaseStatic()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/mirror/src/
H A Dmirror_player_impl_stub.cpp42 FILL_SINGLE_STUB_TASK(RELEASE, &MirrorPlayerImplStub::DoRelease); in MirrorPlayerImplStub()

Completed in 10 milliseconds

12345