OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timer_created
(Results
1 - 3
of
3
) sorted by null
/hardware/broadcom/libbt/src/
upio.c
86
uint8_t
timer_created
;
member in struct:__anon46933
219
if (lpm_proc_cb.
timer_created
== TRUE) {
271
if (lpm_proc_cb.
timer_created
== TRUE)
274
lpm_proc_cb.
timer_created
= FALSE;
403
if (lpm_proc_cb.
timer_created
== TRUE)
406
lpm_proc_cb.
timer_created
= FALSE;
421
if (lpm_proc_cb.
timer_created
== FALSE)
435
lpm_proc_cb.
timer_created
= TRUE;
518
__FUNCTION__, buffer, lpm_proc_cb.btwrite_active, lpm_proc_cb.
timer_created
);
/system/bt/tools/mcap_tool/
mcap_tool.cc
498
static bool
timer_created
;
local
500
if (!
timer_created
) {
507
timer_created
= true;
/packages/apps/DeskClock/src/com/android/deskclock/
HandleApiCalls.java
499
Controller.getController().notifyVoiceSuccess(this, getString(R.string.
timer_created
));
Completed in 1188 milliseconds