OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:change_detected
(Results
1 - 2
of
2
) sorted by null
/system/core/liblog/
log_is_loggable.c
115
int
change_detected
;
local
121
global_change_detected =
change_detected
= not_locked = lock();
129
change_detected
= 1;
140
change_detected
= 1;
146
int local_change_detected =
change_detected
;
270
int
change_detected
= check_cache(&tag_cache);
local
273
change_detected
= 1;
275
if (
change_detected
) {
305
int
change_detected
;
local
313
change_detected
= check_cache(&self->cache_persist
[
all
...]
/device/google/contexthub/firmware/src/drivers/window_orientation/
window_orientation.c
395
bool
change_detected
;
local
544
change_detected
= (proposed_rotation != mTask.prev_valid_rotation);
547
if (
change_detected
) {
Completed in 652 milliseconds