OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chipId
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
HalDeviceManagerTest.java
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
HalDeviceManager.java
515
public int
chipId
;
540
public int
chipId
;
549
sb.append("{
chipId
=").append(
chipId
).append(", availableModes=").append(availableModes)
776
for (Integer
chipId
: chipIdsResp.value) {
777
mWifi.getChip(
chipId
, (WifiStatus status, IWifiChip chip) -> {
[
all
...]
Completed in 1136 milliseconds