Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 44) sorted by relevance

12

/device/generic/goldfish-opengl/android-emu/android/base/synchronization/
DAndroidMessageChannel.h123 const size_t pos = beforeWrite(); in send() local
133 const size_t pos = beforeWrite(); in send() local
143 const auto pos = beforeTryWrite(); in trySend() local
152 const auto pos = beforeTryWrite(); in trySend() local
161 const size_t pos = beforeRead(); in receive() local
171 const size_t pos = beforeRead(); in receive() local
183 const auto pos = beforeTryRead(); in tryReceive() local
192 const auto pos = beforeTimedRead(wallTimeUs); in timedReceive() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dcommand_parser.h61 auto pos = command_.find('='); in SkipPrefix() local
80 auto pos = command_.find(','); in SkipComma() local
91 auto pos = command_.find(' '); in SkipWhiteSpace() local
Dsim_service.cpp660 size_t pos = 0; in IsFixedDialNumber() local
711 size_t pos = 0; in GetPhoneNumber() local
890 size_t pos = 0; in HandleSIM_IO() local
1013 auto pos = cmd->find(','); in HandleChangeOrEnterPIN() local
1045 auto pos = cmd->find(','); in HandleChangeOrEnterPIN() local
Dcommand_parser.cpp52 auto pos = command_.find(flag); in GetNextStr() local
Dpdu_parser.cpp56 size_t pos = 0; in DecodePDU() local
Dchannel_monitor.cpp142 size_t pos = 0, r_pos = 0; // '\r' or '\n' in ReadCommand() local
/device/google/contexthub/firmware/os/core/
DeventQ.c29 #define for_each_item_safe(head, pos, tmp) \ argument
87 struct EvtList *pos, *tmp; in evtQueueFree() local
112 struct EvtList *pos; in evtQueueEnqueue() local
163 struct EvtList *pos, *tmp; in evtQueueRemoveAllMatching() local
184 struct EvtList *pos; in evtQueueDequeue() local
/device/generic/goldfish/network/wifi_forwarder/
Dcache.h143 iterator erase(const_iterator pos) { in erase()
147 iterator erase(iterator pos) { in erase()
/device/generic/opengl-transport/host/commands/emugen/
DEntryPoint.cpp48 size_t pos, last; in parse() local
205 size_t pos = 0; in setAttribute() local
DstrUtils.cpp21 std::string getNextToken(const std::string & str, size_t pos, size_t * last, const std::string & de… in getNextToken()
DTypeFactory.cpp70 size_t pos = 0, last; in initFromFile() local
DParser.cpp33 size_t pos = 0U; in parseTypeTokens() local
/device/google/cuttlefish/host/frontend/gcastv2/https/
DSSLSocket.cpp345 const size_t pos = mOutBuffer.size(); in queueOutputData() local
417 const size_t pos = mOutBufferPlain.size(); in sendto() local
/device/google/contexthub/util/common/
Dfile.cpp85 off64_t File::seekTo(off64_t pos, int whence) { in seekTo()
/device/google/contexthub/firmware/os/cpu/x86/
DatomicBitset.c63 uint32_t pos, i, numWords = (set->numBits + 31) / 32; in atomicBitsetFindClearAndSet() local
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.cc112 auto pos = line_.find(match); in HandleIncomingMessage() local
/device/google/contexthub/contexthubhal/
Dmessage_buf.h43 size_t pos; variable
Dsystem_comms.cpp1418 for (auto pos = sessions_.begin(); pos != sessions_.end() && status > 0; next(pos)) { in handleRx() local
1435 for (auto pos = sessions_.begin(); pos != sessions_.end(); next(pos)) { in handleRx() local
1461 for (auto pos = sessions_.begin(); pos != sessions_.end(); next(pos)) { in setup_and_add() local
Dsystem_comms.h422 bool isActive(const SessionMap::iterator &pos) const in isActive()
426 void next(SessionMap::iterator &pos) in next()
/device/google/contexthub/lib/nanohub/
Dnanoapp.c104 int pos; in doPrintHash() local
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c50 uint32_t pos = *ppos; in getHexEncodedByte() local
196 uint32_t pos = 0; in handleConvertKey() local
/device/linaro/poplar/wifi/wifi_hal/
Dcpp_bindings.h109 struct nlattr *pos; variable
365 #define for_each_attr(pos, nla, rem) \ argument
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DVirtioGpuStream.cpp377 size_t pos = 0U, numFlushed = 0U; in commitAll() local
DAddressSpaceStream.cpp579 uint32_t AddressSpaceStream::getRelativeBufferPos(uint32_t pos) { in getRelativeBufferPos()
/device/google/bonito/usb/
DUsb.cpp56 char *pos; in readFile() local

12