Searched defs:timeoutMs (Results 1 – 6 of 6) sorted by relevance
| /drivers/peripheral/codec/hal/v1.0/buffer_manager/src/ |
| D | buffer_manager_wrapper.cpp | 25 …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()
|
| D | buffer_manager.cpp | 36 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/ |
| D | codec_service.c | 455 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()
|
| D | codec_stub.c | 423 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/ |
| D | codec_proxy.c | 627 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/ |
| D | running_lock_timer_handler.cpp | 43 uint32_t timeoutMs = info.timeoutMs; in RegisterRunningLockTimer() local
|