Home
last modified time | relevance | path

Searched refs:surfaceObject (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp72 sptr<IRemoteObject> surfaceObject = data.ReadRemoteObject(); in OnRemoteRequest() local
73 sptr<IBufferProducer> bp = iface_cast<IBufferProducer>(surfaceObject); in OnRemoteRequest()
102 sptr<IRemoteObject> surfaceObject = data.ReadRemoteObject(); in OnRemoteRequest() local
103 bp = iface_cast<IBufferProducer>(surfaceObject); in OnRemoteRequest()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp208 sptr<IRemoteObject> surfaceObject = data.ReadRemoteObject(); in OnRemoteRequest() local
209 sptr<IBufferProducer> bp = iface_cast<IBufferProducer>(surfaceObject); in OnRemoteRequest()
232 sptr<IRemoteObject> surfaceObject = data.ReadRemoteObject(); in OnRemoteRequest() local
233 bp = iface_cast<IBufferProducer>(surfaceObject); in OnRemoteRequest()
/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp749 sptr<OHOS::IRemoteObject> surfaceObject = (parcel->msgParcel)->ReadRemoteObject(); in NativeWindowReadFromParcel() local
750 if (surfaceObject == nullptr) { in NativeWindowReadFromParcel()
751 BLOGE("surfaceObject is nullptr"); in NativeWindowReadFromParcel()
754 sptr<OHOS::IBufferProducer> bp = iface_cast<IBufferProducer>(surfaceObject); in NativeWindowReadFromParcel()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.cpp263 sptr<IRemoteObject> surfaceObject = reply.ReadRemoteObject(); in CreateNodeAndSurface() local
264 sptr<IBufferProducer> bp = iface_cast<IBufferProducer>(surfaceObject); in CreateNodeAndSurface()

Completed in 10 milliseconds