OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atFront
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/inc/
eventQ.h
36
bool evtQueueEnqueue(struct EvtQueue* q, uint32_t evtType, void *evtData, uintptr_t evtFreeData, bool
atFront
/* do not set this unless you know the repercussions. read: never set this in new code */);
/frameworks/native/libs/binder/
BufferedTextOutput.cpp
42
,
atFront
(true)
66
atFront
= true;
80
bool
atFront
;
178
if (b->
atFront
) {
208
b->
atFront
= *(txt-1) == '\n';
213
if (b->
atFront
&& !b->bundle) {
254
if (b->bufferPos > 0 && b->
atFront
) {
/device/google/contexthub/firmware/src/
eventQ.c
82
bool evtQueueEnqueue(struct EvtQueue* q, uint32_t evtType, void *evtData, uintptr_t evtFreeData, bool
atFront
)
123
if (
atFront
) { /* this is almost always not the case */
Completed in 105 milliseconds