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

/frameworks/base/libs/usb/tests/accessorytest/
H A Daudio.c189 int init_audio(unsigned int ic, unsigned int id, unsigned int oc, unsigned int od) argument
211 pcm = pcm_open(oc, od, PCM_OUT, &config);
214 oc, od, pcm_get_error(pcm));
/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/p2p/
H A DWifiP2pManager.java1044 public void setWifiP2pChannels(Channel c, int lc, int oc, ActionListener listener) { argument
1048 p2pChannels.putInt("oc", oc);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java911 public boolean p2pSetChannel(int lc, int oc) { argument
912 if (DBG) Log.d(mTAG, "p2pSetChannel: lc="+lc+", oc="+oc);
922 if (oc >= 1 && oc <= 165 ) {
923 int freq = (oc <= 14 ? 2407 : 5000) + oc * 5;
926 } else if (oc == 0) {
927 /* oc==0 disables "P2P_SET disallow_freq" (enables all freqs) */

Completed in 5775 milliseconds