Home
last modified time | relevance | path

Searched defs:comp (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dcodec_callback_service.c23 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()
Dcodec_callback_stub.c29 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/
Dcodec_callback_proxy.c64 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/
Dhdf_kevent.c40 struct completion comp; member