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

/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp1827 LocalClock lc; local
1828 sLocalTimeFreq = lc.getLocalFreq(); // for the resampler
H A DTracks.cpp1174 LocalClock lc; local
1175 mLocalTimeFreq = lc.getLocalFreq();
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java1044 public void setWifiP2pChannels(Channel c, int lc, int oc, ActionListener listener) { argument
1047 p2pChannels.putInt("lc", lc);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java824 public boolean p2pSetChannel(int lc, int oc) { argument
825 if (DBG) Log.d(mTAG, "p2pSetChannel: lc="+lc+", oc="+oc);
827 if (lc >=1 && lc <= 11) {
828 if (!doBooleanCommand("P2P_SET listen_channel " + lc)) {
831 } else if (lc != 0) {

Completed in 461 milliseconds