Searched defs:arg_type (Results 1 - 5 of 5) sorted by relevance

/system/bt/bta/ag/
H A Dbta_ag_at.cc81 uint8_t arg_type; local
98 arg_type = BTA_AG_AT_NONE;
103 arg_type = BTA_AG_AT_READ;
109 arg_type = BTA_AG_AT_TEST;
112 arg_type = BTA_AG_AT_SET;
120 arg_type = BTA_AG_AT_FREE;
124 if ((arg_type & p_cb->p_at_tbl[idx].arg_type) != 0) {
126 if (arg_type == BTA_AG_AT_SET &&
135 p_cb->p_at_tbl[idx].command_id, arg_type, p_ar
[all...]
H A Dbta_ag_at.h50 uint8_t arg_type; /* allowable argument type syntax */ member in struct:__anon10
59 uint8_t arg_type, char* p_arg,
H A Dbta_ag_cmd.cc123 uint8_t arg_type; /* whether argument is int or string */ member in struct:__anon13
248 if (result->arg_type == BTA_AG_RES_FMT_INT) {
250 } else if (result->arg_type == BTA_AG_RES_FMT_STR) {
587 uint8_t arg_type, char* p_arg, int16_t int_arg) {
588 APPL_TRACE_DEBUG("AT cmd:%d arg_type:%d arg:%d arg:%s", command_id, arg_type,
697 static void bta_ag_bind_response(tBTA_AG_SCB* p_scb, uint8_t arg_type) { argument
700 if (arg_type == BTA_AG_AT_TEST) {
717 } else if (arg_type == BTA_AG_AT_READ) {
826 void bta_ag_at_hfp_cback(tBTA_AG_SCB* p_scb, uint16_t cmd, uint8_t arg_type, argument
586 bta_ag_at_hsp_cback(tBTA_AG_SCB* p_scb, uint16_t command_id, uint8_t arg_type, char* p_arg, int16_t int_arg) argument
[all...]
/system/tools/aidl/
H A Dtype_namespace.h352 const T* arg_type = FindTypeByCanonicalName(type_name); local
353 if (!arg_type) {
359 type_name = arg_type->CanonicalName();
H A Daidl.cpp216 const ValidatableType* arg_type = local
219 if (!arg_type) {
223 arg->GetMutableType()->SetLanguageType(arg_type);

Completed in 566 milliseconds