Home
last modified time | relevance | path

Searched refs:tempId (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_component_manager_service.cpp101 uint32_t tempId = 0; in GetNextComponentId() local
103 tempId = ++componentId_; in GetNextComponentId()
104 } while (componentMap_.find(tempId) != componentMap_.end()); in GetNextComponentId()
105 return tempId; in GetNextComponentId()
/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_component_manager.c34 uint32_t tempId = 0; in GetNextComponentId() local
36 return tempId; in GetNextComponentId()
42 tempId = ++g_componentId; in GetNextComponentId()
45 if (pos != NULL && tempId == pos->componentId) { in GetNextComponentId()
51 return tempId; in GetNextComponentId()
/drivers/peripheral/codec/hal/src/
Dcodec_component_manager_service.c54 uint32_t tempId = 0; in GetNextComponentId() local
56 return tempId; in GetNextComponentId()
63 tempId = ++g_componentId; in GetNextComponentId()
67 if (pos != NULL && tempId == pos->componentId) { in GetNextComponentId()
73 return tempId; in GetNextComponentId()
/drivers/peripheral/codec/test/unittest/hdi_adapter/
Dcodec_hdi_adapter_test.cpp875 auto tempId = omxBuffer->bufferId; variable
879 omxBuffer->bufferId = tempId;
899 auto tempId = omxBuffer->bufferId; variable
903 omxBuffer->bufferId = tempId;