OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pReq
(Results
1 - 11
of
11
) sorted by null
/hardware/qcom/wlan/qcwcn/wifi_hal/
nan_req.cpp
23
int NanCommand::putNanEnable(transaction_id id, const NanEnableRequest *
pReq
)
28
if (
pReq
== NULL) {
35
pReq
->config_support_5g ? (SIZEOF_TLV_HDR + \
36
sizeof(
pReq
->support_5g_val)) : 0 \
39
pReq
->config_sid_beacon ? (SIZEOF_TLV_HDR + \
40
sizeof(
pReq
->sid_beacon_val)) : 0 \
43
pReq
->config_2dot4g_rssi_close ? (SIZEOF_TLV_HDR + \
44
sizeof(
pReq
->rssi_close_2dot4g_val)) : 0 \
47
pReq
->config_2dot4g_rssi_middle ? (SIZEOF_TLV_HDR + \
48
sizeof(
pReq
->rssi_middle_2dot4g_val)) : 0
[
all
...]
nancommand.h
107
int putNanEnable(transaction_id id, const NanEnableRequest *
pReq
);
109
int putNanPublish(transaction_id id, const NanPublishRequest *
pReq
);
110
int putNanPublishCancel(transaction_id id, const NanPublishCancelRequest *
pReq
);
111
int putNanSubscribe(transaction_id id, const NanSubscribeRequest *
pReq
);
112
int putNanSubscribeCancel(transaction_id id, const NanSubscribeCancelRequest *
pReq
);
113
int putNanTransmitFollowup(transaction_id id, const NanTransmitFollowupRequest *
pReq
);
114
int putNanStats(transaction_id id, const NanStatsRequest *
pReq
);
115
int putNanConfig(transaction_id id, const NanConfigRequest *
pReq
);
116
int putNanTCA(transaction_id id, const NanTCARequest *
pReq
);
117
int putNanBeaconSdfPayload(transaction_id id, const NanBeaconSdfPayloadRequest *
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
);
646
DebugInvokeReq*
pReq
= Dbg::GetInvokeReq();
647
return
pReq
!= nullptr;
731
ExpandBuf*
pReq
= expandBufAlloc();
732
expandBufAddSpace(
pReq
, kJDWPHeaderLen)
[
all
...]
jdwp_main.cc
180
void JdwpState::SendRequest(ExpandBuf*
pReq
) {
188
ssize_t actual = netState->WritePacket(
pReq
, expandBufGetLength(
pReq
));
189
if (static_cast<size_t>(actual) != expandBufGetLength(
pReq
)) {
191
actual, expandBufGetLength(
pReq
));
jdwp.h
258
void SendRequest(ExpandBuf*
pReq
);
304
void SendRequestAndPossiblySuspend(ExpandBuf*
pReq
, JdwpSuspendPolicy suspend_policy,
309
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.cc
[
all
...]
debugger.h
625
static void ExecuteMethod(DebugInvokeReq*
pReq
);
630
static void FinishInvokeMethod(DebugInvokeReq*
pReq
);
709
static void ExecuteMethodWithoutPendingException(ScopedObjectAccess& soa, DebugInvokeReq*
pReq
)
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 648 milliseconds