Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 12 of 12) sorted by relevance

/hardware/google/av/codec2/include/
D_C2MacroUtils.h80 #define _C2_MAP_64(fn, arg, head, ...) fn(head, arg), _C2_MAP_63(fn, arg, ##__VA_ARGS__) argument
81 #define _C2_MAP_63(fn, arg, head, ...) fn(head, arg), _C2_MAP_62(fn, arg, ##__VA_ARGS__) argument
82 #define _C2_MAP_62(fn, arg, head, ...) fn(head, arg), _C2_MAP_61(fn, arg, ##__VA_ARGS__) argument
83 #define _C2_MAP_61(fn, arg, head, ...) fn(head, arg), _C2_MAP_60(fn, arg, ##__VA_ARGS__) argument
84 #define _C2_MAP_60(fn, arg, head, ...) fn(head, arg), _C2_MAP_59(fn, arg, ##__VA_ARGS__) argument
85 #define _C2_MAP_59(fn, arg, head, ...) fn(head, arg), _C2_MAP_58(fn, arg, ##__VA_ARGS__) argument
86 #define _C2_MAP_58(fn, arg, head, ...) fn(head, arg), _C2_MAP_57(fn, arg, ##__VA_ARGS__) argument
87 #define _C2_MAP_57(fn, arg, head, ...) fn(head, arg), _C2_MAP_56(fn, arg, ##__VA_ARGS__) argument
88 #define _C2_MAP_56(fn, arg, head, ...) fn(head, arg), _C2_MAP_55(fn, arg, ##__VA_ARGS__) argument
89 #define _C2_MAP_55(fn, arg, head, ...) fn(head, arg), _C2_MAP_54(fn, arg, ##__VA_ARGS__) argument
[all …]
/hardware/nxp/secure_element/ls_client/src/
DLsLib.cpp56 static const char fn[] = "Perform_LSC"; in Perform_LSC() local
92 static const char fn[] = "LSC_update_seq_handler"; in LSC_update_seq_handler() local
148 static const char fn[] = "LSC_OpenChannel"; in LSC_OpenChannel() local
200 static const char fn[] = "LSC_ResetChannel"; in LSC_ResetChannel() local
265 static const char fn[] = "LSC_SelectLsc"; in LSC_SelectLsc() local
327 static const char fn[] = "LSC_StoreData"; in LSC_StoreData() local
383 static const char fn[] = "LSC_loadapplet"; in LSC_loadapplet() local
573 static const char fn[] = "LSC_Check_KeyIdentifier"; in LSC_Check_KeyIdentifier() local
668 static const char fn[] = "LSC_ReadScript"; in LSC_ReadScript() local
784 static const char fn[] = "LSC_SendtoEse"; in LSC_SendtoEse() local
[all …]
DLsClient.cpp154 static const char fn[] = "LSC_Start"; in LSC_Start() local
175 static const char fn[] = "LSC_doDownload"; in LSC_doDownload() local
/hardware/qcom/audio/hal/
Dplatform_info.c867 section_process_fn fn = section_table[section]; in start_tag() local
875 section_process_fn fn = section_table[PCM_ID]; in start_tag() local
883 section_process_fn fn = section_table[section]; in start_tag() local
891 section_process_fn fn = section_table[GAIN_LEVEL_MAPPING]; in start_tag() local
899 section_process_fn fn = section_table[APP_TYPE]; in start_tag() local
906 section_process_fn fn = section_table[MICROPHONE_CHARACTERISTIC]; in start_tag() local
925 section_process_fn fn = section_table[SND_DEV]; in start_tag() local
936 section_process_fn fn = section_table[MIC_INFO]; in start_tag() local
941 section_process_fn fn = section_table[section]; in start_tag() local
967 section_process_fn fn = section_table[section]; in start_tag() local
[all …]
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonController.h45 void* fn = dlsym(mHandle, name); in loadFunction() local
/hardware/qcom/audio/legacy/libalsa-intf/
Daplay.c472 int play_raw(const char *fg, int rate, int ch, const char *device, const char *fn) in play_raw()
498 int play_wav(const char *fg, int rate, int ch, const char *device, const char *fn) in play_wav()
Darec.c388 const char *fn) in rec_raw()
424 int rec_wav(const char *fg, const char *device, int rate, int ch, const char *fn) in rec_wav()
/hardware/qcom/audio/legacy/alsa_sound/
DAudioUsbALSA.cpp394 const char *fn = "/data/RecordPcm.pcm"; in RecordingThreadEntry() local
784 const char *fn = "/data/test.pcm"; in PlaybackThreadEntry() local
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c341 pktq_pdeq_with_fn(struct pktq *pq, int prec, ifpkt_cb_t fn, int arg) in pktq_pdeq_with_fn()
408 pktq_pflush(osl_t *osh, struct pktq *pq, int prec, bool dir, ifpkt_cb_t fn, int arg) in pktq_pflush()
608 pktq_flush(osl_t *osh, struct pktq *pq, bool dir, ifpkt_cb_t fn, int arg) in pktq_flush()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifi_hal.cpp364 wifi_error init_wifi_vendor_hal_func_table(wifi_hal_fn *fn) { in init_wifi_vendor_hal_func_table()
/hardware/qcom/camera/msm8998/usbcamcore/src/
DQualcommUsbCamera.cpp2379 static int fileDump(const char* fn, char* data, int length, int* frm_cnt) in fileDump()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_hal.cpp158 wifi_error init_wifi_vendor_hal_func_table(wifi_hal_fn *fn) in init_wifi_vendor_hal_func_table()