/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/ |
D | xa-class-base.c | 53 static XA_ERRORCODE xa_base_preinit(XACodecBase *base, u32 core) in xa_base_preinit() 85 static XA_ERRORCODE xa_base_postinit(XACodecBase *base, u32 core) in xa_base_postinit() 166 XA_ERRORCODE xa_base_set_param(XACodecBase *base, xf_message_t *m) in xa_base_set_param() 210 XA_ERRORCODE xa_base_get_param(XACodecBase *base, xf_message_t *m) in xa_base_get_param() 244 XA_ERRORCODE xa_base_set_param_ext(XACodecBase *base, xf_message_t *m) in xa_base_set_param_ext() 308 XA_ERRORCODE xa_base_get_param_ext(XACodecBase *base, xf_message_t *m) in xa_base_get_param_ext() 369 static XA_ERRORCODE xa_base_process(XACodecBase *base) in xa_base_process() 421 XACodecBase *base = (XACodecBase *) component; in xa_base_command() local 459 void xa_base_schedule(XACodecBase *base, u32 dts) in xa_base_schedule() 476 void xa_base_cancel(XACodecBase *base) in xa_base_cancel() [all …]
|
D | xa-class-audio-codec.c | 62 XACodecBase base; member 108 XACodecBase *base = (XACodecBase *)codec; in xa_codec_prepare_runtime() local 159 static XA_ERRORCODE xa_codec_empty_this_buffer(XACodecBase *base, xf_message_t *m) in xa_codec_empty_this_buffer() 201 static XA_ERRORCODE xa_codec_fill_this_buffer(XACodecBase *base, xf_message_t *m) in xa_codec_fill_this_buffer() 262 static XA_ERRORCODE xa_codec_port_route(XACodecBase *base, xf_message_t *m) in xa_codec_port_route() 292 static XA_ERRORCODE xa_codec_port_unroute(XACodecBase *base, xf_message_t *m) in xa_codec_port_unroute() 331 static XA_ERRORCODE xa_codec_flush(XACodecBase *base, xf_message_t *m) in xa_codec_flush() 415 static XA_ERRORCODE xa_codec_memtab(XACodecBase *base, WORD32 idx, WORD32 type, WORD32 size, WORD32… in xa_codec_memtab() 448 static XA_ERRORCODE xa_codec_preprocess(XACodecBase *base) in xa_codec_preprocess() 544 static XA_ERRORCODE xa_codec_postprocess(XACodecBase *base, int done) in xa_codec_postprocess() [all …]
|
D | xa-class-mixer.c | 107 XACodecBase base; member 177 XACodecBase *base = (XACodecBase *) mixer; in xa_mixer_prepare_runtime() local 208 static XA_ERRORCODE xa_mixer_empty_this_buffer(XACodecBase *base, xf_message_t *m) in xa_mixer_empty_this_buffer() 255 static XA_ERRORCODE xa_mixer_fill_this_buffer(XACodecBase *base, xf_message_t *m) in xa_mixer_fill_this_buffer() 291 static XA_ERRORCODE xa_mixer_port_route(XACodecBase *base, xf_message_t *m) in xa_mixer_port_route() 321 static XA_ERRORCODE xa_mixer_port_unroute(XACodecBase *base, xf_message_t *m) in xa_mixer_port_unroute() 361 static XA_ERRORCODE xa_mixer_pause(XACodecBase *base, xf_message_t *m) in xa_mixer_pause() 400 static XA_ERRORCODE xa_mixer_resume(XACodecBase *base, xf_message_t *m) in xa_mixer_resume() 442 static XA_ERRORCODE xa_mixer_flush(XACodecBase *base, xf_message_t *m) in xa_mixer_flush() 500 static XA_ERRORCODE xa_mixer_memtab(XACodecBase *base, WORD32 idx, WORD32 type, WORD32 size, WORD32… in xa_mixer_memtab() [all …]
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/board-hikey/ |
D | xf-board.h | 55 #define SYS_IPC_LOCK(base) WORD_REF(base + 0xA00) argument 56 #define SYS_IPC_ICLR(base, box) WORD_REF(base + ((box) << 6) + 0x18) argument 57 #define SYS_IPC_DATA(base, box, num) WORD_REF(base + ((box) << 6) + 0x20 + ((num) << 2)) argument 58 #define SYS_IPC_CPUIRST(base, core) WORD_REF(base + 0x804 + ((core) << 3)) argument 59 #define SYS_IPC_MODE(base, box) WORD_REF(base + ((box) << 6) + 0x10) argument 60 #define SYS_IPC_SOURCE(base, box) WORD_REF(base + ((box) << 6)) argument 61 #define SYS_IPC_DEST(base, box) WORD_REF(base + ((box) * 64) + 0x04) argument 62 #define SYS_IPC_SEND(base, box) WORD_REF(base + ((box) << 6) + 0x1c) argument 63 #define SYS_IPC_IMASK(base, box) WORD_REF(base + ((box) << 6) + 0x14) argument 64 #define SYS_IPC_DCLR(base, box) WORD_REF(base + ((box) * 64) + 0x08) argument [all …]
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | Tracing.cpp | 24 namespace base { namespace 46 namespace base { namespace
|
D | StringFormat.cpp | 20 namespace base { namespace
|
/device/google/cuttlefish/guest/hals/gralloc/legacy/ |
D | mapper.cpp | 83 void* base = reference_region("gralloc_lock", hnd); in gralloc_lock() local 121 void* base = reference_region("gralloc_lock_ycbcr", hnd); in gralloc_lock_ycbcr() local
|
D | gralloc.cpp | 83 void* base = reference_region(__FUNCTION__, hnd); in gralloc_alloc_buffer() local
|
/device/generic/goldfish-opengl/android-emu/android/base/threads/ |
D | AndroidFunctorThread.cpp | 20 namespace base { namespace
|
D | AndroidThread_pthread.cpp | 29 namespace base { namespace
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | appSupport.c | 37 uint32_t base, where; in handleRelNumber() local 176 static uintptr_t __attribute__((naked)) callWithR9(const void *base, uint32_t offset, void *data, u… in callWithR9()
|
/device/linaro/hikey/gralloc/ |
D | alloc_device.h | 34 #define GRALLOC_ALIGN( value, base ) (((value) + ((base) - 1)) & ~((base) - 1)) argument
|
/device/generic/goldfish-opengl/android-emu/android/base/files/ |
D | MemStream.cpp | 23 namespace base { namespace
|
D | StreamSerializing.cpp | 18 namespace base { namespace
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_bufferaccess.cpp | 102 char *base = (char *)hnd->base; in mali_gralloc_lock_ycbcr() local 284 uint8_t *base = (uint8_t *)hnd->base; in mali_gralloc_lock_flex_async() local
|
D | gralloc_helper.h | 42 #define GRALLOC_ALIGN(value, base) (((value) + ((base)-1)) & ~((base)-1)) argument
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_bufferaccess.cpp | 102 char *base = (char *)hnd->base; in mali_gralloc_lock_ycbcr() local 284 uint8_t *base = (uint8_t *)hnd->base; in mali_gralloc_lock_flex_async() local
|
D | gralloc_helper.h | 42 #define GRALLOC_ALIGN(value, base) (((value) + ((base)-1)) & ~((base)-1)) argument
|
/device/linaro/dragonboard/qcom/rmtfs/ |
D | sharedmem.c | 25 void *base; member 270 void *base; in rmtfs_mem_open() local
|
/device/generic/goldfish-opengl/android-emu/android/base/synchronization/ |
D | AndroidMessageChannel.cpp | 18 namespace base { namespace
|
/device/linaro/dragonboard/qcom/tqftpserv/ |
D | translate.c | 148 int base; in translate_readwrite() local
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | command_parser.cpp | 79 static int parse_int(const std::string& snumber, int base) { in parse_int()
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | ApiGen.h | 43 void setBaseOpcode(int base) { m_baseOpcode = base; } in setBaseOpcode()
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | at_tok.c | 97 static int at_tok_nextint_base(char **p_cur, int *p_out, int base, int uns) in at_tok_nextint_base()
|
/device/generic/goldfish/radio/ril/ |
D | at_tok.c | 97 static int at_tok_nextint_base(char **p_cur, int *p_out, int base, int uns) in at_tok_nextint_base()
|