Home
last modified time | relevance | path

Searched refs:ReleaseInner (Results 1 - 12 of 12) sorted by relevance

/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H A Ddistributed_input_sink_stub.h37 int32_t ReleaseInner(MessageParcel &data, MessageParcel &reply, MessageOption &option);
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_sink_stub.cpp60 return ReleaseInner(data, reply, option); in OnRemoteRequest()
90 int32_t DistributedInputSinkStub::ReleaseInner(MessageParcel &data, MessageParcel &reply, MessageOption &option) in ReleaseInner() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkStub
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsoundpool.cpp54 ReleaseInner(); in ~SoundPool()
206 return ReleaseInner(); in Release()
209 int32_t SoundPool::ReleaseInner() in ReleaseInner() function in OHOS::Media::SoundPool
211 MediaTrace trace("SoundPool::ReleaseInner"); in ReleaseInner()
213 MEDIA_LOGI("SoundPool::ReleaseInner"); in ReleaseInner()
H A Dsoundpool.h62 int32_t ReleaseInner();
/foundation/multimedia/player_framework/services/services/transcoder/server/
H A Dtranscoder_server.h69 void ReleaseInner();
H A Dtranscoder_server.cpp62 ReleaseInner(); in ~TransCoderServer()
402 ReleaseInner(); in Release()
406 void TransCoderServer::ReleaseInner() in ReleaseInner() function in OHOS::Media::TransCoderServer
408 MEDIA_LOGI("ReleaseInner enter"); in ReleaseInner()
/foundation/multimedia/player_framework/test/unittest/hiplayer_impl_test/
H A Dhiplayer_impl_unit_test.cpp629 hiplayer_->ReleaseInner(); in HWTEST_F()
636 hiplayer_->ReleaseInner(); in HWTEST_F()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.h237 void ReleaseInner();
H A Dhiplayer_impl.cpp123 void HiPlayerImpl::ReleaseInner() in ReleaseInner() function in OHOS::Media::HiPlayerImpl
400 ReleaseInner(); in ResetIfSourceExisted()
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.h329 void ReleaseInner();
H A Dscreen_capture_server.cpp385 ReleaseInner(); in ~ScreenCaptureServer()
2677 ReleaseInner(); in Release()
2680 void ScreenCaptureServer::ReleaseInner() in ReleaseInner() function in OHOS::Media::ScreenCaptureServer
2682 MediaTrace trace("ScreenCaptureServer::ReleaseInner"); in ReleaseInner()
2683 MEDIA_LOGI("0x%{public}06" PRIXPTR " Instances ReleaseInner S", FAKE_POINTER(this)); in ReleaseInner()
2690 MEDIA_LOGI("0x%{public}06" PRIXPTR " Instances ReleaseInner Stop done, sessionId:%{public}d", in ReleaseInner()
2700 MEDIA_LOGI("0x%{public}06" PRIXPTR " Instances ReleaseInner E", FAKE_POINTER(this)); in ReleaseInner()
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/fuzztest/distributedinputstub_fuzzer/
H A Ddistributedinputstub_fuzzer.cpp179 distributedInputSinkStub->ReleaseInner(pdata, reply, option); in DistributedInputSinkStubFuzzTest()

Completed in 24 milliseconds