OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_handle
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
handle.c
40
static unsigned
next_handle
= 1;
variable
82
VGHandle h =
next_handle
++;
/external/mesa3d/src/gallium/state_trackers/vega/
handle.c
40
static unsigned
next_handle
= 1;
variable
82
VGHandle h =
next_handle
++;
/external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.cc
398
CancelableRequestProvider::Handle
next_handle
=
local
404
StorePendingQuery(
next_handle
, request, callback);
434
CancelableRequestProvider::Handle
next_handle
=
local
440
StorePendingQuery(
next_handle
, request, callback);
/external/bluetooth/bluedroid/stack/gatt/
gatt_db.c
73
p_db->
next_handle
= s_hdl;
[
all
...]
gatt_int.h
208
UINT16
next_handle
; /* Next usable handle value */
member in struct:__anon848
462
UINT16
next_handle
; /* next available handle */
member in struct:__anon865
Completed in 516 milliseconds