OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cod2
(Results
1 - 1
of
1
) sorted by null
/system/bt/btcore/test/
device_class_test.cpp
203
int
cod2
= device_class_to_int(&dc2);
local
204
EXPECT_EQ(cod1,
cod2
);
217
int
cod2
= device_class_to_int(&dc);
local
218
EXPECT_EQ(cod1,
cod2
);
219
EXPECT_EQ(
cod2
, 0x200714); // 2098964
Completed in 1085 milliseconds