/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
D | PERF.awk | 49 arg = ARGV[i]; 50 if (gsub("^what=", "",arg)) { what = arg } 51 else if (gsub("^to=", "",arg)) { to = arg } 52 else if (gsub("^from=", "",arg)) { from = arg } 53 else if (gsub("^how=", "",arg)) { how = arg } 54 else if (gsub("^who=", "",arg)) { who = arg } 55 else if (gsub("^boundary=","",arg)) { boundary = arg } 56 else if (gsub("^after=", "",arg)) { after = arg } 57 else if (gsub("^debug=", "",arg)) { debug = arg } 58 else if (gsub("^size=", "",arg)) { min = max = (arg) } [all …]
|
D | armtime | 61 arg = ARGV[i]; 62 if (gsub("^CPU=", "",arg)) { cpu_eMHz = arg; } 63 else if (gsub("^debug=", "",arg)) { debug = arg; } 64 else if (arg == "kernel") { kernel = 1; }
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/ |
D | LCML_DspCodec.c | 122 void* MessagingThread(void *arg); 1693 void* MessagingThread(void* arg) in MessagingThread() argument 1711 …OMX_PRINT1 (((LCML_CODEC_INTERFACE *)((LCML_DSP_INTERFACE *)arg)->pCodecinterfacehandle)->dbg, "In… in MessagingThread() 1713 ((LCML_DSP_INTERFACE *)arg)->pPERFcomp = in MessagingThread() 1720 if (((LCML_DSP_INTERFACE *)arg)->ReUseMap) in MessagingThread() 1722 pthread_mutex_lock(&((LCML_DSP_INTERFACE *)arg)->m_isStopped_mutex); in MessagingThread() 1728 if (((LCML_DSP_INTERFACE *)arg)->pshutdownFlag == 1) in MessagingThread() 1730 …OMX_PRINT2 (((LCML_CODEC_INTERFACE *)((LCML_DSP_INTERFACE *)arg)->pCodecinterfacehandle)->dbg, "Br… in MessagingThread() 1743 …status = DSPManager_WaitForEvents(((LCML_DSP_INTERFACE *)arg)->g_aNotificationObjects, 3, &index, … in MessagingThread() 1745 …status = DSPManager_WaitForEvents(((LCML_DSP_INTERFACE *)arg)->g_aNotificationObjects, 1, &index, … in MessagingThread() [all …]
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_Debug.h | 94 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, #… argument 95 #define OMX_WARNPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_WARN | (handle), "(WARN) "str, #… argument 96 #define OMX_ERRPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_ERROR | (handle), "(ERROR) "str,… argument 97 #define OMX_FATALPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_FATAL | (handle), "(FATAL) "st… argument
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_Debug.h | 69 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, #… argument 70 #define OMX_WARNPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_WARN | (handle), "(WARN) "str, #… argument 71 #define OMX_ERRPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_ERROR | (handle), "(ERROR) "str,… argument 72 #define OMX_FATALPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_FATAL | (handle), "(FATAL) "st… argument
|
/hardware/ti/omap4xxx/ |
D | stacktrace.c | 49 static _Unwind_Reason_Code trace_function(__unwind_context *context, void *arg) in trace_function() argument 51 stack_crawl_state_t* state = (stack_crawl_state_t*)arg; in trace_function()
|
/hardware/ti/omap4xxx/ion/ |
D | ion.c | 47 static int ion_ioctl(int fd, int req, void *arg) in ion_ioctl() argument 49 int ret = ioctl(fd, req, arg); in ion_ioctl() 88 .arg = (unsigned long)(&alloc_data), in ion_alloc_tiler()
|
/hardware/msm7k/librpc/ |
D | ops.c | 64 int r_control(int handle, const uint32 cmd, void *arg) in r_control() argument 66 return ioctl(handle, cmd, arg); in r_control()
|
D | svc_clnt_common.c | 10 extern int r_control(int handle, const uint32 cmd, void *arg); 168 static _Unwind_Reason_Code trace_function(_Unwind_Context *context, void *arg) 170 stack_crawl_state_t* state = (stack_crawl_state_t*)arg;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
D | G711DecTest.c | 1646 int Mixer = 0, arg = 0, status = 0; in ConfigureAudio() local 1654 arg = G711DEC_SAMPLING_FREQUENCY; /* sampling rate */ in ConfigureAudio() 1655 printf("Sampling freq set to:%d\n",arg); in ConfigureAudio() 1656 status = ioctl(Mixer, SOUND_PCM_WRITE_RATE, &arg); in ConfigureAudio() 1659 printf("sample rate set to %u\n", arg); in ConfigureAudio() 1661 arg = AFMT_S16_LE; /* AFMT_S16_LE or AFMT_S32_LE */ in ConfigureAudio() 1662 status = ioctl(Mixer, SOUND_PCM_SETFMT, &arg); in ConfigureAudio() 1665 printf("Bitsize set to %u\n", arg); in ConfigureAudio() 1667 arg = 2; /* Channels mono 1 stereo 2 */ in ConfigureAudio() 1668 status = ioctl(Mixer, SOUND_PCM_WRITE_CHANNELS, &arg); in ConfigureAudio() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
D | G729DecTest.c | 1500 int Mixer = 0, arg = 0, status = 0; in ConfigureAudio() local 1507 arg = G729DEC_SAMPLING_FREQUENCY; /* sampling rate */ in ConfigureAudio() 1508 printf("Sampling freq set to:%d\n",arg); in ConfigureAudio() 1509 status = ioctl(Mixer, SOUND_PCM_WRITE_RATE, &arg); in ConfigureAudio() 1512 printf("sample rate set to %u\n", arg); in ConfigureAudio() 1514 arg = AFMT_S16_LE; /* AFMT_S16_LE or AFMT_S32_LE */ in ConfigureAudio() 1515 status = ioctl(Mixer, SOUND_PCM_SETFMT, &arg); in ConfigureAudio() 1518 printf("Bitsize set to %u\n", arg); in ConfigureAudio() 1520 arg = 2; /* Channels mono 1 stereo 2 */ in ConfigureAudio() 1521 status = ioctl(Mixer, SOUND_PCM_WRITE_CHANNELS, &arg); in ConfigureAudio() [all …]
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test.h | 4 #define PRINTOVER(arg...) LOGD(#arg) argument
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
D | bcmutils.h | 141 typedef void (*pktpool_cb_t)(struct pktpool *pool, void *arg); 144 void *arg; member 213 extern int pktpool_avail_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg); 214 extern int pktpool_empty_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg); 224 extern int pktpool_dbg_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg); 255 ifpkt_cb_t fn, int arg); 285 extern void pktq_flush(osl_t *osh, struct pktq *pq, bool dir, ifpkt_cb_t fn, int arg); 369 extern int bcm_iovar_lencheck(const bcm_iovar_t *table, void *arg, int len, bool set);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 141 typedef void (*pktpool_cb_t)(struct pktpool *pool, void *arg); 144 void *arg; member 213 extern int pktpool_avail_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg); 214 extern int pktpool_empty_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg); 224 extern int pktpool_dbg_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg); 255 ifpkt_cb_t fn, int arg); 285 extern void pktq_flush(osl_t *osh, struct pktq *pq, bool dir, ifpkt_cb_t fn, int arg); 369 extern int bcm_iovar_lencheck(const bcm_iovar_t *table, void *arg, int len, bool set);
|
/hardware/ti/omap4xxx/domx/mm_osal/inc/ |
D | timm_osal_task.h | 70 typedef void *(*TIMM_OSAL_TaskProc) (void *arg); /*Linux */
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/ |
D | OMX_AmrDec_Utils.h | 162 void NBAMRDEC_HandleUSNError (AMRDEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 arg);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/ |
D | OMX_WbAmrDec_Utils.h | 378 void WBAMRDEC_HandleUSNError (WBAMR_DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 arg);
|
/hardware/ril/mock-ril/src/cpp/ |
D | protobuf_v8.cpp | 179 Handle<Value> arg = self; in Type() local 180 constructor->Set(String::New("parse"), bind->Call(ParseTemplate->GetFunction(), 1, &arg)); in Type() 181 … constructor->Set(String::New("serialize"), bind->Call(SerializeTemplate->GetFunction(), 1, &arg)); in Type()
|
D | node_buffer.cpp | 167 Local<Value> arg = Integer::NewFromUnsigned(size); in New() local 168 Local<Object> b = constructor_template->GetFunction()->NewInstance(1, &arg); in New()
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 77 static int get_power_mode_handler(struct nl_msg *msg, void *arg) in get_power_mode_handler() argument 81 int *state = (int *)arg; in get_power_mode_handler()
|
/hardware/qcom/gps/loc_api/libloc_api/ |
D | loc_eng.cpp | 94 static void loc_eng_process_deferred_action (void* arg); 631 static void* mock_ni(void* arg) in mock_ni() argument 647 client_handle = (rpc_loc_client_handle_type) arg; in mock_ni() 1426 static void loc_eng_process_deferred_action (void* arg) in loc_eng_process_deferred_action() argument
|
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
D | bcmutils.c | 272 pktq_pflush(osl_t *osh, struct pktq *pq, int prec, bool dir, ifpkt_cb_t fn, int arg) in pktq_pflush() argument 280 if (fn == NULL || (*fn)(p, arg)) { in pktq_pflush() 463 pktq_flush(osl_t *osh, struct pktq *pq, bool dir, ifpkt_cb_t fn, int arg) in pktq_flush() argument 467 pktq_pflush(osh, pq, prec, dir, fn, arg); in pktq_flush() 1037 bcm_iovar_lencheck(const bcm_iovar_t *vi, void *arg, int len, bool set) in bcm_iovar_lencheck() argument
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 272 pktq_pflush(osl_t *osh, struct pktq *pq, int prec, bool dir, ifpkt_cb_t fn, int arg) in pktq_pflush() argument 280 if (fn == NULL || (*fn)(p, arg)) { in pktq_pflush() 463 pktq_flush(osl_t *osh, struct pktq *pq, bool dir, ifpkt_cb_t fn, int arg) in pktq_flush() argument 467 pktq_pflush(osh, pq, prec, dir, fn, arg); in pktq_flush() 1037 bcm_iovar_lencheck(const bcm_iovar_t *vi, void *arg, int len, bool set) in bcm_iovar_lencheck() argument
|
/hardware/libhardware/include/hardware/ |
D | gps.h | 365 typedef pthread_t (* gps_create_thread)(const char* name, void (*start)(void *), void* arg);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/ |
D | OMX_WbAmrEnc_Utils.h | 1039 void WBAMRENC_HandleUSNError (WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 arg);
|