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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_req.cpp 24 int NanCommand::putNanEnable(const NanEnableRequest *pReq)
29 if (pReq == NULL) {
41 pReq->config_2dot4g_support ? (SIZEOF_TLV_HDR + \
42 sizeof(pReq->support_2dot4g_val)) : 0 \
45 pReq->config_2dot4g_beacons ? (SIZEOF_TLV_HDR + \
46 sizeof(pReq->beacon_2dot4g_val)) : 0 \
49 pReq->config_2dot4g_discovery ? (SIZEOF_TLV_HDR + \
50 sizeof(pReq->discovery_2dot4g_val)) : 0 \
53 pReq->config_5g_beacons ? (SIZEOF_TLV_HDR + \
54 sizeof(pReq->beacon_5g_val)) : 0
    [all...]
nancommand.h 107 int putNanEnable(const NanEnableRequest *pReq);
108 int putNanDisable(const NanDisableRequest *pReq);
109 int putNanPublish(const NanPublishRequest *pReq);
110 int putNanPublishCancel(const NanPublishCancelRequest *pReq);
111 int putNanSubscribe(const NanSubscribeRequest *pReq);
112 int putNanSubscribeCancel(const NanSubscribeCancelRequest *pReq);
113 int putNanTransmitFollowup(const NanTransmitFollowupRequest *pReq);
114 int putNanStats(const NanStatsRequest *pReq);
115 int putNanConfig(const NanConfigRequest *pReq);
116 int putNanTCA(const NanTCARequest *pReq);
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 609 DebugInvokeReq* const pReq = Dbg::GetInvokeReq();
610 if (pReq == nullptr) {
615 Dbg::ExecuteMethod(pReq);
619 void JdwpState::SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy,
623 CHECK(pReq != nullptr);
630 EventFinish(pReq);
647 DebugInvokeReq* pReq = Dbg::GetInvokeReq();
648 return pReq != nullptr;
732 ExpandBuf* pReq = expandBufAlloc();
733 expandBufAddSpace(pReq, kJDWPHeaderLen)
    [all...]
jdwp_main.cc 177 void JdwpState::SendRequest(ExpandBuf* pReq) {
185 ssize_t actual = netState->WritePacket(pReq, expandBufGetLength(pReq));
186 if (static_cast<size_t>(actual) != expandBufGetLength(pReq)) {
188 actual, expandBufGetLength(pReq));
jdwp.h 260 void SendRequest(ExpandBuf* pReq);
305 void SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy,
311 void EventFinish(ExpandBuf* pReq);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h 714 #define REQUEST_APC_INT(pReq) mov t20 = 1 ; movl t21 = KiPcr+PcApcInterrupt ; ;; ;(pReq) st1 [t21] = t20
715 #define REQUEST_DISPATCH_INT(pReq) mov t20 = 1 ; movl t21 = KiPcr+PcDispatchInterrupt ; ;; ;(pReq) st1 [t21] = t20
  /art/runtime/
thread_list.cc     [all...]
debugger.h 650 static void ExecuteMethod(DebugInvokeReq* pReq);
655 static void FinishInvokeMethod(DebugInvokeReq* pReq);
740 static void ExecuteMethodWithoutPendingException(ScopedObjectAccess& soa, DebugInvokeReq* pReq)
    [all...]
debugger.cc     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1930 milliseconds