Home
last modified time | relevance | path

Searched refs:arg_type (Results 1 – 19 of 19) sorted by relevance

/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_at.c86 UINT8 arg_type; in bta_ag_process_at() local
107 arg_type = BTA_AG_AT_NONE; in bta_ag_process_at()
113 arg_type = BTA_AG_AT_READ; in bta_ag_process_at()
121 arg_type = BTA_AG_AT_TEST; in bta_ag_process_at()
126 arg_type = BTA_AG_AT_SET; in bta_ag_process_at()
135 arg_type = BTA_AG_AT_FREE; in bta_ag_process_at()
139 if ((arg_type & p_cb->p_at_tbl[idx].arg_type) != 0) in bta_ag_process_at()
142 if (arg_type == BTA_AG_AT_SET && in bta_ag_process_at()
155 (*p_cb->p_cmd_cback)(p_cb->p_user, idx, arg_type, p_arg, int_arg); in bta_ag_process_at()
160 (*p_cb->p_cmd_cback)(p_cb->p_user, idx, arg_type, p_arg, int_arg); in bta_ag_process_at()
Dbta_ag_at.h50 UINT8 arg_type; /* allowable argument type syntax */ member
57 typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 cmd, UINT8 arg_type,
Dbta_ag_cmd.c820 void bta_ag_at_hsp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type, in bta_ag_at_hsp_cback() argument
825 APPL_TRACE_DEBUG4("AT cmd:%d arg_type:%d arg:%d arg:%s", cmd, arg_type, in bta_ag_at_hsp_cback()
851 void bta_ag_at_hfp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type, in bta_ag_at_hfp_cback() argument
863 APPL_TRACE_DEBUG4("HFP AT cmd:%d arg_type:%d arg:%d arg:%s", cmd, arg_type, in bta_ag_at_hfp_cback()
933 if (arg_type == BTA_AG_AT_TEST) in bta_ag_at_hfp_cback()
991 if (arg_type == BTA_AG_AT_TEST) in bta_ag_at_hfp_cback()
1088 if (arg_type == BTA_AG_AT_SET) in bta_ag_at_hfp_cback()
1112 if (arg_type == BTA_AG_AT_SET) in bta_ag_at_hfp_cback()
Dbta_ag_int.h377 extern void bta_ag_at_hsp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type,
379 extern void bta_ag_at_hfp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type,
Dbta_ag_act.c71 typedef void (*tBTA_AG_ATCMD_CBACK)(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type,
/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-matchers.h1259 template <typename arg_type>\
1260 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1265 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1284 template <typename arg_type>\
1285 operator ::testing::Matcher<arg_type>() const {\
1286 return ::testing::Matcher<arg_type>(\
1287 new gmock_Impl<arg_type>());\
1297 template <typename arg_type>\
1298 bool name##Matcher::gmock_Impl<arg_type>::MatchAndExplain(\
1299 arg_type arg,\
[all …]
Dgmock-generated-matchers.h.pump369 // and refer to its type by 'arg_type'.
405 // Note that the type of the value being matched (arg_type) is
412 // takes an int, 'arg_type' will be int; if it takes an unsigned long,
413 // 'arg_type' will be unsigned long; and so on.
508 // 'arg_type' as that's determined by the context in which the matcher
605 template <typename arg_type>\
606 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
611 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
630 template <typename arg_type>\
631 operator ::testing::Matcher<arg_type>() const {\
[all …]
/external/e2fsprogs/intl/
Dprintf-args.h75 } arg_type; typedef
80 arg_type type;
Dprintf-parse.c309 arg_type type; in PRINTF_PARSE()
Dvasnprintf.c265 arg_type type = a.arg[dp->arg_index].type; in VASNPRINTF()
/external/gtest/scripts/
Dgen_gtest_pred_impl.py620 arg_type = 'user-defined type (Bool)'
627 arg_type = 'built-in type (int)'
651 'arg_type' : arg_type,
/external/chromium/testing/gtest/scripts/
Dgen_gtest_pred_impl.py620 arg_type = 'user-defined type (Bool)'
627 arg_type = 'built-in type (int)'
651 'arg_type' : arg_type,
/external/protobuf/gtest/scripts/
Dgen_gtest_pred_impl.py623 arg_type = 'user-defined type (Bool)'
630 arg_type = 'built-in type (int)'
654 'arg_type' : arg_type,
/external/openssl/crypto/lhash/
Dlhash.h221 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ argument
222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
/external/openssl/include/openssl/
Dlhash.h221 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ argument
222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
Dsafestack.h2433 #define lh_ADDED_OBJ_doall_arg(lh,fn,arg_type,arg) \ argument
2434 LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
2451 #define lh_APP_INFO_doall_arg(lh,fn,arg_type,arg) \ argument
2452 LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg)
2469 #define lh_CONF_VALUE_doall_arg(lh,fn,arg_type,arg) \ argument
2470 LHM_lh_doall_arg(CONF_VALUE,lh,fn,arg_type,arg)
2487 #define lh_ENGINE_PILE_doall_arg(lh,fn,arg_type,arg) \ argument
2488 LHM_lh_doall_arg(ENGINE_PILE,lh,fn,arg_type,arg)
2505 #define lh_ERR_STATE_doall_arg(lh,fn,arg_type,arg) \ argument
2506 LHM_lh_doall_arg(ERR_STATE,lh,fn,arg_type,arg)
[all …]
/external/openssl/crypto/stack/
Dsafestack.h2433 #define lh_ADDED_OBJ_doall_arg(lh,fn,arg_type,arg) \ argument
2434 LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
2451 #define lh_APP_INFO_doall_arg(lh,fn,arg_type,arg) \ argument
2452 LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg)
2469 #define lh_CONF_VALUE_doall_arg(lh,fn,arg_type,arg) \ argument
2470 LHM_lh_doall_arg(CONF_VALUE,lh,fn,arg_type,arg)
2487 #define lh_ENGINE_PILE_doall_arg(lh,fn,arg_type,arg) \ argument
2488 LHM_lh_doall_arg(ENGINE_PILE,lh,fn,arg_type,arg)
2505 #define lh_ERR_STATE_doall_arg(lh,fn,arg_type,arg) \ argument
2506 LHM_lh_doall_arg(ERR_STATE,lh,fn,arg_type,arg)
[all …]
/external/chromium/testing/gmock/test/
Dgmock-generated-matchers_test.cc665 StaticAssertTypeEq< ::std::string, arg_type>();
670 StaticAssertTypeEq<const ::std::string&, arg_type>();
/external/dbus/
DChangeLog.pre-1-06515 (get): Added arg_type parameter for recursion.
9120 argtype to arg_type when raising unknown arg type exception.