/device/generic/goldfish-opengl/android-emu/android/base/synchronization/ |
D | AndroidMessageChannel.h | 123 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/ |
D | command_parser.h | 61 auto pos = command_.find('='); in SkipPrefix() local 80 auto pos = command_.find(','); in SkipComma() local 91 auto pos = command_.find(' '); in SkipWhiteSpace() local
|
D | sim_service.cpp | 660 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
|
D | command_parser.cpp | 52 auto pos = command_.find(flag); in GetNextStr() local
|
D | pdu_parser.cpp | 56 size_t pos = 0; in DecodePDU() local
|
D | channel_monitor.cpp | 142 size_t pos = 0, r_pos = 0; // '\r' or '\n' in ReadCommand() local
|
/device/google/contexthub/firmware/os/core/ |
D | eventQ.c | 29 #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/ |
D | cache.h | 143 iterator erase(const_iterator pos) { in erase() 147 iterator erase(iterator pos) { in erase()
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | EntryPoint.cpp | 48 size_t pos, last; in parse() local 205 size_t pos = 0; in setAttribute() local
|
D | strUtils.cpp | 21 std::string getNextToken(const std::string & str, size_t pos, size_t * last, const std::string & de… in getNextToken()
|
D | TypeFactory.cpp | 70 size_t pos = 0, last; in initFromFile() local
|
D | Parser.cpp | 33 size_t pos = 0U; in parseTypeTokens() local
|
/device/google/cuttlefish/host/frontend/gcastv2/https/ |
D | SSLSocket.cpp | 345 const size_t pos = mOutBuffer.size(); in queueOutputData() local 417 const size_t pos = mOutBufferPlain.size(); in sendto() local
|
/device/google/contexthub/util/common/ |
D | file.cpp | 85 off64_t File::seekTo(off64_t pos, int whence) { in seekTo()
|
/device/google/contexthub/firmware/os/cpu/x86/ |
D | atomicBitset.c | 63 uint32_t pos, i, numWords = (set->numBits + 31) / 32; in atomicBitsetFindClearAndSet() local
|
/device/google/cuttlefish/host/commands/kernel_log_monitor/ |
D | kernel_log_server.cc | 112 auto pos = line_.find(match); in HandleIncomingMessage() local
|
/device/google/contexthub/contexthubhal/ |
D | message_buf.h | 43 size_t pos; variable
|
D | system_comms.cpp | 1418 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
|
D | system_comms.h | 422 bool isActive(const SessionMap::iterator &pos) const in isActive() 426 void next(SessionMap::iterator &pos) in next()
|
/device/google/contexthub/lib/nanohub/ |
D | nanoapp.c | 104 int pos; in doPrintHash() local
|
/device/google/contexthub/util/nanoapp_sign/ |
D | nanoapp_sign.c | 50 uint32_t pos = *ppos; in getHexEncodedByte() local 196 uint32_t pos = 0; in handleConvertKey() local
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | cpp_bindings.h | 109 struct nlattr *pos; variable 365 #define for_each_attr(pos, nla, rem) \ argument
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | VirtioGpuStream.cpp | 377 size_t pos = 0U, numFlushed = 0U; in commitAll() local
|
D | AddressSpaceStream.cpp | 579 uint32_t AddressSpaceStream::getRelativeBufferPos(uint32_t pos) { in getRelativeBufferPos()
|
/device/google/bonito/usb/ |
D | Usb.cpp | 56 char *pos; in readFile() local
|