OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRoom
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/contexthubhal/
message_buf.h
62
size_t
getRoom
() const { return size - pos; }
system_comms.cpp
83
while (buf.
getRoom
() >= 2) {
86
if (buf.
getRoom
() >= len) {
137
if (len != 0 || buf.
getRoom
() != 0) {
153
if (buf.
getRoom
() != 0) {
253
size_t len = buf.
getRoom
();
604
size_t len = buf.
getRoom
();
736
size_t len = buf.
getRoom
();
898
uint32_t dataLen = buf.
getRoom
();
[
all
...]
Completed in 221 milliseconds