Home | History | Annotate | Download | only in android

Lines Matching defs:query_type

191     int                 query_type;
1061 query->header.query_id, query->header.query_type);
1148 sdkctl_query_new(SDKCtlSocket* sdkctl, int query_type, uint32_t in_data_size)
1166 query->header.query_type = query_type;
1176 query_type, in_data_size);
1183 int query_type,
1191 SDKCtlQuery* const query = sdkctl_query_new(sdkctl, query_type, in_data_size);
1235 query->header.query_type, query->deadline);
1240 int query_type,
1250 sdkctl_query_new_ex(sdkctl, query_type, in_data_size, in_data,