/system/core/libnetutils/ |
dhcp_utils.c | 44 * P2p interface names increase sequentially p2p-p2p0-1, p2p-p2p0-2.. after 100 /* Interface name after converting p2p0-p2p0-X to p2p to reuse system properties */ 203 /* Interface name after converting p2p0-p2p0-X to p2p to reuse system properties */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_PredictIntraChroma_8x8_s.s | 84 p2p0 RN 0 label 448 ORR p2p0, tVal6, tVal2, LSL #16 ;// p2p0 = pack {p2, p0} 453 SADD16 p3p1, p2p0, b ;// p3p1 = p2p0 + {b,b} 463 USAT16 p2p0, #13, p2p0 ;// clip13(p2) clip13(p0) 468 AND pp2pp0, r0x00FF00FF, p2p0, ASR #5 ;// clip8(p2) clip8(p0) 481 SADD16 p2p0, p2p0, c ;// {p2 + c}, {p0 + c [all...] |
omxVCM4P10_PredictIntra_16x16_s.s | 80 p2p0 RN 0 label 435 ORR tVal0, tVal6, tVal1, LSL #16 ;// tval0 = p2p0 = pack {p2, p0} 440 SADD16 tVal1, tVal0, tVal12 ;// tVal1 = p3p1 = p2p0 + {b,b} 452 USAT16 temp1, #13, p2p0 454 SADD16 p2p0, p2p0, c
|
/frameworks/base/core/tests/coretests/src/android/net/ |
LinkPropertiesTest.java | 293 lp2.setInterfaceName("p2p0"); 294 assertAllRoutesHaveInterface("p2p0", lp2);
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiMonitor.java | 493 // to the p2p0 monitor. Is that expected ? It seems a bit surprising. 495 // TODO: If the p2p0 monitor isn't registered, the behaviour is even more surprising. 636 iface = "p2p0"; 647 // events without prefix belong to p2p0 monitor 648 iface = "p2p0"; [all...] |
WifiNative.java | 109 if (!interfaceName.equals("p2p0")) { 112 // commands for p2p0 interface don't need prefix 974 don't have p2p0 interface. Supplicant seems to be returning the correct address anyway. */ [all...] |
/frameworks/opt/net/wifi/service/tools/halutil/ |
halutil.cpp | 151 } else if (strcmp(buf, "p2p0") == 0) { [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
WifiP2pServiceImpl.java | 363 mInterface = "p2p0"; [all...] |