Home
last modified time | relevance | path

Searched refs:cs (Results 1 – 15 of 15) sorted by relevance

/system/core/libcutils/
Dconfig_utils.cpp121 static int _lex(cstate *cs, int value) in _lex() argument
127 data = cs->data; in _lex()
129 if(cs->next != 0) { in _lex()
130 c = cs->next; in _lex()
131 cs->next = 0; in _lex()
150 cs->data = data; in _lex()
153 cs->data = data + 1; in _lex()
162 cs->data = data; in _lex()
166 cs->data = data; in _lex()
170 cs->data = data; in _lex()
[all …]
/system/bpf/libbpf_android/
DLoader.cpp265 static bool isRelSection(codeSection& cs, string& name) { in isRelSection() argument
269 if (st.type != cs.type) continue; in isRelSection()
333 static int readCodeSections(ifstream& elfFile, vector<codeSection>& cs) { in readCodeSections() argument
391 cs.push_back(std::move(cs_temp)); in readCodeSections()
473 static void dumpAllCs(vector<codeSection>& cs) { in dumpAllCs() argument
474 for (int i = 0; i < (int)cs.size(); i++) { in dumpAllCs()
475 ALOGE("Dumping cs %d, name %s\n", int(i), cs[i].name.c_str()); in dumpAllCs()
476 dumpIns((char*)cs[i].data.data(), cs[i].data.size()); in dumpAllCs()
506 static void applyMapRelo(ifstream& elfFile, vector<unique_fd> &mapFds, vector<codeSection>& cs) { in applyMapRelo() argument
512 for (int k = 0; k != (int)cs.size(); k++) { in applyMapRelo()
[all …]
/system/bt/btif/src/
Dbtif_sock_rfc.cc469 sock_connect_signal_t cs; in send_app_connect_signal() local
470 cs.size = sizeof(cs); in send_app_connect_signal()
471 cs.bd_addr = *addr; in send_app_connect_signal()
472 cs.channel = channel; in send_app_connect_signal()
473 cs.status = status; in send_app_connect_signal()
474 cs.max_rx_packet_size = 0; // not used for RFCOMM in send_app_connect_signal()
475 cs.max_tx_packet_size = 0; // not used for RFCOMM in send_app_connect_signal()
477 return sock_send_all(fd, (const uint8_t*)&cs, sizeof(cs)) == sizeof(cs); in send_app_connect_signal()
479 return sock_send_fd(fd, (const uint8_t*)&cs, sizeof(cs), send_fd) == in send_app_connect_signal()
480 sizeof(cs); in send_app_connect_signal()
Dbtif_sock_l2cap.cc383 sock_connect_signal_t cs; in send_app_connect_signal() local
384 cs.size = sizeof(cs); in send_app_connect_signal()
385 cs.bd_addr = *addr; in send_app_connect_signal()
386 cs.channel = channel; in send_app_connect_signal()
387 cs.status = status; in send_app_connect_signal()
388 cs.max_rx_packet_size = rx_mtu; in send_app_connect_signal()
389 cs.max_tx_packet_size = tx_mtu; in send_app_connect_signal()
391 if (sock_send_fd(fd, (const uint8_t*)&cs, sizeof(cs), send_fd) == in send_app_connect_signal()
392 sizeof(cs)) in send_app_connect_signal()
397 } else if (sock_send_all(fd, (const uint8_t*)&cs, sizeof(cs)) == sizeof(cs)) { in send_app_connect_signal()
/system/core/libunwindstack/include/unwindstack/
DUcontextX86.h60 uint32_t cs; member
DUserX86_64.h52 uint64_t cs; member
/system/core/libunwindstack/
DAsmGetRegsX86.S53 mov %cs, 36(%eax)
/system/keymaster/include/keymaster/
DUniquePtr.h243 UniquePtr<C[]> cs(new C[4]);
/system/gatekeeper/include/gatekeeper/
DUniquePtr.h243 UniquePtr<C[]> cs(new C[4]);
/system/bt/gd/proto/bluetooth/metrics/
Dbluetooth.proto75 // https://cs.corp.google.com/#android/system/bt/stack/include/btm_api.h&q=major_computer.
/system/media/audio_utils/
DDoxyfile.orig762 # *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown,
DDoxyfile.bak762 # *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown,
DDoxyfile844 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
/system/chre/chre_api/doc/
DDoxyfile795 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
/system/chre/pal/doc/
DDoxyfile795 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,