Searched refs:handleId (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | picture_in_picture_manager.cpp | 120 void PictureInPictureManager::AttachAutoStartController(int32_t handleId, in AttachAutoStartController() argument 123 TLOGD(WmsLogTag::WMS_PIP, "handleId: %{public}u", handleId); in AttachAutoStartController() 128 autoStartControllerMap_[handleId] = pipController; in AttachAutoStartController() 131 void PictureInPictureManager::DetachAutoStartController(int32_t handleId, in DetachAutoStartController() argument 134 TLOGI(WmsLogTag::WMS_PIP, "handleId: %{public}u", handleId); in DetachAutoStartController() 144 autoStartControllerMap_.erase(handleId); in DetachAutoStartController() 274 int handleId = navController->GetTopHandle(); in AutoStartPipWindow() local 276 autoStartControllerMap_.find(handleId) == autoStartControllerMap_.end()) { in AutoStartPipWindow() 277 … TLOGE(WmsLogTag::WMS_PIP, "GetNavController info error, %{public}d not registered", handleId); in AutoStartPipWindow() 280 auto pipController = autoStartControllerMap_[handleId]; in AutoStartPipWindow()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_handle_util.h | 166 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 D | gpu_resource_manager.cpp | 2061 const ResourceDescriptor& resourceDescriptor, const uint64_t handleId, const uint32_t hasNameId, in CreateClientHandle() argument 2066 const uint32_t index = RenderHandleUtil::GetIndexPart(handleId); in CreateClientHandle() 2067 …const uint32_t generationIndex = RenderHandleUtil::GetGenerationIndexPart(handleId) + 1; // next g… in CreateClientHandle() 2115 uint64_t handleId = INVALID_RESOURCE_HANDLE; in GetNextAvailableHandleId() local 2118 handleId = availableHandleIds.back(); in GetNextAvailableHandleId() 2121 handleId = static_cast<uint32_t>(store.clientHandles.size()) in GetNextAvailableHandleId() 2124 return handleId; in GetNextAvailableHandleId() 2148 const uint64_t handleId = GetNextAvailableHandleId(store); in StoreAllocation() local 2165 const uint64_t handleId = GetNextAvailableHandleId(store); in StoreAllocation() local 2172 const uint64_t handleId = GetNextAvailableHandleId(store); in StoreAllocation() local [all …]
|
H A D | gpu_resource_manager.h | 513 const uint64_t handleId, const uint32_t hasNameId, const uint32_t additionalInfoFlags);
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | picture_in_picture_manager.h | 41 …static void AttachAutoStartController(int32_t handleId, wptr<PictureInPictureController> pipContro… 42 …static void DetachAutoStartController(int32_t handleId, wptr<PictureInPictureController> pipContro…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_graph_manager.cpp | 120 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; // ne… in Create()
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/ |
H A D | lite_ipc.h | 107 int32_t handleId; member
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/ |
H A D | ipc_invoker.c | 50 .handleId = IPC_INVALID_HANDLE, 430 g_ipcCallback.handleId = ret; in CallbackDispatch() 638 g_ipcCallback.handleId = IPC_INVALID_HANDLE; in InvokerResetIpc()
|