OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cur_handle
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_centscreen.c
39
int
cur_handle
; /* Current Centscreen mode handle */
local
43
cur_handle
= curmode.handle;
74
return
cur_handle
;
/external/bluetooth/bluedroid/stack/sdp/
sdpint.h
196
UINT16
cur_handle
; /* Current handle being processed */
member in struct:__anon6336
sdp_discovery.c
515
p_ccb->
cur_handle
++;
520
if (p_ccb->
cur_handle
< p_ccb->num_handles)
543
UINT32_TO_BE_STREAM (p, p_ccb->handles[p_ccb->
cur_handle
]);
[
all
...]
sdp_main.c
625
p_ccb->
cur_handle
= 0;
Completed in 788 milliseconds