Home
last modified time | relevance | path

Searched refs:tempId (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_manager_service.cpp115 uint32_t tempId = 0; in GetNextComponentId() local
117 tempId = ++componentId_; in GetNextComponentId()
118 } while (componentMap_.find(tempId) != componentMap_.end()); in GetNextComponentId()
119 return tempId; in GetNextComponentId()
/drivers/peripheral/codec/hal/src/
H A Dcodec_component_manager_service.c58 uint32_t tempId = 0; in GetNextComponentId() local
60 return tempId; in GetNextComponentId()
67 tempId = ++g_componentId; in GetNextComponentId()
71 if (pos != NULL && tempId == pos->componentId) { in GetNextComponentId()
77 return tempId; in GetNextComponentId()

Completed in 1 milliseconds