Searched defs:seq (Results 1 - 8 of 8) sorted by relevance

/system/vold/
H A Dvdc.cpp94 int seq = getpid(); local
96 std::string cmd(android::base::StringPrintf("%d ", seq));
116 return do_monitor(sock, seq);
162 int seq = atoi(strtok(nullptr, " ")); local
163 if (seq == stop_after_seq) {
/system/connectivity/wifilogd/tests/
H A Dos_unittest.cpp152 InSequence seq; local
164 InSequence seq; local
182 InSequence seq; local
/system/core/include/utils/
H A DLooper.h424 int seq; member in struct:android::Looper::Request
474 int removeFd(int fd, int seq);
/system/core/libutils/include/utils/
H A DLooper.h424 int seq; member in struct:android::Looper::Request
474 int removeFd(int fd, int seq);
/system/libhwbinder/
H A DBufferedTextOutput.cpp41 : seq(_seq)
80 const int32_t seq; member in struct:android::hardware::BufferedTextOutput::BufferState
270 if (bs != NULL && bs->seq == mSeq) return bs;
/system/bt/stack/avdt/
H A Davdt_scb_act.cc231 uint16_t seq; local
242 BE_STREAM_TO_UINT16(seq, p);
278 p_data->p_pkt->layer_specific = seq;
/system/extras/perfprofd/tests/
H A Dperfprofd_test.cc60 static std::string encoded_file_path(int seq) argument
63 dest_dir.c_str(), seq);
/system/extras/simpleperf/
H A Drecord.h552 uint32_t seq; member in struct:RecordCache::RecordWithSeq
555 RecordWithSeq(uint32_t seq, Record* record) : seq(seq), record(record) {} argument

Completed in 200 milliseconds