OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:got_event
(Results
1 - 10
of
10
) sorted by null
/external/lldb/test/api/multithreaded/
test_listener_event_description.cpp
28
bool
got_event
= g_listener.WaitForEvent(1, event);
local
29
if (
got_event
) {
test_listener_event_process_state.cpp
29
bool
got_event
= g_listener.WaitForEvent(1, event);
local
30
if (
got_event
) {
test_listener_resume.cpp
31
bool
got_event
= g_listener.WaitForEvent(1, event);
local
32
if (
got_event
) {
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c
397
int handle_pedometer(int *
got_event
)
422
if (!*
got_event
)
431
*
got_event
= true;
434
if (!*
got_event
)
438
*
got_event
= true;
513
static int
got_event
= 1;
local
520
if (
got_event
)
522
got_event
= false;
546
got_event
= true;
553
handle_pedometer(&
got_event
);
[
all
...]
/external/ltrace/sysdeps/linux-gnu/
trace.h
37
int
got_event
: 1;
member in struct:pid_task
trace.c
444
task_info->
got_event
= 1;
481
&& pids->tasks[i].
got_event
) {
546
&& !pids->tasks[i].
got_event
[
all
...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/
inv_mpu_iio-shared
/external/chromium_org/chrome/browser/extensions/api/management/
management_api_browsertest.cc
53
ExtensionTestMessageListener listener2("
got_event
", false);
/external/lldb/source/Target/
Process.cpp
[
all
...]
/external/chromium_org/ui/aura/
window_event_dispatcher_unittest.cc
1152
bool
got_event
() const { return
got_event
_; }
function in class:aura::DeletingWindowDelegate
[
all
...]
Completed in 691 milliseconds