Home
last modified time | relevance | path

Searched defs:timeoutMs (Results 1 – 6 of 6) sorted by relevance

/drivers/peripheral/codec/hal/v1.0/buffer_manager/src/
Dbuffer_manager_wrapper.cpp25 …putDataBufferReadyImpl(const struct BufferManagerWrapper *bufferManagerWrapper, uint32_t timeoutMs) in IsInputDataBufferReadyImpl()
37 …GetInputDataBufferImpl(const struct BufferManagerWrapper *bufferManagerWrapper, uint32_t timeoutMs) in GetInputDataBufferImpl()
50 uint32_t timeoutMs) in GetUsedInputDataBufferImpl()
86 …putDataBufferReadyImpl(const struct BufferManagerWrapper *bufferManagerWrapper, uint32_t timeoutMs) in IsUsedOutputDataBufferReadyImpl()
98 …etOutputDataBufferImpl(const struct BufferManagerWrapper *bufferManagerWrapper, uint32_t timeoutMs) in GetOutputDataBufferImpl()
111 uint32_t timeoutMs) in GetUsedOutputDataBufferImpl()
Dbuffer_manager.cpp36 CodecBuffer* BufferManager::GetBuffer(uint32_t timeoutMs, bool isChecking) in GetBuffer()
59 CodecBuffer* BufferManager::GetUsedBuffer(uint32_t timeoutMs, bool isChecking) in GetUsedBuffer()
83 void BufferManager::ConstructTimespec(struct timespec *time, uint32_t timeoutMs) in ConstructTimespec()
/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dcodec_service.c455 int32_t CodecQueueInput(CODEC_HANDLETYPE handle, const CodecBuffer *inputData, uint32_t timeoutMs, … in CodecQueueInput()
496 int32_t CodecDequeueInput(CODEC_HANDLETYPE handle, uint32_t timeoutMs, int32_t *acquireFd, CodecBuf… in CodecDequeueInput()
523 int32_t CodecQueueOutput(CODEC_HANDLETYPE handle, CodecBuffer *outInfo, uint32_t timeoutMs, int rel… in CodecQueueOutput()
564 int32_t CodecDequeueOutput(CODEC_HANDLETYPE handle, uint32_t timeoutMs, int32_t *acquireFd, CodecBu… in CodecDequeueOutput()
Dcodec_stub.c423 uint32_t timeoutMs = 0; in SerCodecQueueInput() local
474 uint32_t timeoutMs = 0; in SerCodecDequeueInput() local
525 uint32_t timeoutMs = 0; in SerCodecQueueOutput() local
576 uint32_t timeoutMs = 0; in SerCodecDequeueOutput() local
/drivers/peripheral/codec/hdi_service/codec_proxy/
Dcodec_proxy.c627 const CodecBuffer *inputData, uint32_t timeoutMs, int releaseFenceFd) in CodecPorxyQueueInput()
689 uint32_t timeoutMs, int32_t *acquireFd, CodecBuffer *inputData) in CodecProxyDequeueInput()
738 CodecBuffer *outInfo, uint32_t timeoutMs, int releaseFenceFd) in CodecProxyQueueOutput()
785 uint32_t timeoutMs, int32_t *acquireFd, CodecBuffer *outInfo) in CodecProxyDequeueOutput()
/drivers/peripheral/power/interfaces/hdi_service/src/
Drunning_lock_timer_handler.cpp43 uint32_t timeoutMs = info.timeoutMs; in RegisterRunningLockTimer() local