OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIfaceInfo
(Results
1 - 4
of
4
) sorted by null
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h
221
interface_info *
mIfaceInfo
;
227
mIfaceInfo
= NULL;
229
// ALOGD("WifiCommand %p created, mInfo = %p,
mIfaceInfo
= %p", this, mInfo,
mIfaceInfo
);
236
mIfaceInfo
= getIfaceInfo(iface);
238
// ALOGD("WifiCommand %p created, mInfo = %p,
mIfaceInfo
= %p", this, mInfo,
mIfaceInfo
);
289
return getIfaceHandle(
mIfaceInfo
);
297
return
mIfaceInfo
->id;
rtt.cpp
127
ALOGD("Creating message to get scan capablities; iface = %d",
mIfaceInfo
->id);
175
ALOGD("Creating message to get responder info ; iface = %d",
mIfaceInfo
->id);
226
ALOGD("Creating message to set responder ; iface = %d",
mIfaceInfo
->id);
273
ALOGD("Creating message to cancel responder ; iface = %d",
mIfaceInfo
->id);
gscan.cpp
184
ALOGV("Creating message to get scan capablities; iface = %d",
mIfaceInfo
->id);
242
ALOGV("Creating message to get channel list; iface = %d",
mIfaceInfo
->id);
[
all
...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h
292
interface_info *
mIfaceInfo
;
297
mIfaceInfo
= NULL;
304
mIfaceInfo
= getIfaceInfo(iface);
336
return getIfaceHandle(
mIfaceInfo
);
344
return
mIfaceInfo
->id;
Completed in 1212 milliseconds