Home
last modified time | relevance | path

Searched refs:args (Results 1 - 25 of 514) sorted by relevance

12345678910>>...21

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_dbg.h56 #define WL_PRINT(args) do { WL_TIMESTAMP(); printf args; } while (0)
60 #define WL_SRSCAN(args) _WL_SRSCAN args
62 #define WL_SRSCAN(args)
75 #define WL_NONE(args)
76 #define WL_ERROR(args) do {if (wl_msg_level & WL_ERROR_VAL) WL_PRINT(args); \
77 else WIFICC_LOGDEBUG(args); } while (0)
78 #define WL_SCAN_ERROR(args)
[all...]
H A Ddhd_dbg.h70 #define DHD_ERROR(args) \
73 printf args; \
75 DHD_LOG_DUMP_WRITE args; \
80 #define DHD_INFO(args) do {if (dhd_msg_level & DHD_INFO_VAL) printf args;} while (0)
83 #define DHD_ERROR(args) do {if (dhd_msg_level & DHD_ERROR_VAL) printf args;} while (0)
84 #define DHD_INFO(args) do {if (dhd_msg_level & DHD_INFO_VAL) printf args;} while (0)
87 #define DHD_TRACE(args) d
[all...]
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dmkbootimg55 def get_recovery_dtbo_offset(args):
58 num_kernel_pages = get_number_of_pages(filesize(args.kernel), args.pagesize)
59 num_ramdisk_pages = get_number_of_pages(filesize(args.ramdisk), args.pagesize)
60 num_second_pages = get_number_of_pages(filesize(args.second), args.pagesize)
61 dtbo_offset = args.pagesize * (num_header_pages + num_kernel_pages +
66 def write_header_v3(args):
70 args
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_api.c158 _mali_osk_errcode_t _ump_uku_get_api_version(_ump_uk_api_version_s *args) in _ump_uku_get_api_version() argument
162 DEBUG_ASSERT_POINTER(args); in _ump_uku_get_api_version()
163 DEBUG_ASSERT_POINTER(args->ctx); in _ump_uku_get_api_version()
165 session_data = (ump_session_data *)args->ctx; in _ump_uku_get_api_version()
168 if (args->version == UMP_IOCTL_API_VERSION) { in _ump_uku_get_api_version()
170 GET_VERSION(args->version))); in _ump_uku_get_api_version()
171 args->compatible = 1; in _ump_uku_get_api_version()
172 session_data->api_version = args->version; in _ump_uku_get_api_version()
175 GET_VERSION(UMP_IOCTL_API_VERSION), GET_VERSION(args->version))); in _ump_uku_get_api_version()
176 args in _ump_uku_get_api_version()
255 _ump_ukk_msync(_ump_uk_msync_s *args) _ump_ukk_msync() argument
313 _ump_ukk_cache_operations_control(_ump_uk_cache_operations_control_s *args) _ump_ukk_cache_operations_control() argument
351 _ump_ukk_switch_hw_usage(_ump_uk_switch_hw_usage_s *args) _ump_ukk_switch_hw_usage() argument
420 _ump_ukk_lock(_ump_uk_lock_s *args) _ump_ukk_lock() argument
438 _ump_ukk_unlock(_ump_uk_unlock_s *args) _ump_ukk_unlock() argument
[all...]
H A Dump_kernel_common.h23 #define UMP_DEBUG_PRINT(args) _mali_osk_dbgmsg args
24 #define UMP_DEBUG_CODE(args) args
25 #define DBG_MSG(level,args) do { /* args should be in brackets */ \
28 UMP_DEBUG_PRINT(args):0; \
31 #define DBG_MSG_IF(level,condition,args) /* args should be in brackets */ \
34 UMP_DEBUG_PRINT(args); \
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmathndk.cpp46 napi_value args[1] = {nullptr}; in LLround() local
47 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in LLround()
49 napi_get_value_double(env, args[0], &value); in LLround()
58 napi_value args[1] = {nullptr}; in LLroundf() local
59 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in LLroundf()
61 napi_get_value_double(env, args[0], &value); in LLroundf()
71 napi_value args[1] = {nullptr}; in LLroundl() local
72 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in LLroundl()
74 napi_get_value_double(env, args[0], &value); in LLroundl()
84 napi_value args[ in LLrint() local
96 napi_value args[1] = {nullptr}; LLrintf() local
108 napi_value args[1] = {nullptr}; LRintf() local
121 napi_value args[1] = {nullptr}; LLrintl() local
134 napi_value args[1] = {nullptr}; Lgamma() local
150 napi_value args[1] = {nullptr}; Lgammaf() local
166 napi_value args[1] = {nullptr}; Lgammal() local
185 napi_value args[1] = {nullptr}; Lgamma_r() local
202 napi_value args[1] = {nullptr}; Lgammaf_r() local
219 napi_value args[1] = {nullptr}; Lgammal_r() local
237 napi_value args[2] = {nullptr}; Ldexp() local
252 napi_value args[2] = {nullptr}; Ldexpl() local
267 napi_value args[2] = {nullptr}; Ldexpf() local
282 napi_value args[1] = {nullptr}; J0() local
295 napi_value args[1] = {nullptr}; J0f() local
308 napi_value args[1] = {nullptr}; J1() local
321 napi_value args[1] = {nullptr}; J1f() local
334 napi_value args[2] = {nullptr}; Jn() local
349 napi_value args[2] = {nullptr}; Jnf() local
364 napi_value args[1] = {nullptr}; ASin() local
384 napi_value args[1] = {nullptr}; ASinF() local
404 napi_value args[1] = {nullptr}; ASinL() local
424 napi_value args[1] = {nullptr}; ASinH() local
439 napi_value args[1] = {nullptr}; ASinHF() local
454 napi_value args[1] = {nullptr}; ASinHL() local
469 napi_value args[1] = {nullptr}; ACos() local
484 napi_value args[1] = {nullptr}; ACosF() local
499 napi_value args[1] = {nullptr}; ACosL() local
514 napi_value args[1] = {nullptr}; ACosH() local
529 napi_value args[1] = {nullptr}; ACosHL() local
544 napi_value args[1] = {nullptr}; ACosHF() local
559 napi_value args[1] = {nullptr}; ATan() local
580 napi_value args[1] = {nullptr}; ATanF() local
601 napi_value args[1] = {nullptr}; ATanL() local
622 napi_value args[2] = {nullptr}; ATan2() local
639 napi_value args[2] = {nullptr}; ATan2F() local
656 napi_value args[2] = {nullptr}; ATan2L() local
673 napi_value args[2] = {nullptr, nullptr}; Fmod() local
688 napi_value args[2] = {nullptr, nullptr}; FMin() local
703 napi_value args[2] = {nullptr, nullptr}; FMax() local
718 napi_value args[3] = {nullptr, nullptr, nullptr}; Fma() local
736 napi_value args[2] = {nullptr, nullptr}; Floor() local
749 napi_value args[2] = {nullptr, nullptr}; FDim() local
764 napi_value args[1] = {nullptr}; FAbs() local
777 napi_value args[1] = {nullptr}; Exp() local
790 napi_value args[2] = {nullptr, nullptr}; CopySignL() local
805 napi_value args[2] = {nullptr, nullptr}; CopySignF() local
820 napi_value args[2] = {nullptr, nullptr}; CopySign() local
835 napi_value args[1] = {nullptr}; Erf() local
848 napi_value args[1] = {nullptr}; Cos() local
861 napi_value args[1] = {nullptr}; Cosh() local
874 napi_value args[1] = {nullptr}; Exp2() local
887 napi_value args[1] = {nullptr}; ExpM1() local
900 napi_value args[2] = {nullptr, nullptr}; FmodF() local
915 napi_value args[2] = {nullptr, nullptr}; FmodL() local
930 napi_value args[2] = {nullptr, nullptr}; FMinF() local
945 napi_value args[2] = {nullptr, nullptr}; FMinL() local
960 napi_value args[2] = {nullptr, nullptr}; FMaxF() local
975 napi_value args[2] = {nullptr, nullptr}; FMaxL() local
990 napi_value args[3] = {nullptr, nullptr, nullptr}; FmaF() local
1008 napi_value args[3] = {nullptr, nullptr, nullptr}; FmaL() local
1026 napi_value args[2] = {nullptr, nullptr}; FloorF() local
1039 napi_value args[2] = {nullptr, nullptr}; FloorL() local
1052 napi_value args[2] = {nullptr, nullptr}; FDimF() local
1067 napi_value args[2] = {nullptr, nullptr}; FDimL() local
1082 napi_value args[1] = {nullptr}; FAbsL() local
1095 napi_value args[1] = {nullptr}; FAbsF() local
1110 napi_value args[1] = {nullptr}; Ceil() local
1123 napi_value args[1] = {nullptr}; CeilF() local
1136 napi_value args[1] = {nullptr}; CeilL() local
1149 napi_value args[1] = {nullptr}; ExpM1f() local
1162 napi_value args[1] = {nullptr}; ExpM1l() local
1175 napi_value args[1] = {nullptr}; ExpF() local
1188 napi_value args[1] = {nullptr}; ExpL() local
1201 napi_value args[1] = {nullptr}; Exp2f() local
1214 napi_value args[1] = {nullptr}; Exp2l() local
1227 napi_value args[1] = {nullptr}; ErfC() local
1240 napi_value args[1] = {nullptr}; ErfCf() local
1253 napi_value args[1] = {nullptr}; ErfCl() local
1266 napi_value args[1] = {nullptr}; ErfF() local
1279 napi_value args[1] = {nullptr}; ErfL() local
1292 napi_value args[1] = {nullptr}; CosF() local
1305 napi_value args[1] = {nullptr}; CosL() local
1318 napi_value args[1] = {nullptr}; CosHf() local
1331 napi_value args[1] = {nullptr}; CosHl() local
1344 napi_value args[1] = {nullptr}; doubleInput() local
1460 napi_value args[1] = {nullptr}; Sin() local
1473 napi_value args[1] = {nullptr}; Sinf() local
1486 napi_value args[1] = {nullptr}; Sinh() local
1499 napi_value args[1] = {nullptr}; Sinhf() local
1512 napi_value args[1] = {nullptr}; Sinhl() local
1525 napi_value args[1] = {nullptr}; Sinl() local
1538 napi_value args[1] = {nullptr}; Sqrt() local
1551 napi_value args[1] = {nullptr}; Sqrtf() local
1564 napi_value args[1] = {nullptr}; Sqrtl() local
1577 napi_value args[2] = {nullptr}; Remainder() local
1594 napi_value args[2] = {nullptr}; Remainderf() local
1611 napi_value args[2] = {nullptr}; Remainderl() local
1627 napi_value args[3] = {nullptr}; Remquo() local
1646 napi_value args[3] = {nullptr}; Remquof() local
1665 napi_value args[3] = {nullptr}; Remquol() local
1684 napi_value args[1] = {nullptr}; Rint() local
1698 napi_value args[1] = {nullptr}; Rintf() local
1712 napi_value args[1] = {nullptr}; Rintl() local
1726 napi_value args[1] = {nullptr}; Round() local
1740 napi_value args[1] = {nullptr}; Roundf() local
1754 napi_value args[1] = {nullptr}; Roundl() local
1768 napi_value args[2] = {nullptr}; Scalbln() local
1784 napi_value args[1] = {nullptr}; Tan() local
1797 napi_value args[1] = {nullptr}; Tanf() local
1810 napi_value args[1] = {nullptr}; Tanh() local
1823 napi_value args[1] = {nullptr}; Tanhf() local
1836 napi_value args[1] = {nullptr}; Tanhl() local
1849 napi_value args[1] = {nullptr}; Tanl() local
1862 napi_value args[1] = {nullptr}; Tgamma() local
1875 napi_value args[1] = {nullptr}; Tgammaf() local
1888 napi_value args[1] = {nullptr}; Tgammal() local
1901 napi_value args[2] = {nullptr}; Scalblnl() local
1916 napi_value args[2] = {nullptr}; Scalbn() local
1931 napi_value args[2] = {nullptr}; Scalblnf() local
1946 napi_value args[2] = {nullptr}; Scalbnf() local
1961 napi_value args[2] = {nullptr}; Scalbnl() local
1976 napi_value args[1] = {nullptr}; Significand() local
1989 napi_value args[1] = {nullptr}; Significandf() local
2001 napi_value args[1] = {nullptr}; ATanH() local
2016 napi_value args[1] = {nullptr}; ATanHF() local
2031 napi_value args[1] = {nullptr}; ATanHL() local
2044 napi_value args[1] = {nullptr}; ModF() local
2057 napi_value args[1] = {nullptr}; ModFf() local
2070 napi_value args[1] = {nullptr}; ModFl() local
2084 napi_value args[1] = {nullptr}; MRand48() local
2103 napi_value args[2] = {nullptr}; Pow() local
2119 napi_value args[2] = {nullptr}; Powf() local
2135 napi_value args[2] = {nullptr}; Sincos() local
2159 napi_value args[2] = {nullptr}; Sincosl() local
2182 napi_value args[2] = {nullptr}; Sincosf() local
2206 napi_value args[2] = {nullptr}; Scalb() local
2222 napi_value args[2] = {nullptr}; Scalbf() local
2238 napi_value args[1] = {nullptr}; Trunc() local
2253 napi_value args[1] = {nullptr}; Truncf() local
2267 napi_value args[1] = {nullptr}; Truncl() local
2281 napi_value args[1] = {nullptr}; Y0() local
2295 napi_value args[1] = {nullptr}; Y0f() local
2309 napi_value args[1] = {nullptr}; Y1() local
2323 napi_value args[1] = {nullptr}; Y1f() local
2337 napi_value args[1] = {nullptr}; Fpclassify() local
2351 napi_value args[1] = {nullptr}; Fpclassifyf() local
2365 napi_value args[1] = {nullptr}; Fpclassifyl() local
2379 napi_value args[1] = {nullptr}; Signbit() local
2393 napi_value args[1] = {nullptr}; Signbitf() local
2407 napi_value args[1] = {nullptr}; Signbitl() local
2421 napi_value args[1] = {nullptr}; CBrt() local
2436 napi_value args[1] = {nullptr}; CBrtL() local
2451 napi_value args[1] = {nullptr}; CBrtF() local
2466 napi_value args[1] = {nullptr}; Frexp() local
2482 napi_value args[1] = {nullptr}; Frexpf() local
2498 napi_value args[1] = {nullptr}; Frexpl() local
2514 napi_value args[2] = {nullptr}; Powl() local
2530 napi_value args[2] = {nullptr}; NextToward() local
2546 napi_value args[2] = {nullptr}; NextTowardF() local
2562 napi_value args[2] = {nullptr}; NextTowardL() local
2578 napi_value args[2] = {nullptr}; Nextafter() local
2594 napi_value args[2] = {nullptr}; Nextafterf() local
2610 napi_value args[2] = {nullptr}; Nextafterl() local
2626 napi_value args[1] = {nullptr}; Nearbyint() local
2639 napi_value args[1] = {nullptr}; Nearbyintf() local
2652 napi_value args[1] = {nullptr}; Nearbyintl() local
2665 napi_value args[1] = {nullptr}; Nan() local
2681 napi_value args[1] = {nullptr}; Nanf() local
2697 napi_value args[1] = {nullptr}; Nanl() local
2712 napi_value args[1] = {nullptr}; LRint() local
2725 napi_value args[1] = {nullptr}; LRintl() local
2739 napi_value args[1] = {nullptr}; LRound() local
2753 napi_value args[1] = {nullptr}; LRoundf() local
2767 napi_value args[1] = {nullptr}; LRoundl() local
2781 napi_value args[2] = {nullptr}; HYpot() local
2798 napi_value args[2] = {nullptr}; HYpotf() local
2815 napi_value args[2] = {nullptr}; HYpotl() local
2830 napi_value args[1] = {nullptr}; ILogb() local
2842 napi_value args[1] = {nullptr}; ILogbf() local
2855 napi_value args[1] = {nullptr}; ILogbl() local
2870 napi_value args[1] = {nullptr}; SignGam() local
[all...]
H A Dcomplexndk.cpp33 napi_value args[2] = {nullptr, nullptr}; in CReal() local
34 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CReal()
36 napi_get_value_double(env, args[INDEX0], &firstParam); in CReal()
37 napi_get_value_double(env, args[INDEX1], &secondParam); in CReal()
48 napi_value args[2] = {nullptr, nullptr}; in CRealF() local
49 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CRealF()
51 napi_get_value_double(env, args[INDEX0], &firstParam); in CRealF()
52 napi_get_value_double(env, args[INDEX1], &secondParam); in CRealF()
66 napi_value args[2] = {nullptr, nullptr}; in CRealL() local
67 napi_get_cb_info(env, info, &argc, args, nullpt in CRealL()
81 napi_value args[2] = {nullptr, nullptr}; Conj() local
106 napi_value args[2] = {nullptr, nullptr}; ConjF() local
134 napi_value args[2] = {nullptr, nullptr}; ConjL() local
159 napi_value args[4] = {nullptr, nullptr, nullptr, nullptr}; CPow() local
186 napi_value args[4] = {nullptr, nullptr, nullptr, nullptr}; CPowF() local
215 napi_value args[4] = {nullptr, nullptr, nullptr, nullptr}; CPowL() local
242 napi_value args[2] = {nullptr, nullptr}; CProj() local
267 napi_value args[2] = {nullptr, nullptr}; CProjF() local
295 napi_value args[2] = {nullptr, nullptr}; CProjL() local
320 napi_value args[2] = {nullptr, nullptr}; CSin() local
345 napi_value args[2] = {nullptr, nullptr}; CSinF() local
370 napi_value args[2] = {nullptr, nullptr}; CSinL() local
395 napi_value args[2] = {nullptr, nullptr}; CSinH() local
420 napi_value args[2] = {nullptr, nullptr}; CSinHf() local
445 napi_value args[2] = {nullptr, nullptr}; CSinHl() local
470 napi_value args[2] = {nullptr, nullptr}; CSqrt() local
495 napi_value args[2] = {nullptr, nullptr}; CSqrtF() local
520 napi_value args[2] = {nullptr, nullptr}; CSqrtL() local
545 napi_value args[2] = {nullptr, nullptr}; CTan() local
570 napi_value args[2] = {nullptr, nullptr}; CTanF() local
595 napi_value args[2] = {nullptr, nullptr}; CTanL() local
620 napi_value args[2] = {nullptr, nullptr}; CTanH() local
645 napi_value args[2] = {nullptr, nullptr}; CTanHf() local
670 napi_value args[2] = {nullptr, nullptr}; CTanHl() local
695 napi_value args[2] = {nullptr, nullptr}; Cabs() local
710 napi_value args[2] = {nullptr, nullptr}; Cabsf() local
725 napi_value args[2] = {nullptr, nullptr}; Cabsl() local
740 napi_value args[2] = {nullptr}; Cacos() local
766 napi_value args[2] = {nullptr}; Cacosl() local
792 napi_value args[2] = {nullptr}; Cacosf() local
818 napi_value args[2] = {nullptr}; Cacosh() local
844 napi_value args[2] = {nullptr}; Cacoshf() local
870 napi_value args[2] = {nullptr}; Cacoshl() local
896 napi_value args[2] = {nullptr}; Carg() local
915 napi_value args[2] = {nullptr}; Cargl() local
934 napi_value args[2] = {nullptr}; Cargf() local
953 napi_value args[2] = {nullptr}; Casin() local
979 napi_value args[2] = {nullptr}; Casinl() local
1005 napi_value args[2] = {nullptr}; Casinf() local
1031 napi_value args[2] = {nullptr}; Casinh() local
1057 napi_value args[2] = {nullptr}; Casinhf() local
1083 napi_value args[2] = {nullptr}; Casinhl() local
1109 napi_value args[2] = {nullptr}; Catan() local
1135 napi_value args[2] = {nullptr}; Catanl() local
1161 napi_value args[2] = {nullptr}; Catanf() local
1187 napi_value args[2] = {nullptr}; Catanh() local
1213 napi_value args[2] = {nullptr}; Catanhf() local
1239 napi_value args[2] = {nullptr}; Catanhl() local
1265 napi_value args[2] = {nullptr}; Ccos() local
1291 napi_value args[2] = {nullptr}; Ccosl() local
1317 napi_value args[2] = {nullptr}; Ccosf() local
1343 napi_value args[2] = {nullptr}; Ccosh() local
1369 napi_value args[2] = {nullptr}; Ccoshf() local
1395 napi_value args[2] = {nullptr}; Ccoshl() local
1421 napi_value args[2] = {nullptr}; Cexp() local
1447 napi_value args[2] = {nullptr}; Cexpl() local
1473 napi_value args[2] = {nullptr}; Cexpf() local
1499 napi_value args[2] = {nullptr}; Clog() local
1525 napi_value args[2] = {nullptr}; Clogf() local
1551 napi_value args[2] = {nullptr}; Clogl() local
1577 napi_value args[2] = {nullptr}; Cimag() local
1592 napi_value args[2] = {nullptr}; Cimagf() local
1607 napi_value args[2] = {nullptr}; Cimagl() local
[all...]
H A Dctypendk.cpp42 napi_value args[1] = {nullptr}; in Isalnum() local
43 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in Isalnum()
47 napi_get_value_string_utf8(env, args[0], ch, length, &strResult); in Isalnum()
61 napi_value args[1] = {nullptr}; in IsalnumL() local
62 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in IsalnumL()
66 napi_get_value_string_utf8(env, args[0], ch, length, &strResult); in IsalnumL()
80 napi_value args[1] = {nullptr}; in Isalpha() local
81 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in Isalpha()
85 napi_get_value_string_utf8(env, args[0], ch, length, &strResult); in Isalpha()
99 napi_value args[ in IsalphaL() local
118 napi_value args[1] = {nullptr}; Isascii() local
135 napi_value args[1] = {nullptr}; Isblank() local
154 napi_value args[1] = {nullptr}; IsblankL() local
173 napi_value args[1] = {nullptr}; Iscntrl() local
190 napi_value args[1] = {nullptr}; IscntrlL() local
207 napi_value args[1] = {nullptr}; Isdigit() local
225 napi_value args[1] = {nullptr}; IsdigitL() local
244 napi_value args[1] = {nullptr}; Isgraph() local
262 napi_value args[1] = {nullptr}; IsgraphL() local
281 napi_value args[1] = {nullptr}; Islower() local
300 napi_value args[1] = {nullptr}; IslowerL() local
319 napi_value args[1] = {nullptr}; Isprint() local
338 napi_value args[1] = {nullptr}; IsprintL() local
357 napi_value args[1] = {nullptr}; Ispunct() local
376 napi_value args[1] = {nullptr}; IspunctL() local
395 napi_value args[1] = {nullptr}; Isspace() local
413 napi_value args[1] = {nullptr}; IsspaceL() local
432 napi_value args[1] = {nullptr}; Isupper() local
451 napi_value args[1] = {nullptr}; IsupperL() local
470 napi_value args[1] = {nullptr}; Isxdigit() local
489 napi_value args[1] = {nullptr}; IsxdigitL() local
517 napi_value args[1] = {nullptr}; Tolower() local
558 napi_value args[1] = {nullptr}; TolowerL() local
601 napi_value args[1] = {nullptr}; Toupper() local
643 napi_value args[1] = {nullptr}; ToupperL() local
[all...]
H A Dstringndk.cpp87 napi_value args[1] = {nullptr}; in Strerror() local
88 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in Strerror()
90 napi_get_value_int32(env, args[0], &valueFirst); in Strerror()
114 napi_value args[1] = {nullptr}; in Strerror_l() local
115 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in Strerror_l()
117 napi_get_value_int32(env, args[0], &valueFirst); in Strerror_l()
140 napi_value args[1] = {nullptr}; in Strerror_r() local
141 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in Strerror_r()
143 napi_get_value_int32(env, args[0], &valueFirst); in Strerror_r()
180 napi_value args[ in Strdup() local
193 napi_value args[2] = {nullptr}; Strcat() local
207 napi_value args[1] = {nullptr}; Strchr() local
221 napi_value args[2] = {nullptr}; Strcmp() local
234 napi_value args[2] = {nullptr}; Strcoll() local
247 napi_value args[2] = {nullptr}; Strcoll_l() local
261 napi_value args[1] = {nullptr}; Strlen() local
273 napi_value args[3] = {nullptr}; Strncat() local
286 napi_value args[2] = {nullptr}; Strncmp() local
302 napi_value args[3] = {nullptr}; Strncpy() local
319 napi_value args[2] = {nullptr}; Strndup() local
335 napi_value args[2] = {nullptr}; Strnlen() local
351 napi_value args[2] = {nullptr}; Strpbrk() local
366 napi_value args[1] = {nullptr}; Strrchr() local
381 napi_value args[2] = {nullptr}; Strsep() local
396 napi_value args[2] = {nullptr}; Strspn() local
411 napi_value args[2] = {nullptr}; Strstr() local
426 napi_value args[2] = {nullptr}; Strtok() local
441 napi_value args[3] = {nullptr}; StrtokR() local
457 napi_value args[3] = {nullptr}; Strxfrm() local
481 napi_value args[1] = {nullptr}; MemCpy() local
493 napi_value args[1] = {nullptr}; MemMem() local
510 napi_value args[1] = {nullptr}; MemMove() local
522 napi_value args[1] = {nullptr}; MemPCpy() local
535 napi_value args[1] = {nullptr}; MemPCpy2() local
548 napi_value args[1] = {nullptr}; MemPCpy3() local
561 napi_value args[1] = {nullptr}; MemPCpy4() local
657 napi_value args[1] = {nullptr}; Strlcat() local
671 napi_value args[1] = {nullptr}; Strlcpy() local
685 napi_value args[2] = {nullptr}; Strchrnul() local
708 napi_value args[2] = {nullptr}; Strcasestr() local
721 napi_value args[1] = {nullptr}; Strsignal() local
739 napi_value args[3] = {nullptr}; StrxfrmL() local
766 napi_value args[1] = {nullptr}; Stpcpy() local
779 napi_value args[1] = {nullptr}; Stpncpy() local
793 napi_value args[1] = {nullptr}; Strcpy() local
806 napi_value args[2] = {nullptr}; Strcspn() local
884 napi_value args[2] = {nullptr}; StrcatChk() local
911 napi_value args[2] = {nullptr}; MemrchrChk() local
926 napi_value args[1] = {nullptr}; StrcpyChk() local
939 napi_value args[1] = {nullptr}; StpcpyChk() local
952 napi_value args[2] = {nullptr}; StrchrChk() local
[all...]
H A Dwctypendk.cpp55 napi_value args[1] = {nullptr}; in Iswalnum() local
56 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in Iswalnum()
60 napi_get_value_string_utf8(env, args[0], ch, length, &strResult); in Iswalnum()
75 napi_value args[1] = {nullptr}; in IswalnumL() local
76 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in IswalnumL()
80 napi_get_value_string_utf8(env, args[0], ch, length, &strResult); in IswalnumL()
95 napi_value args[1] = {nullptr}; in Iswalpha() local
96 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in Iswalpha()
100 napi_get_value_string_utf8(env, args[0], ch, length, &strResult); in Iswalpha()
115 napi_value args[ in IswalphaL() local
135 napi_value args[1] = {nullptr}; Iswblank() local
155 napi_value args[1] = {nullptr}; IswblankL() local
175 napi_value args[1] = {nullptr}; Iswcntrl() local
193 napi_value args[1] = {nullptr}; IswcntrlL() local
211 napi_value args[1] = {nullptr}; Iswdigit() local
230 napi_value args[1] = {nullptr}; IswdigitL() local
250 napi_value args[1] = {nullptr}; Iswgraph() local
269 napi_value args[1] = {nullptr}; IswgraphL() local
289 napi_value args[1] = {nullptr}; Iswlower() local
309 napi_value args[1] = {nullptr}; IswlowerL() local
329 napi_value args[1] = {nullptr}; Iswprint() local
349 napi_value args[1] = {nullptr}; IswprintL() local
369 napi_value args[1] = {nullptr}; Iswpunct() local
389 napi_value args[1] = {nullptr}; IswpunctL() local
409 napi_value args[1] = {nullptr}; Iswspace() local
428 napi_value args[1] = {nullptr}; IswspaceL() local
448 napi_value args[1] = {nullptr}; Iswupper() local
468 napi_value args[1] = {nullptr}; IswupperL() local
488 napi_value args[2] = {nullptr}; Iswctype() local
510 napi_value args[2] = {nullptr}; IswctypeL() local
532 napi_value args[1] = {nullptr}; Iswxdigit() local
552 napi_value args[1] = {nullptr}; IswxdigitL() local
572 napi_value args[1] = {nullptr}; Towctrans() local
615 napi_value args[1] = {nullptr}; TowctransL() local
658 napi_value args[1] = {nullptr}; TowlowerL() local
700 napi_value args[1] = {nullptr}; TowupperL() local
742 napi_value args[1] = {nullptr}; Wctrans() local
766 napi_value args[1] = {nullptr}; WctransL() local
791 napi_value args[1] = {nullptr}; Wctype() local
813 napi_value args[1] = {nullptr}; WctypeL() local
[all...]
/test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/
H A Dmian.cpp40 napi_value args[2] = {nullptr}; in InitCamera() local
46 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in InitCamera()
48 napi_get_value_string_utf8(env, args[0], nullptr, 0, &typeLen); in InitCamera()
50 napi_get_value_string_utf8(env, args[0], surfaceId, typeLen + 1, &typeLen); in InitCamera()
53 napi_get_value_int32(env, args[1], &index); in InitCamera()
63 napi_value args[1] = {nullptr}; in CameraGetCameraManager() local
66 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CameraGetCameraManager()
69 napi_get_value_int32(env, args[0], &index); in CameraGetCameraManager()
92 napi_value args[1] = {nullptr}; in OHCameraManagerRegisterCallback() local
95 napi_get_cb_info(env, info, &argc, args, nullpt in OHCameraManagerRegisterCallback()
109 napi_value args[1] = {nullptr}; CameraDeleteCameraManager() local
126 napi_value args[1] = {nullptr}; CameraManagerGetSupportedCameras() local
159 napi_value args[1] = {nullptr}; CameraManagerDeleteSupportedCameras() local
175 napi_value args[1] = {nullptr}; GetSupportedCameraOutputCapability() local
191 napi_value args[1] = {nullptr}; OHCameraManagerCreatePreviewOutput() local
207 napi_value args[1] = {nullptr}; OHCameraManagerCreateCameraInput() local
249 napi_value args[3] = {nullptr}; OHCreateCameraInputWithPositionAndType() local
272 napi_value args[1] = {nullptr}; OHCameraManagerCreateCaptureSession() local
288 napi_value args[1] = {nullptr}; CameraManagerDeleteSupportedCameraOutputCapability() local
304 napi_value args[1] = {nullptr}; PreviewOutputRegisterCallback() local
322 napi_value args[2] = {nullptr}; OHCameraManagerCreatePhotoOutput() local
342 napi_value args[1] = {nullptr}; OHCameraManagerCreateMetadataOutput() local
358 napi_value args[1] = {nullptr}; OHCameraInputOpen() local
374 napi_value args[1] = {nullptr}; OHCameraInputClose() local
390 napi_value args[1] = {nullptr}; OHCameraInputRelease() local
406 napi_value args[1] = {nullptr}; OHCameraInputRegisterCallback() local
422 napi_value args[1] = {nullptr}; OHCameraInputUnregisterCallback() local
438 napi_value args[1] = {nullptr}; OHCaptureSessionBeginConfig() local
454 napi_value args[1] = {nullptr}; OHCaptureSessionCommitConfig() local
470 napi_value args[1] = {nullptr}; OHCaptureSessionStart() local
486 napi_value args[1] = {nullptr}; OHCaptureSessionStop() local
502 napi_value args[1] = {nullptr}; OHCaptureSessionRelease() local
518 napi_value args[1] = {nullptr}; OHCaptureSessionRegisterCallback() local
534 napi_value args[1] = {nullptr}; OHCaptureSessionUnregisterCallback() local
550 napi_value args[1] = {nullptr}; OHCaptureSessionGetExposureBias() local
566 napi_value args[1] = {nullptr}; OHCaptureSessionAddInput() local
582 napi_value args[1] = {nullptr}; OHCaptureSessionRemoveInput() local
598 napi_value args[1] = {nullptr}; OHCaptureSessionAddPreviewOutput() local
614 napi_value args[1] = {nullptr}; OHCaptureSessionAddPhotoOutput() local
630 napi_value args[1] = {nullptr}; OHCaptureSessionGetExposureBiasRange() local
646 napi_value args[1] = {nullptr}; OHCameraManagerIsCameraMuted() local
662 napi_value args[1] = {nullptr}; OHCaptureSessionGetExposureMode() local
678 napi_value args[2] = {nullptr}; OHCaptureSessionIsExposureModeSupported() local
696 napi_value args[2] = {nullptr}; OHCaptureSessionSetExposureMode() local
714 napi_value args[2] = {nullptr}; OHCaptureSessionSetExposureBias() local
732 napi_value args[2] = {nullptr}; OHCaptureSessionIsFlashModeSupported() local
750 napi_value args[1] = {nullptr}; OHCaptureSessionHasFlash() local
766 napi_value args[2] = {nullptr}; OHCaptureSessionSetFlashMode() local
784 napi_value args[1] = {nullptr}; OHCaptureSessionGetFlashMode() local
800 napi_value args[2] = {nullptr}; OHCaptureSessionIsFocusModeSupported() local
818 napi_value args[1] = {nullptr}; OHCaptureSessionGetFocusMode() local
834 napi_value args[1] = {nullptr}; OHCaptureSessionGetFocusPoint() local
850 napi_value args[2] = {nullptr}; OHCaptureSessionSetFocusPoint() local
874 napi_value args[1] = {nullptr}; OHCaptureSessionGetMeteringPoint() local
890 napi_value args[1] = {nullptr}; OHCaptureSessionGetZoomRatio() local
906 napi_value args[1] = {nullptr}; OHCaptureSessionGetZoomRatioRange() local
922 napi_value args[2] = {nullptr}; OHCaptureSessionSetZoomRatio() local
941 napi_value args[2] = {nullptr}; OHCaptureSessionSetMeteringPoint() local
965 napi_value args[2] = {nullptr}; OHCaptureSessionIsVideoStabilizationModeSupported() local
983 napi_value args[1] = {nullptr}; OHCaptureSessionGetVideoStabilizationMode() local
999 napi_value args[2] = {nullptr}; OHCaptureSessionSetVideoStabilizationMode() local
1017 napi_value args[1] = {nullptr}; OHCaptureSessionRemovePreviewOutput() local
1033 napi_value args[1] = {nullptr}; OHCaptureSessionRemovePhotoOutput() local
1049 napi_value args[1] = {nullptr}; OHCaptureSessionAddVideoOutput() local
1066 napi_value args[2] = {nullptr}; OHCameraManagerCreateVideoOutput() local
1086 napi_value args[1] = {nullptr}; OHVideoOutputRegisterCallback() local
1102 napi_value args[1] = {nullptr}; OHVideoOutputUnregisterCallback() local
1118 napi_value args[1] = {nullptr}; OHVideoOutputStart() local
1134 napi_value args[1] = {nullptr}; OHVideoOutputStop() local
1150 napi_value args[1] = {nullptr}; OHCaptureSessionRemoveVideoOutput() local
1166 napi_value args[1] = {nullptr}; OHVideoOutputRelease() local
1182 napi_value args[1] = {nullptr}; OHCameraManagerUnregisterCallback() local
1198 napi_value args[1] = {nullptr}; OHPreviewOutputStart() local
1214 napi_value args[1] = {nullptr}; OHPreviewOutputStop() local
1230 napi_value args[1] = {nullptr}; OHPreviewOutputRelease() local
1246 napi_value args[1] = {nullptr}; OHPhotoOutputRegisterCallback() local
1262 napi_value args[1] = {nullptr}; OHPhotoOutputUnregisterCallback() local
1278 napi_value args[1] = {nullptr}; OHPhotoOutputIsMirrorSupported() local
1294 napi_value args[1] = {nullptr}; OHPhotoOutputCapture() local
1355 napi_value args[2] = {nullptr}; OHPhotoOutputCaptureWithCaptureSetting() local
1374 napi_value args[1] = {nullptr}; OHPhotoOutputRelease() local
[all...]
/device/soc/rockchip/common/hardware/rga/include/
H A Dim2d.h262 int args[] = {__VA_ARGS__}; \
263 int argc = sizeof(args) / sizeof(int); \
267 err = imStrError_t((IM_STATUS)args[0]); \
282 int args[] = {__VA_ARGS__}; \
283 int argc = sizeof(args) / sizeof(int); \
287 buffer = wrapbuffer_virtualaddr_t(vir_addr, width, height, args[0], args[1], format); \
297 int args[] = {__VA_ARGS__}; \
298 int argc = sizeof(args) / sizeof(int); \
302 buffer = wrapbuffer_physicaladdr_t(phy_addr, width, height, args[
[all...]
/device/soc/rockchip/rk3399/hardware/rga/include/
H A Dim2d.h263 int args[] = {__VA_ARGS__}; \
264 int argc = sizeof(args)/sizeof(int); \
268 err = imStrError_t((IM_STATUS)args[0]); \
283 int args[] = {__VA_ARGS__}; \
284 int argc = sizeof(args)/sizeof(int); \
288 buffer = wrapbuffer_virtualaddr_t(vir_addr, width, height, args[0], args[1], format); \
298 int args[] = {__VA_ARGS__}; \
299 int argc = sizeof(args)/sizeof(int); \
303 buffer = wrapbuffer_physicaladdr_t(phy_addr, width, height, args[
[all...]
/device/soc/rockchip/rk3568/hardware/rga/include/
H A Dim2d.h263 int args[] = {__VA_ARGS__}; \
264 int argc = sizeof(args)/sizeof(int); \
268 err = imStrError_t((IM_STATUS)args[0]); \
283 int args[] = {__VA_ARGS__}; \
284 int argc = sizeof(args)/sizeof(int); \
288 buffer = wrapbuffer_virtualaddr_t(vir_addr, width, height, args[0], args[1], format); \
298 int args[] = {__VA_ARGS__}; \
299 int argc = sizeof(args)/sizeof(int); \
303 buffer = wrapbuffer_physicaladdr_t(phy_addr, width, height, args[
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_ukk.h60 * MALI_STATIC_INLINE mali_osk_errcode_t _mali_uku_examplefunction( _mali_uk_examplefunction_s *args )
62 * return mali_ukk_examplefunction( args );
111 * - Writing in values to the args members, when otherwise these members would
224 * @param args see mali_uk_wait_for_notification_s in "mali_utgard_uk_types.h"
227 mali_osk_errcode_t _mali_ukk_wait_for_notification(mali_uk_wait_for_notification_s *args);
231 * @param args see mali_uk_post_notification_s in "mali_utgard_uk_types.h"
234 mali_osk_errcode_t _mali_ukk_post_notification(mali_uk_post_notification_s *args);
241 * @param args see mali_uk_get_api_version_s in "mali_utgard_uk_types.h"
244 mali_osk_errcode_t _mali_ukk_get_api_version(mali_uk_get_api_version_s *args);
248 * @param args se
[all...]
H A Dmali_kernel_common.h130 #define MALI_PRINTF(args)
132 #define MALI_PRINTF(args) _mali_osk_dbgmsg args;
135 #define MALI_PRINT_ERROR(args) \
139 MALI_PRINTF(args); \
143 #define MALI_PRINT(args) \
146 MALI_PRINTF(args); \
155 #define MALI_DEBUG_PRINT(level, args) \
159 MALI_PRINTF(args); \
163 #define MALI_DEBUG_PRINT_ERROR(args) MALI_PRINT_ERRO
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_ukk.h59 * MALI_STATIC_INLINE _mali_osk_errcode_t _mali_uku_examplefunction( _mali_uk_examplefunction_s *args )
61 * return mali_ukk_examplefunction( args );
110 * - Writing in values to the args members, when otherwise these members would
224 * @param args see _mali_uk_wait_for_notification_s in "mali_utgard_uk_types.h"
227 _mali_osk_errcode_t _mali_ukk_wait_for_notification(_mali_uk_wait_for_notification_s *args);
231 * @param args see _mali_uk_post_notification_s in "mali_utgard_uk_types.h"
234 _mali_osk_errcode_t _mali_ukk_post_notification(_mali_uk_post_notification_s *args);
241 * @param args see _mali_uk_get_api_version_s in "mali_utgard_uk_types.h"
244 _mali_osk_errcode_t _mali_ukk_get_api_version(_mali_uk_get_api_version_s *args);
248 * @param args se
[all...]
H A Dmali_kernel_common.h111 #define MALI_PRINTF(args)
113 #define MALI_PRINTF(args) _mali_osk_dbgmsg args;
116 #define MALI_PRINT_ERROR(args) do{ \
119 MALI_PRINTF(args); \
123 #define MALI_PRINT(args) do{ \
125 MALI_PRINTF(args); \
134 #define MALI_DEBUG_PRINT(level, args) do { \
136 {MALI_PRINTF(("Mali<" #level ">: ")); MALI_PRINTF(args); } \
139 #define MALI_DEBUG_PRINT_ERROR(args) MALI_PRINT_ERRO
[all...]
/test/xts/acts/multimedia/photoAccess/photoAccess/entry/src/main/cpp/napi/
H A Dmain.cpp26 napi_value args[1] = {nullptr}; in TestMediaAssetGetUri() local
29 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in TestMediaAssetGetUri()
32 napi_get_value_int32(env, args[0], &index); in TestMediaAssetGetUri()
43 napi_value args[1] = {nullptr}; in TestMediaAssetGetDisplayName() local
46 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in TestMediaAssetGetDisplayName()
49 napi_get_value_int32(env, args[0], &index); in TestMediaAssetGetDisplayName()
60 napi_value args[1] = {nullptr}; in TestMediaAssetGetSize() local
63 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in TestMediaAssetGetSize()
66 napi_get_value_int32(env, args[0], &index); in TestMediaAssetGetSize()
77 napi_value args[ in TestMediaAssetGetDateModifiedMs() local
94 napi_value args[1] = {nullptr}; TestMediaAssetGetWidth() local
111 napi_value args[1] = {nullptr}; TestMediaAssetGetHeight() local
128 napi_value args[1] = {nullptr}; TestMediaAssetGetOrientation() local
145 napi_value args[1] = {nullptr}; TestMediaAssetGetMediaType() local
162 napi_value args[1] = {nullptr}; TestMediaAssetGetMediaSubType() local
179 napi_value args[1] = {nullptr}; TestMediaAssetGetDateAdded() local
196 napi_value args[1] = {nullptr}; TestMediaAssetGetDateModified() local
213 napi_value args[1] = {nullptr}; TestMediaAssetGetDateTaken() local
230 napi_value args[1] = {nullptr}; TestMediaAssetGetDateAddedMs() local
247 napi_value args[1] = {nullptr}; TestMediaAssetGetDuration() local
264 napi_value args[1] = {nullptr}; TestMediaAssetIsFavorite() local
281 napi_value args[1] = {nullptr}; TestMediaAssetGetTitle() local
298 napi_value args[1] = {nullptr}; TestMediaAssetRelease() local
315 napi_value args[1] = {nullptr}; TestChangeRequestAddResourceWithUri() local
332 napi_value args[1] = {nullptr}; TestChangeRequestGetWriteCacheHandler() local
349 napi_value args[1] = {nullptr}; TestChangeRequestAddResourceWithBuffer() local
366 napi_value args[1] = {nullptr}; TestChangeRequestSaveCameraPhoto() local
383 napi_value args[1] = {nullptr}; TestChangeRequestDiscardCameraPhoto() local
400 napi_value args[1] = {nullptr}; TestChangeRequestRelease() local
417 napi_value args[1] = {nullptr}; TestManagerRequestImage() local
434 napi_value args[1] = {nullptr}; TestManagerRequestMovingPhoto() local
451 napi_value args[1] = {nullptr}; TestMediaAccessHelperApplyChanges() local
468 napi_value args[1] = {nullptr}; TestManagerRelease() local
485 napi_value args[1] = {nullptr}; TestMovingPhotoGetUri() local
502 napi_value args[1] = {nullptr}; TestMovingPhotoRequestContentWithUris() local
519 napi_value args[1] = {nullptr}; TestMovingPhotoRequestContentWithUri() local
536 napi_value args[1] = {nullptr}; TestMovingPhotoRequestContentWithBuffer() local
553 napi_value args[1] = {nullptr}; TestMovingPhotoRelease() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/targets/hi3861v100/include/
H A Dlos_printf.h87 #define PRINT_DEBUG(fmt, args...)
89 #define PRINT_DEBUG(fmt, args...) do { (los_printf("[DEBUG] "), los_printf(fmt, ##args)); } while (0)
93 #define PRINT_INFO(fmt, args...)
95 #define PRINT_INFO(fmt, args...) do { (los_printf("[INFO] "), los_printf(fmt, ##args)); } while (0)
99 #define PRINT_WARN(fmt, args...)
101 #define PRINT_WARN(fmt, args...) do { (los_printf("[WARN] "), los_printf(fmt, ##args)); } while (0)
105 #define PRINT_ERR(fmt, args
[all...]
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/
H A Dmain.cpp38 napi_value args[2] = {nullptr}; in InitCamera() local
44 napi_get_cb_info(env, info, &argc, args , nullptr, nullptr); in InitCamera()
46 napi_get_value_string_utf8(env, args[0], nullptr, 0, &typeLen); in InitCamera()
48 napi_get_value_string_utf8(env, args[0], surfaceId, typeLen + 1, &typeLen); in InitCamera()
51 napi_get_value_int32(env, args[1], &cameraDeviceIndex); in InitCamera()
142 napi_value args[2] = {nullptr}; in CreateCameraInputWithPositionAndType() local
145 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateCameraInputWithPositionAndType()
148 napi_typeof(env, args[0], &valuetype0); in CreateCameraInputWithPositionAndType()
150 napi_get_value_int32(env, args[0], &x); in CreateCameraInputWithPositionAndType()
153 napi_typeof(env, args[ in CreateCameraInputWithPositionAndType()
202 napi_value args[2] = {nullptr}; CreatePhotoOutput() local
219 napi_value args[2] = {nullptr}; CreateVideoOutput() local
533 napi_value args[2] = {nullptr}; SessionIsFlashModeSupported() local
559 napi_value args[2] = {nullptr}; SessionGetPhotoRotation() local
574 napi_value args[2] = {nullptr}; SessionGetVideoRotation() local
589 napi_value args[2] = {nullptr}; SessionGetPreviewRotation() local
604 napi_value args[2] = {nullptr}; SessionSetPreviewRotation() local
621 napi_value args[2] = {nullptr}; SessionSetFlashMode() local
636 napi_value args[2] = {nullptr}; SessionIsExposureModeSupported() local
662 napi_value args[2] = {nullptr}; SessionSetExposureMode() local
692 napi_value args[2] = {nullptr}; SessionSetMeteringPoint() local
731 napi_value args[2] = {nullptr}; SessionSetExposureBias() local
756 napi_value args[2] = {nullptr}; SessionIsFocusModeSupported() local
782 napi_value args[2] = {nullptr}; SessionSetFocusMode() local
797 napi_value args[2] = {nullptr}; SessionSetFocusPoint() local
863 napi_value args[2] = {nullptr}; SessionSetZoomRatio() local
878 napi_value args[2] = {nullptr}; SessionIsVideoStabilizationModeSupported() local
902 napi_value args[2] = {nullptr}; SessionSetVideoStabilizationMode() local
964 napi_value args[1] = {nullptr}; TakePictureWithSettings() local
981 napi_value args[1] = {nullptr}; OHCaptureSessionRegisterCallback() local
997 napi_value args[1] = {nullptr}; OHCaptureSessionUnregisterCallback() local
1013 napi_value args[1] = {nullptr}; OHCameraManagerGetSupportedSceneModes() local
1049 napi_value args[1] = {nullptr}; OHCameraManagerDeleteSceneModes() local
1066 napi_value args[1] = {nullptr}; OHCameraManagerGetSupportedCameraOutputCapabilityWithSceneMode() local
1082 napi_value args[1] = {nullptr}; OHCaptureSessionSetSessionMode() local
1098 napi_value args[1] = {nullptr}; OHCaptureSessionCanAddInput() local
1123 napi_value args[1] = {nullptr}; OHCaptureSessionCanAddPreviewOutput() local
1148 napi_value args[1] = {nullptr}; OHCaptureSessionCanAddPhotoOutput() local
1173 napi_value args[1] = {nullptr}; OHCaptureSessionCanAddVideoOutput() local
1198 napi_value args[1] = {nullptr}; OHCaptureSessionAddSecureOutput() local
1214 napi_value args[1] = {nullptr}; OHCameraInputOpenSecureCamera() local
1237 napi_value args[1] = {nullptr}; OHCameraManagerSetSceneMode() local
1253 napi_value args[1] = {nullptr}; OHCameraManagerCreatePreviewOutputUsedInPreconfig() local
1271 napi_value args[2] = {nullptr}; OHCameraManagerCreatePhotoOutputUsedInPreconfig() local
1290 napi_value args[2] = {nullptr}; OHCaptureSessionCanPreconfig() local
1316 napi_value args[3] = {nullptr}; OHCaptureSessionCanPreconfigWithRatio() local
1345 napi_value args[2] = {nullptr}; OHCaptureSessionPreconfig() local
1362 napi_value args[3] = {nullptr}; OHCaptureSessionPreconfigWithRatio() local
1381 napi_value args[2] = {nullptr}; OHCameraManagerCreateVideoOutputUsedInPreconfig() local
1401 napi_value args[1] = {nullptr}; OHVideoOutputGetActiveProfile() local
1417 napi_value args[1] = {nullptr}; OHVideoOutputDeleteProfile() local
1433 napi_value args[1] = {nullptr}; OHPreviewOutputGetActiveProfile() local
1449 napi_value args[1] = {nullptr}; OHPreviewOutputDeleteProfile() local
1465 napi_value args[1] = {nullptr}; OHPhotoOutputGetActiveProfile() local
1481 napi_value args[1] = {nullptr}; OHPhotoOutputDeleteProfile() local
1497 napi_value args[1] = {nullptr}; OHCaptureSessionRegisterCallbackOn() local
1513 napi_value args[1] = {nullptr}; OHCaptureSessionUnregisterCallbackOff() local
1529 napi_value args[1] = {nullptr}; OHPhotoOutputRegisterPhotoAvailableCallback() local
1545 napi_value args[1] = {nullptr}; OHPhotoOutputUnregisterPhotoAvailableCallback() local
1561 napi_value args[1] = {nullptr}; OHPhotoOutputRegisterPhotoAssetAvailableCallback() local
1577 napi_value args[1] = {nullptr}; OHPhotoOutputUnregisterPhotoAssetAvailableCallback() local
1593 napi_value args[1] = {nullptr}; OHPhotoOutputIsMovingPhotoSupported() local
1618 napi_value args[NUMBER_2] = {nullptr}; OHPhotoOutputEnableMovingPhoto() local
1637 napi_value args[1] = {nullptr}; OHPhotoNativeGetMainImage() local
1653 napi_value args[1] = {nullptr}; OHPhotoNativeRelease() local
1669 napi_value args[1] = {nullptr}; OHCameraManagerCreatePhotoOutputWithoutSurface() local
1693 napi_value args[1] = {nullptr}; OHCameraManagerIsTorchSupported() local
1718 napi_value args[1] = {nullptr}; OHCameraManagerIsTorchSupportedByTorchMode() local
1743 napi_value args[1] = {nullptr}; OHCameraManagerSetTorchMode() local
1760 napi_value args[1] = {nullptr}; OHCaptureSessionGetExposureValue() local
1777 napi_value args[1] = {nullptr}; OHCaptureSessionGetFocalLength() local
1794 napi_value args[1] = {nullptr}; OHCaptureSessionSetSmoothZoom() local
1811 napi_value args[1] = {nullptr}; OHCaptureSessionGetSupportedColorSpaces() local
1835 napi_value args[1] = {nullptr}; OHCaptureSessionDeleteColorSpaces() local
1852 napi_value args[1] = {nullptr}; OHCaptureSessionGetActiveColorSpace() local
1896 napi_value args[1] = {nullptr}; OHCaptureSessionSetActiveColorSpace() local
1913 napi_value args[1] = {nullptr}; OHPreviewOutputGetSupportedFrameRates() local
1938 napi_value args[1] = {nullptr}; OHPreviewOutputSetFrameRate() local
1955 napi_value args[1] = {nullptr}; OHPreviewOutputGetActiveFrameRate() local
1982 napi_value args[1] = {nullptr}; OHVideoOutputGetSupportedFrameRates() local
2006 napi_value args[1] = {nullptr}; OHVideoOutputSetFrameRate() local
2023 napi_value args[1] = {nullptr}; OHVideoOutputGetActiveFrameRate() local
2050 napi_value args[1] = {nullptr}; OHVideoOutputDeleteFrameRates() local
2067 napi_value args[1] = {nullptr}; OHPreviewOutputDeleteFrameRates() local
2084 napi_value args[1] = {nullptr}; OHCameraManagerRegisterTorchStatusCallback() local
2101 napi_value args[1] = {nullptr}; OHCameraManagerUnregisterTorchStatusCallback() local
2118 napi_value args[1] = {nullptr}; OHCaptureSessionRegisterSmoothZoomInfoCallback() local
2135 napi_value args[1] = {nullptr}; OHCaptureSessionUnregisterSmoothZoomInfoCallback() local
2152 napi_value args[1] = {nullptr}; OHPhotoOutputRegisterCaptureStartWithInfoCallback() local
2169 napi_value args[1] = {nullptr}; OHPhotoOutputUnregisterCaptureStartWithInfoCallback() local
2186 napi_value args[1] = {nullptr}; OHPhotoOutputRegisterCaptureEndCallback() local
2203 napi_value args[1] = {nullptr}; OHPhotoOutputUnregisterCaptureEndCallback() local
2220 napi_value args[1] = {nullptr}; OHPhotoOutputRegisterFrameShutterEndCallback() local
2237 napi_value args[1] = {nullptr}; OHPhotoOutputUnregisterFrameShutterEndCallback() local
2254 napi_value args[1] = {nullptr}; OHPhotoOutputRegisterCaptureReadyCallback() local
2271 napi_value args[1] = {nullptr}; OHPhotoOutputUnregisterCaptureReadyCallback() local
2288 napi_value args[1] = {nullptr}; OHPhotoOutputRegisterEstimatedCaptureDurationCallback() local
2305 napi_value args[1] = {nullptr}; OHPhotoOutputUnregisterEstimatedCaptureDurationCallback() local
2322 napi_value args[1] = {nullptr}; OHCameraManagerTorchMode() local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_manager.c404 mali_osk_errcode_t _mali_ukk_mem_allocate(_ali_uk_alloc_mem_s *args) in _mali_ukk_mem_allocate() argument
406 struct mali_session_data *session = (struct mali_session_data *)(uintptr_t)args->ctx; in _mali_ukk_mem_allocate()
414 (" _mali_ukk_mem_allocate, vaddr=0x%x, size =0x%x! \n", args->gpu_vaddr, args->psize)); in _mali_ukk_mem_allocate()
418 mali_vma_node = mali_vma_offset_search(&session->allocation_mgr, args->gpu_vaddr, 0); in _mali_ukk_mem_allocate()
432 mali_allocation->psize = args->psize; in _mali_ukk_mem_allocate()
433 mali_allocation->vsize = args->vsize; in _mali_ukk_mem_allocate()
440 if (args->flags & MALI_MEMORY_ALLOCATE_SWAPPABLE) { in _mali_ukk_mem_allocate()
442 } else if (args->flags & MALI_MEMORY_ALLOCATE_RESIZEABLE) { in _mali_ukk_mem_allocate()
445 } else if (args in _mali_ukk_mem_allocate()
604 _mali_ukk_mem_free(mali_uk_free_mem_s *args) _mali_ukk_mem_free() argument
637 _mali_ukk_mem_bind(mali_uk_bind_mem_s *args) _mali_ukk_mem_bind() argument
754 _mali_ukk_mem_unbind(mali_uk_unbind_mem_s *args) _mali_ukk_mem_unbind() argument
785 _mali_ukk_mem_cow(mali_uk_cow_mem_s *args) _mali_ukk_mem_cow() argument
914 _mali_ukk_mem_cow_modify_range(mali_uk_cow_modify_range_s *args) _mali_ukk_mem_cow_modify_range() argument
950 _mali_ukk_mem_resize(mali_uk_mem_resize_s *args) _mali_ukk_mem_resize() argument
975 _mali_ukk_mem_usage_get(mali_uk_profiling_memory_usage_get_s *args) _mali_ukk_mem_usage_get() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_manager.c401 _mali_osk_errcode_t _mali_ukk_mem_allocate(_mali_uk_alloc_mem_s *args) in _mali_ukk_mem_allocate() argument
403 struct mali_session_data *session = (struct mali_session_data *)(uintptr_t)args->ctx; in _mali_ukk_mem_allocate()
410 MALI_DEBUG_PRINT(4, (" _mali_ukk_mem_allocate, vaddr=0x%x, size =0x%x! \n", args->gpu_vaddr, args->psize)); in _mali_ukk_mem_allocate()
414 mali_vma_node = mali_vma_offset_search(&session->allocation_mgr, args->gpu_vaddr, 0); in _mali_ukk_mem_allocate()
430 mali_allocation->psize = args->psize; in _mali_ukk_mem_allocate()
431 mali_allocation->vsize = args->vsize; in _mali_ukk_mem_allocate()
438 if (args->flags & _MALI_MEMORY_ALLOCATE_SWAPPABLE) { in _mali_ukk_mem_allocate()
440 } else if (args->flags & _MALI_MEMORY_ALLOCATE_RESIZEABLE) { in _mali_ukk_mem_allocate()
443 } else if (args in _mali_ukk_mem_allocate()
603 _mali_ukk_mem_free(_mali_uk_free_mem_s *args) _mali_ukk_mem_free() argument
636 _mali_ukk_mem_bind(_mali_uk_bind_mem_s *args) _mali_ukk_mem_bind() argument
755 _mali_ukk_mem_unbind(_mali_uk_unbind_mem_s *args) _mali_ukk_mem_unbind() argument
785 _mali_ukk_mem_cow(_mali_uk_cow_mem_s *args) _mali_ukk_mem_cow() argument
913 _mali_ukk_mem_cow_modify_range(_mali_uk_cow_modify_range_s *args) _mali_ukk_mem_cow_modify_range() argument
950 _mali_ukk_mem_resize(_mali_uk_mem_resize_s *args) _mali_ukk_mem_resize() argument
976 _mali_ukk_mem_usage_get(_mali_uk_profiling_memory_usage_get_s *args) _mali_ukk_mem_usage_get() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_common.h23 #define UMP_DEBUG_PRINT(args) _mali_osk_dbgmsg args
24 #define UMP_DEBUG_CODE(args) args
25 #define DBG_MSG(level, args) \
26 do { /* args should be in brackets */ \
27 ((level) <= ump_debug_level) ? UMP_DEBUG_PRINT(("UMP<" #level ">: ")), UMP_DEBUG_PRINT(args) : 0; \
30 #define DBG_MSG_IF(level, condition, args) /* args should be in brackets */ \
33 UMP_DEBUG_PRINT(args); \
[all...]
/test/xts/tools/lite/build/
H A Dsuite.py41 self.args = None
70 self.args = parser.parse_args(self.arguments)
73 for _suite_out_file in self.args.suite_out_paths.split(","):
76 if self.args.project_type == "pythontest":
80 self.args.suite_filename)
81 if self.args.project_type == "pythontest":
83 source_dirs=self.args.target_file,
85 elif self.args.project_type == "open_source_test":
87 sources=self.args.target_file,
89 elif self.args
[all...]

Completed in 30 milliseconds

12345678910>>...21