Searched defs:at (Results 1 - 4 of 4) sorted by relevance

/system/bt/bta/hf_client/
H A Dbta_hf_client_api.c8 * You may obtain a copy of the License at:
245 void BTA_HfClientSendAT(UINT16 handle, tBTA_HF_CLIENT_AT_CMD_TYPE at, UINT32 val1, UINT32 val2, const char *str) argument
251 p_buf->uint8_val = at;
/system/core/libsparse/
H A Dsparse_read.c6 * You may obtain a copy of the License at
57 char *at = ""; local
70 at = malloc(size + 1);
71 if (at == NULL) {
76 vsnprintf(at, size, fmt, argp);
78 at[size] = 0;
79 s = " at ";
84 sparse_print_verbose("EOF while reading file%s%s\n", s, at);
88 sparse_print_verbose("Invalid sparse file format%s%s\n", s, at);
91 s, at);
[all...]
/system/keymaster/
H A Dauthorization_set.cpp6 * You may obtain a copy of the License at
253 keymaster_key_param_t& AuthorizationSet::operator[](int at) { argument
254 if (is_valid() == OK && at < (int)elems_size_) {
255 return elems_[at];
261 keymaster_key_param_t AuthorizationSet::operator[](int at) const {
262 if (is_valid() == OK && at < (int)elems_size_) {
263 return elems_[at];
/system/vold/
H A DKeyStorage.cpp6 * You may obtain a copy of the License at
117 const hw_auth_token_t* at = reinterpret_cast<const hw_auth_token_t*>(auth.token.data()); local
118 paramBuilder.Authorization(keymaster::TAG_USER_SECURE_ID, at->user_id);

Completed in 225 milliseconds