Home
last modified time | relevance | path

Searched defs:appData (Results 1 – 11 of 11) 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.c30 UINTPTR appData = 0; in SerCodecOnEvent() local
71 UINTPTR appData = 0; in SerCodecInputBufferAvailable() local
109 UINTPTR appData = 0; in SerCodecOutputBufferAvailable() local
/drivers/peripheral/codec/hal/src/
Dcodec_callback_type_service.c22 int32_t CodecCallbackTypeEventHandler(struct CodecCallbackType *self, int8_t *appData, uint32_t app… in CodecCallbackTypeEventHandler()
30 int8_t *appData, uint32_t appDataLen, const struct OmxCodecBuffer *buffer) in CodecCallbackTypeEmptyBufferDone()
37 int8_t* appData, uint32_t appDataLen, struct OmxCodecBuffer *buffer) in CodecCallbackTypeFillBufferDone()
Dcodec_callback_type_proxy.c89 int8_t *appData, uint32_t appDataLen, enum OMX_EVENTTYPE eEvent, uint32_t data1, in CodecCallbackTypeProxyEventHandler()
148 int8_t *appData, uint32_t appDataLen, const struct OmxCodecBuffer *buffer) in CodecCallbackTypeProxyEmptyBufferDone()
197 int8_t* appData, uint32_t appDataLen, struct OmxCodecBuffer* buffer) in CodecCallbackTypeProxyFillBufferDone()
Dcodec_callback_type_stub.c84 int8_t *appData = NULL; in SerStubEventHandler() local
142 int8_t *appData = NULL; in SerStubEmptyBufferDone() local
187 int8_t *appData = NULL; in SerStubFillBufferDone() local
Dcodec_component_type_service.c22 int32_t OmxManagerCreateComponent(OMX_HANDLETYPE *compHandle, char *compName, void *appData, int32_… in OmxManagerCreateComponent()
136 struct CodecCallbackType* callback, int8_t *appData, uint32_t appDataLen) in CodecComponentTypeSetCallbacks()
Dcodec_component_manager_proxy.c122 static int32_t CreateComponent(struct CodecComponentType **component, char *compName, void *appData, in CreateComponent()
Dcodec_component_type_stub.c58 static int32_t ReadParamsForCreateComponent(struct HdfSBuf *data, char **compName, int8_t **appData, in ReadParamsForCreateComponent()
103 int8_t *appData = NULL; in SerStubCreateComponent() local
667 int8_t *appData = NULL; in SerStubSetCallbacks() local
Dcodec_component_type_proxy.c775 struct CodecCallbackType *callback, int8_t *appData, uint32_t appDataLen) in CodecComponentTypeProxySetCallbacks()
/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/peripheral/codec/test/unittest/hdi_omx/
Dcodec_hdi_omx_test.cpp173 int32_t appData = testingAppData; variable
333 int8_t appData[appDataLen]; variable