Home
last modified time | relevance | path

Searched refs:FLUSH (Results 1 - 16 of 16) sorted by relevance

/foundation/multimedia/media_foundation/src/filter/
H A Dfilter_loop.cpp79 SendAsyncMsg(FilterPlaybackCommand::FLUSH, arg, delayUs); in FlushAsync()
120 if (what == FilterPlaybackCommand::FLUSH) { in SendAsyncMsg()
170 if (commandInfo.what == FilterPlaybackCommand::FLUSH && dataInfo.flushed) { in MainLoop()
260 case Pipeline::FilterPlaybackCommand::FLUSH: { in HandleMessage()
/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Dav_codec_service_ipc_interface_code.h36 FLUSH, member in OHOS::MediaAVCodec::CodecServiceInterfaceCode
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp373 case MsgWhat::FLUSH: { in OnMsgReceived()
472 case MsgWhat::FLUSH: in OnMsgReceived()
588 case MsgWhat::FLUSH: in OnMsgReceived()
765 case MsgWhat::FLUSH: { in OnMsgReceived()
843 MsgInfo msg {MsgWhat::FLUSH, 0, nullptr}; in ChangeStateIfWeOwnAllBuffers() member in OHOS::MediaAVCodec::MsgWhat
H A Dhcodec.h77 FLUSH,
H A Dhcodec.cpp146 return DoSyncCall(MsgWhat::FLUSH, nullptr); in Flush()
1391 { FLUSH, "FLUSH" }, { QUEUE_INPUT_BUFFER, "QUEUE_INPUT_BUFFER" }, in ToString()
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Ddynamic_interface_types.h106 FLUSH, member in OHOS::MediaAVCodec::PostProcessing::DynamicInterfaceName
H A Ddynamic_controller.cpp148 auto ret = interface_.Invoke<DynamicInterfaceName::FLUSH>(instance_); in FlushImpl()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_event.h42 static const int32_t FLUSH = 12; member in OHOS::DeviceUsageStats::BundleActiveEvent
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_period_stats.cpp63 if (eventId == BundleActiveEvent::SHUTDOWN || eventId == BundleActiveEvent::FLUSH) { in Update()
H A Dbundle_active_user_service.cpp187 if (event.eventId_ != BundleActiveEvent::SYSTEM_INTERACTIVE && event.eventId_ != BundleActiveEvent::FLUSH) { in ReportEvent()
220 if (event.eventId_ != BundleActiveEvent::FLUSH) { in ReportEvent()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_package_stats.cpp195 case BundleActiveEvent::FLUSH: in Update()
/foundation/multimedia/media_foundation/interface/inner_api/filter/
H A Dfilter.h269 FLUSH, enumerator
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp414 event.eventId_ = BundleActiveEvent::FLUSH; in RestoreToDatabase()
511 event.eventId_ = BundleActiveEvent::FLUSH; in CheckTimeChangeAndGetWallTime()
557 event.eventId_ = BundleActiveEvent::FLUSH; in OnUserSwitched()
580 BUNDLE_ACTIVE_LOGD("FLUSH interval is %{public}lld, debug is %{public}d", (long long)flushInterval_, debugCore_); in ReportEvent()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dpackage_usage_test.cpp108 eventId = BundleActiveEvent::FLUSH; in HWTEST_F()
684 event.eventId_ = BundleActiveEvent::FLUSH; in HWTEST_F()
1084 * @tc.desc: FLUSH
1093 int32_t eventId = BundleActiveEvent::FLUSH; in HWTEST_F()
/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_service_stub.cpp42 {static_cast<uint32_t>(OHOS::MediaAVCodec::CodecServiceInterfaceCode::FLUSH), "CodecServiceStub Flush"},
159 case static_cast<uint32_t>(CodecServiceInterfaceCode::FLUSH): in OnRemoteRequest()
H A Dcodec_service_proxy.cpp181 int32_t ret = Remote()->SendRequest(static_cast<uint32_t>(CodecServiceInterfaceCode::FLUSH), data, reply, option); in Flush()

Completed in 15 milliseconds