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

/system/bt/osi/test/
H A Dlist_test.cpp193 int find = 4; local
194 list_node_t *rc = list_foreach(list, list_callback_find_int, &find);
199 find = 1;
200 rc = list_foreach(list, list_callback_find_int, &find);
205 find = 5;
206 rc = list_foreach(list, list_callback_find_int, &find);
211 find = 0;
212 rc = list_foreach(list, list_callback_find_int, &find);
/system/bt/stack/a2dp/
H A Da2d_int.h54 tA2D_FIND_CB find; /* find service control block */ member in struct:__anon818
/system/bt/stack/l2cap/
H A Dl2cap_client.c57 static l2cap_client_t *find(uint16_t local_channel_id);
191 l2cap_client_t *client = find(local_channel_id);
193 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client for LCID 0x%04x.", __func__, local_channel_id);
214 l2cap_client_t *client = find(local_channel_id);
217 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client matching LCID 0x%04x.", __func__, local_channel_id);
258 l2cap_client_t *client = find(local_channel_id);
261 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client matching LCID 0x%04x.", __func__, local_channel_id);
292 l2cap_client_t *client = find(local_channel_id);
294 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client with LCID 0x%04x.", __func__, local_channel_id);
311 l2cap_client_t *client = find(local_channel_i
423 static l2cap_client_t *find(uint16_t local_channel_id) { function
[all...]
/system/core/libutils/
H A DString8.cpp414 ssize_t String8::find(const char* other, size_t start) const function in class:android::String8
426 ssize_t index = find(other);
436 ssize_t next = find(other, index + skip);
601 // find the last dot
/system/keymaster/
H A Dauthorization_set.cpp203 int AuthorizationSet::find(keymaster_tag_t tag, int begin) const { function in class:keymaster::AuthorizationSet
522 for (int pos = -1; (pos = find(tag, pos)) != -1;)
528 int pos = find(tag);
541 pos = find(tag, pos);
552 int pos = find(tag);
565 pos = find(tag, pos);
576 int pos = find(tag);
589 pos = find(tag, pos);
600 int pos = find(tag);
609 int pos = find(ta
[all...]

Completed in 320 milliseconds