Searched defs:timeoutMs (Results 1 – 5 of 5) 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() 81 …putDataBufferReadyImpl(const struct BufferManagerWrapper *bufferManagerWrapper, uint32_t timeoutMs) in IsUsedOutputDataBufferReadyImpl() 93 …etOutputDataBufferImpl(const struct BufferManagerWrapper *bufferManagerWrapper, uint32_t timeoutMs) in GetOutputDataBufferImpl() 106 uint32_t timeoutMs) in GetUsedOutputDataBufferImpl()
|
| D | buffer_manager.cpp | 40 T* BufferManager<T>::GetBuffer(uint32_t timeoutMs, bool isChecking) in GetBuffer() 64 T* BufferManager<T>::GetUsedBuffer(uint32_t timeoutMs, bool isChecking) in GetUsedBuffer() 88 void BufferManager<T>::ConstructTimespec(struct timespec *time, uint32_t timeoutMs) in ConstructTimespec()
|
| /drivers/peripheral/codec/hdi_service/codec_service_stub/ |
| D | codec_service.c | 318 int32_t CodecQueueInput(CODEC_HANDLETYPE handle, const CodecBuffer *inputData, uint32_t timeoutMs, … in CodecQueueInput() 353 int32_t CodecDequeueInput(CODEC_HANDLETYPE handle, uint32_t timeoutMs, int32_t *acquireFd, CodecBuf… in CodecDequeueInput() 373 int32_t CodecQueueOutput(CODEC_HANDLETYPE handle, CodecBuffer *outInfo, uint32_t timeoutMs, int rel… in CodecQueueOutput() 411 int32_t CodecDequeueOutput(CODEC_HANDLETYPE handle, uint32_t timeoutMs, int32_t *acquireFd, CodecBu… in CodecDequeueOutput()
|
| D | codec_stub.c | 422 uint32_t timeoutMs = 0; in SerCodecQueueInput() local 473 uint32_t timeoutMs = 0; in SerCodecDequeueInput() local 524 uint32_t timeoutMs = 0; in SerCodecQueueOutput() local 575 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()
|