HomeSort by relevance Sort by last modified time
    Searched refs:sub_code (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/components/translate/core/language_detection/
language_detection_util.cc 324 const std::string& sub_code = chunks[1]; local
326 if (sub_code.size() != 2)
329 for (std::string::const_iterator it = sub_code.begin();
330 it != sub_code.end(); ++it) {
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_batchscan.c 104 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx] = (opcode |(cb_evt << 4));
108 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx],
254 *p_cb_evt = (ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.pending_idx] >> 4);
255 *p_opcode = (ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.pending_idx]
    [all...]
btm_ble_multi_adv.c 647 UINT8 sub_code = (is_scan_rsp) ? local
668 UINT8_TO_STREAM(pp, sub_code);
680 btm_ble_multi_adv_enq_op_q(sub_code, inst_id, BTM_BLE_MULTI_ADV_DATA_EVT);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc 395 void XmppEngineImpl::SignalError(Error error_code, int sub_code) {
398 subcode_ = sub_code;
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 507 UINT8 sub_code[BTM_BLE_BATCH_SCAN_MAX]; member in struct:__anon6110
    [all...]

Completed in 434 milliseconds