Home
last modified time | relevance | path

Searched defs:object (Results 1226 - 1250 of 3045) sorted by relevance

1...<<41424344454647484950>>...122

/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_process_stub.cpp164 sptr<IRemoteObject> object = data.ReadRemoteObject(); in HandleRegisterProcessCb() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_ashmem_helper_test.cpp74 binder_size_t* object = reinterpret_cast<binder_size_t*>(dataParcel->GetObjectOffsets()); in CreateMessageParcel() local
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_container.h54 IObject::Ptr object; ///< The object member
64 IObject::Ptr object; ///< The object member
287 Add(const T& object) Add() argument
295 Insert(SizeType index, const T& object) Insert() argument
[all...]
H A Dintf_object_hierarchy_observer.h85 IObject::Ptr object; global() member
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dhierarchy_controller.cpp180 auto object in RunOperation() local
[all...]
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_proxy.cpp183 int32_t AudioProcessProxy::RegisterProcessCb(sptr<IRemoteObject> object) in RegisterProcessCb() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dattachment_container.cpp46 bool AttachmentContainer::Add(const IObject::Ptr& object) in Add() argument
51 bool AttachmentContainer::Insert(IContainer::SizeType index, const IObject::Ptr& object) in Insert() argument
103 const auto object = interface_pointer_cast<IObject>(attachment); in Attach() local
207 AlreadyAttached(const IObject::Ptr& object) AlreadyAttached() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H A Daudio_policy_callback_proxy.cpp28 int32_t AudioPolicyProxy::SetAudioInterruptCallback(const uint32_t sessionID, const sptr<IRemoteObject> &object, in SetAudioInterruptCallback() argument
70 int32_t AudioPolicyProxy::SetAudioManagerInterruptCallback(const int32_t clientId, const sptr<IRemoteObject> &object) in SetAudioManagerInterruptCallback() argument
109 int32_t AudioPolicyProxy::SetQueryClientTypeCallback(const sptr<IRemoteObject> &object) in SetQueryClientTypeCallback() argument
128 SetAvailableDeviceChangeCallback(const int32_t clientId, const AudioDeviceUsage usage, const sptr<IRemoteObject> &object) SetAvailableDeviceChangeCallback() argument
173 SetAudioConcurrencyCallback(const uint32_t sessionID, const sptr<IRemoteObject> &object) SetAudioConcurrencyCallback() argument
211 SetDistributedRoutingRoleCallback(const sptr<IRemoteObject> &object) SetDistributedRoutingRoleCallback() argument
261 RegisterPolicyCallbackClient(const sptr<IRemoteObject> &object, const int32_t zoneID) RegisterPolicyCallbackClient() argument
279 SetAudioDeviceRefinerCallback(const sptr<IRemoteObject> &object) SetAudioDeviceRefinerCallback() argument
313 RegisterSpatializationStateEventListener(const uint32_t sessionID, const StreamUsage streamUsage, const sptr<IRemoteObject> &object) RegisterSpatializationStateEventListener() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dmessage_parcel.cpp47 bool MessageParcel::WriteDBinderProxy(const sptr<IRemoteObject> &object, uint32_t handle, uint64_t stubIndex) in WriteDBinderProxy() argument
56 bool MessageParcel::WriteRemoteObject(const sptr<IRemoteObject> &object) in WriteRemoteObject() argument
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.h795 WriteObject(const sptr<T> &object) WriteObject() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_recording_canvas.cpp65 auto object = std::make_shared<RSExtendImageObject>(image, data, rsImageInfo); in DrawImageWithParm() local
79 auto object = std::make_shared<RSExtendImageObject>(pixelMap, rsImageInfo); in DrawPixelMapWithParm() local
94 auto object = std::make_shared<RSExtendImageBaseObj>(pixelMap, src, dst); in DrawPixelMapRect() local
107 auto object = std::make_shared<RSExtendDrawFuncObj>(std::move(drawFunc)); in DrawDrawFunc() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager/color_space_object_convertor/
H A Djs_color_space.cpp236 BindFunctions(napi_env env, napi_value object) BindFunctions() argument
[all...]
H A Djs_color_space_utils.cpp28 napi_status BindNativeFunction(napi_env env, napi_value object, const char* name, in BindNativeFunction() argument
70 napi_value object = nullptr; in ColorSpaceTypeInit() local
91 napi_value object = nullptr; in CMErrorInit() local
116 napi_value object = nullptr; CMErrorCodeInit() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.cpp161 auto object = std::make_shared<RSExtendImageObject>(std::move(pixelMap), adaptiveImageInfo); in MakePiexlMapDrawCmdList() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/cmdlist_fuzzer/
H A Dcmd_list_fuzzer.cpp70 std::shared_ptr<ExtendObject> object = cmdList->GetExtendObject(offset); in CmdListFuzzTest000() local
109 std::shared_ptr<ExtendImageObject> object = cmdList->GetImageObject(id); in CmdListFuzzTest001() local
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dimpl_class.cpp122 PluginClassBase *object = DoCreateObject(sharedPlugin); in CreateObject() local
[all...]
/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_controller_proxy_test.cpp102 auto object = mgr->GetSystemAbility(OHOS::AVSESSION_SERVICE_ID); in SetUp() local
/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/
H A Davbuffer_queue_producer_proxy.cpp44 explicit AVBufferQueueProducerProxyImpl(const sptr<IRemoteObject>& object) in AVBufferQueueProducerProxyImpl() argument
69 std::shared_ptr<AVBufferQueueProducerProxy> AVBufferQueueProducerProxy::Create(const sptr<IRemoteObject>& object) in Create() argument
75 AVBufferQueueProducerProxy::AVBufferQueueProducerProxy(const sptr<IRemoteObject>& object) in AVBufferQueueProducerProxy() argument
/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/
H A Ddeferred_video_proc_session.cpp137 sptr<IRemoteObject> object = remoteSession_->AsObject(); in SetDeferredVideoSession() local
180 sptr<IRemoteObject> object = nullptr; in ConnectDeferredProcessingSession() local
/foundation/multimedia/camera_framework/test/fuzztest/streamrepeatstub_fuzzer/
H A Dstream_repeat_stub_fuzzer.cpp105 sptr<IRemoteObject> object = nullptr; in TestHandleSetCallback() local
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmediakeysystemfactory_service_stub.cpp54 int32_t MediaKeySystemFactoryServiceStub::SetListenerObject(const sptr<IRemoteObject> &object) in SetListenerObject() argument
144 sptr<IRemoteObject> object = data.ReadRemoteObject(); in ProcessSetListenerObject() local
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_napi.cpp182 napi_status CameraNapi::AddNamedProperty(napi_env env, napi_value object, in AddNamedProperty() argument
/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_factory_impl.cpp52 sptr<IRemoteObject> object = nullptr; in GetServiceProxy() local
[all...]
/foundation/multimedia/av_session/services/session/server/remote/
H A Djson_utils.cpp43 int32_t JsonUtils::JsonToVector(json object, std::vector<int32_t>& out) in JsonToVector() argument
[all...]
/foundation/multimedia/player_framework/services/services/avmetadatahelper/client/
H A Davmetadatahelper_client.cpp102 sptr<IRemoteObject> object = dataSrcStub_->AsObject(); in SetSource() local
177 sptr<IRemoteObject> object = listenerStub_->AsObject(); in CreateListenerObject() local
[all...]

Completed in 15 milliseconds

1...<<41424344454647484950>>...122