/drivers/peripheral/power/test/fuzztest/powerhdistub_fuzzer/ |
H A D | powerhdistub_fuzz.cpp | 38 impl_ = new PowerInterfaceImpl(); in PowerFuzzTest() 39 impl_->SuspendBlock("PowerStubFuzzTest"); // Prevent device sleep in PowerFuzzTest() 43 impl_->SuspendUnblock("PowerStubFuzzTest"); in ~PowerFuzzTest() 47 return impl_; in GetImpl() 51 sptr<PowerInterfaceImpl> impl_ = nullptr; member in OHOS::HDI::Power::V1_2::PowerFuzzTest
|
/drivers/peripheral/power/test/fuzztest/powerhdi_fuzzer/ |
H A D | powerhdi_fuzz.cpp | 41 impl_ = sptr<PowerInterfaceImpl>::MakeSptr(); in PowerFuzzTest() 42 impl_->SuspendBlock("PowerStubFuzzTest"); // Prevent device sleep in PowerFuzzTest() 46 impl_->SuspendUnblock("PowerStubFuzzTest"); in ~PowerFuzzTest() 50 return impl_; in GetImpl() 54 sptr<PowerInterfaceImpl> impl_ = nullptr; member in OHOS::HDI::Power::V1_2::PowerFuzzTest
|
/drivers/interface/display/composer/v1_0/display_command/ |
H A D | display_cmd_responser.h | 76 : impl_(impl), in DisplayCmdResponser() 296 ret = impl_->PrepareDisplayLayers(devId, needFlush); in OnPrepareDisplayLayers() 302 ret = impl_->GetDisplayCompChange(devId, layers, types); in OnPrepareDisplayLayers() 408 int rc = impl_->SetDisplayClientBuffer(data.devId, handle, fd); in SetDisplayClientBuffer() 475 impl_->SetDisplayClientDamage(devId, rects); in OnSetDisplayClientDamage() 508 ret = impl_->Commit(devId, fence); in OnCommit() 573 ret = impl_->SetLayerAlpha(devId, layerId, alpha); in OnSetLayerAlpha() 600 ret = impl_->SetLayerRegion(devId, layerId, rect); in OnSetLayerRegion() 626 ret = impl_->SetLayerCrop(devId, layerId, rect); in OnSetLayerCrop() 652 ret = impl_ in OnSetLayerZorder() 1136 VdiImpl* impl_ = nullptr; global() member in OHOS::HDI::Display::Composer::V1_0::DisplayCmdResponser [all...] |
/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/ |
H A D | media_key_system_callback_stub.h | 50 sptr<OHOS::HDI::Drm::V1_0::IMediaKeySystemCallback> impl_; member in OHOS::HDI::Drm::V1_0::MediaKeySystemCallbackStub
|
H A D | media_decrypt_module_stub.h | 54 sptr<OHOS::HDI::Drm::V1_0::IMediaDecryptModule> impl_; member in OHOS::HDI::Drm::V1_0::MediaDecryptModuleStub
|
H A D | media_key_system_factory_stub.h | 61 sptr<OHOS::HDI::Drm::V1_0::IMediaKeySystemFactory> impl_; member in OHOS::HDI::Drm::V1_0::MediaKeySystemFactoryStub
|
H A D | media_key_session_callback_stub.h | 54 sptr<OHOS::HDI::Drm::V1_0::IMediaKeySessionCallback> impl_; member in OHOS::HDI::Drm::V1_0::MediaKeySessionCallbackStub
|
H A D | oem_certificate_stub.h | 54 sptr<OHOS::HDI::Drm::V1_0::IOemCertificate> impl_; member in OHOS::HDI::Drm::V1_0::OemCertificateStub
|
H A D | media_key_session_stub.h | 94 sptr<OHOS::HDI::Drm::V1_0::IMediaKeySession> impl_; member in OHOS::HDI::Drm::V1_0::MediaKeySessionStub
|
H A D | media_key_system_stub.h | 110 sptr<OHOS::HDI::Drm::V1_0::IMediaKeySystem> impl_; member in OHOS::HDI::Drm::V1_0::MediaKeySystemStub
|
/drivers/interface/display/composer/v1_2/display_command/ |
H A D | display_cmd_responser.h | 212 commitInfo.skipRet = impl_->Commit(devId, commitInfo.fence); in OnCommitAndGetReleaseFence() 218 ret = impl_->PrepareDisplayLayers(devId, commitInfo.needFlush); in OnCommitAndGetReleaseFence() 222 ret = impl_->GetDisplayCompChange(devId, commitInfo.compLayers, commitInfo.compTypes); in OnCommitAndGetReleaseFence() 226 if (impl_->GetDisplayReleaseFence(devId, commitInfo.layers, commitInfo.fences) != HDF_SUCCESS) { in OnCommitAndGetReleaseFence() 321 using BaseType1_1::impl_;
|