Home
last modified time | relevance | path

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

12

/device/google/cuttlefish/host/commands/modem_simulator/
Dcommand_parser.h62 auto pos = command_.find('='); in SkipPrefix() local
81 auto pos = command_.find(','); in SkipComma() local
92 auto pos = command_.find(' '); in SkipWhiteSpace() local
Dcommand_parser.cpp52 auto pos = command_.find(flag); in GetNextStr() local
Dsim_service.cpp696 size_t pos = 0; in IsFixedDialNumber() local
971 size_t pos = 0; in HandleSIM_IO() local
1049 size_t pos = 0; in GetPhoneNumberElement() local
1181 auto pos = cmd->find(','); in HandleChangeOrEnterPIN() local
1213 auto pos = cmd->find(','); in HandleChangeOrEnterPIN() local
Dpdu_parser.cpp55 size_t pos = 0; in DecodePDU() local
Dchannel_monitor.cpp172 size_t pos = 0, r_pos = 0; // '\r' or '\n' in ReadCommand() local
Dcall_service.cpp141 auto pos = cmd->find_last_of('@'); in HandleDial() local
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Drootcanal.js33 function rootCanalAddU8(array, pos, val) { argument
39 function rootCanalAddPayload(array, pos, payload) { argument
45 function rootCanalAddString(array, pos, val) { argument
/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/google/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.cc132 auto pos = line_.find(match); in HandleIncomingMessage() local
138 auto pos = line_.find(stage); in HandleIncomingMessage() 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/run_cvd/launch/
Dmodem.cpp75 auto pos = ports.find(','); in ModemSimulator() local
/device/google/cuttlefish/common/libs/confui/
Dpacket.cpp114 int pos = 0; in ParseRawData() local
Dprotocol_types.cpp167 auto pos = ss.str(); in ToString() local
/device/google/contexthub/contexthubhal/
Dmessage_buf.h43 size_t pos; variable
Dsystem_comms.cpp1421 for (auto pos = sessions_.begin(); pos != sessions_.end() && status > 0; next(pos)) { in handleRx() local
1438 for (auto pos = sessions_.begin(); pos != sessions_.end(); next(pos)) { in handleRx() local
1464 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/generic/goldfish/hals/camera/
Dlist_qemu_cameras.cpp38 size_t pos = 0; in findToken() local
/device/generic/goldfish-opengl/system/codecs/c2/store/
DGoldfishComponentStore.cpp340 auto pos = mComponentNameToPath.find(name); in findComponent() local
/device/google/cuttlefish/common/libs/utils/
Dproc_file_utils.cpp285 auto pos = line.find_first_of('='); in GetEnvs() local
/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.cpp430 size_t pos = 0; in OnPlaybackBuffer() local
/device/linaro/hikey/gralloc960/
Dmali_gralloc_public_interface.cpp402 uint32_t pos = 0; in mali_gralloc_getFunction() local
/device/google/cuttlefish/host/libs/confui/
Dhost_renderer.cc317 auto pos = width * y + x; in UpdatePixels() local

12