Searched defs:oc (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dprimitives.cpp897 unsigned int oc = 0; local
911 oc++;
917 oc++;
928 oc++;
933 oc++;
942 if (oc<3)
945 ic = oc;
963 unsigned int oc = 0; local
976 oc++;
982 oc
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiNative.java682 public boolean p2pSetChannel(int lc, int oc) { argument
683 if (DBG) Log.d(mTAG, "p2pSetChannel: lc="+lc+", oc="+oc);
693 if (oc >= 1 && oc <= 165 ) {
694 int freq = (oc <= 14 ? 2407 : 5000) + oc * 5;
697 } else if (oc == 0) {
698 /* oc==0 disables "P2P_SET disallow_freq" (enables all freqs) */
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java995 public void setWifiP2pChannels(Channel c, int lc, int oc, ActionListener listener) { argument
999 p2pChannels.putInt("oc", oc);

Completed in 445 milliseconds