OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OSTicks
(Results
1 - 9
of
9
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c
159
gki_cb.com.
OSTicks
= (UINT32) times(0);
197
return (gki_cb.com.
OSTicks
);
579
/* potentially we need to adjust os gki_cb.com.
OSTicks
*/
[
all
...]
/external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c
156
gki_cb.com.
OSTicks
= (UINT32) times(0);
194
return (gki_cb.com.
OSTicks
);
557
/* potentially we need to adjust os gki_cb.com.
OSTicks
*/
[
all
...]
/external/bluetooth/bluedroid/gki/common/
gki_common.h
263
UINT32
OSTicks
; /* system ticks from start */
gki_time.c
152
return gki_cb.com.
OSTicks
;
395
gki_cb.com.
OSTicks
+= ticks_since_last_update;
/external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c
183
gki_cb.com.
OSTicks
= (UINT32) times(0);
221
return (gki_cb.com.
OSTicks
);
848
/* potentially we need to adjust os gki_cb.com.
OSTicks
*/
[
all
...]
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_common.h
269
UINT32
OSTicks
; /* system ticks from start */
gki_time.c
150
return gki_cb.com.
OSTicks
;
393
gki_cb.com.
OSTicks
+= ticks_since_last_update;
/external/libnfc-nci/src/gki/common/
gki_common.h
269
UINT32
OSTicks
; /* system ticks from start */
gki_time.c
150
return gki_cb.com.
OSTicks
;
393
gki_cb.com.
OSTicks
+= ticks_since_last_update;
Completed in 608 milliseconds