Home
last modified time | relevance | path

Searched refs:handleId (Results 1 - 8 of 8) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_manager.cpp123 void PictureInPictureManager::AttachAutoStartController(int32_t handleId, in AttachAutoStartController() argument
126 TLOGD(WmsLogTag::WMS_PIP, "handleId: %{public}u", handleId); in AttachAutoStartController()
131 autoStartControllerMap_[handleId] = pipController; in AttachAutoStartController()
134 void PictureInPictureManager::DetachAutoStartController(int32_t handleId, in DetachAutoStartController() argument
137 TLOGD(WmsLogTag::WMS_PIP, "handleId: %{public}u", handleId); in DetachAutoStartController()
138 autoStartControllerMap_.erase(handleId); in DetachAutoStartController()
278 int handleId = navController->GetTopHandle(); in AutoStartPipWindow() local
280 autoStartControllerMap_.find(handleId) in AutoStartPipWindow()
[all...]
/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_manager.h42 static void AttachAutoStartController(int32_t handleId, wptr<PictureInPictureController> pipController);
43 static void DetachAutoStartController(int32_t handleId, wptr<PictureInPictureController> pipController);
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_handle_util.h166 inline constexpr uint32_t GetIndexPart(const uint64_t handleId) in GetIndexPart() argument
168 return (handleId & RES_HANDLE_ID_MASK) >> RES_HANDLE_ID_SHIFT; in GetIndexPart()
174 inline constexpr uint32_t GetGenerationIndexPart(const uint64_t handleId) in GetGenerationIndexPart() argument
176 return (handleId & RES_HANDLE_GENERATION_MASK) >> RES_HANDLE_GENERATION_SHIFT; in GetGenerationIndexPart()
H A Dgpu_resource_manager.cpp2060 const ResourceDescriptor& resourceDescriptor, const uint64_t handleId, const uint32_t hasNameId,
2065 const uint32_t index = RenderHandleUtil::GetIndexPart(handleId);
2066 const uint32_t generationIndex = RenderHandleUtil::GetGenerationIndexPart(handleId) + 1; // next gen
2114 uint64_t handleId = INVALID_RESOURCE_HANDLE;
2117 handleId = availableHandleIds.back();
2120 handleId = static_cast<uint32_t>(store.clientHandles.size())
2123 return handleId;
2147 const uint64_t handleId = GetNextAvailableHandleId(store);
2149 CreateClientHandle(info.type, info.descriptor, handleId, hasNameId, info.addHandleFlags),
2164 const uint64_t handleId
[all...]
H A Dgpu_resource_manager.h513 const uint64_t handleId, const uint32_t hasNameId, const uint32_t additionalInfoFlags);
/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/
H A Dlite_ipc.h107 int32_t handleId; member
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_graph_manager.cpp120 uint64_t handleId = INVALID_RESOURCE_HANDLE; in Create() local
123 handleId = static_cast<uint64_t>(nodeGraphData_.size()) << RenderHandleUtil::RES_HANDLE_ID_SHIFT; in Create()
126 handleId = availableHandleIds_.back(); in Create()
131 const uint32_t indexPart = RenderHandleUtil::GetIndexPart(handleId); in Create()
132 const uint32_t generationIndexPart = RenderHandleUtil::GetGenerationIndexPart(handleId) + 1; // next gen in Create()
/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c50 .handleId = IPC_INVALID_HANDLE,
430 g_ipcCallback.handleId = ret; in CallbackDispatch()
638 g_ipcCallback.handleId = IPC_INVALID_HANDLE; in InvokerResetIpc()

Completed in 9 milliseconds