OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNextNum
(Results
1 - 2
of
2
) sorted by null
/system/chre/apps/chqts/src/general_test/
send_event_test.cc
131
: Test(CHRE_API_VERSION_1_0) ,
mNextNum
(0) {
202
if (
mNextNum
< 8) {
204
if (
mNextNum
< 6) {
205
expectedData = &mData[
mNextNum
];
206
} else if (
mNextNum
== 6) {
213
switch (
mNextNum
) {
230
&
mNextNum
);
233
sendFatalFailureToHost("Incorrect data sent for num ", &
mNextNum
);
238
sendFatalFailureToHost("Unexpected event type for num ", &
mNextNum
);
240
if (
mNextNum
== 11)
[
all
...]
send_event_test.h
43
uint32_t
mNextNum
;
Completed in 127 milliseconds