Searched defs:comp (Results 1 – 4 of 4) sorted by relevance
| /drivers/peripheral/codec/hdi_service/codec_service_stub/ |
| D | codec_callback_service.c | 23 int CodecCallbackOnEvent(UINTPTR comp, UINTPTR appData, EventType event, in CodecCallbackOnEvent() 29 int CodecCallbackInputBufferAvailable(UINTPTR comp, UINTPTR appData, InputInfo *inBuf) in CodecCallbackInputBufferAvailable() 34 int CodecCallbackOutputBufferAvailable(UINTPTR comp, UINTPTR appData, OutputInfo *outBuf) in CodecCallbackOutputBufferAvailable()
|
| D | codec_callback_stub.c | 29 UINTPTR comp = 0; in SerCodecOnEvent() local 70 UINTPTR comp = 0; in SerCodecInputBufferAvailable() local 108 UINTPTR comp = 0; in SerCodecOutputBufferAvailable() local
|
| /drivers/peripheral/codec/hdi_service/codec_proxy/ |
| D | codec_callback_proxy.c | 64 static int CodecCallbackProxyOnEvent(UINTPTR comp, UINTPTR appData, EventType event, in CodecCallbackProxyOnEvent() 114 static int CodecCallbackProxyInputBufferAvailable(UINTPTR comp, UINTPTR appData, InputInfo *inBuf) in CodecCallbackProxyInputBufferAvailable() 151 static int CodecCallbackProxyOutputBufferAvailable(UINTPTR comp, UINTPTR appData, OutputInfo *outBu… in CodecCallbackProxyOutputBufferAvailable()
|
| /drivers/adapter/khdf/linux/manager/src/ |
| D | hdf_kevent.c | 40 struct completion comp; member
|