Searched refs:oc (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/usb/tests/accessorytest/
H A Daccessory.h20 int init_audio(unsigned int ic, unsigned int id, unsigned int oc, unsigned int od);
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/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java350 for (final Point oc : getOccupied(v)) {
351 mFreeList.add(oc);
352 mCells[oc.y*mColumns + oc.x] = null;
376 for (final Point oc : occupied) {
377 final View squatter = mCells[oc.y*mColumns + oc.x];
410 for (final Point oc : occupied) {
411 mCells[oc.y*mColumns + oc
[all...]
/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java524 CompatibilityInfo oc = (CompatibilityInfo)o;
525 if (mCompatibilityFlags != oc.mCompatibilityFlags) return false;
526 if (applicationDensity != oc.applicationDensity) return false;
527 if (applicationScale != oc.applicationScale) return false;
528 if (applicationInvertedScale != oc.applicationInvertedScale) return false;
/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/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);
835 if (oc >= 1 && oc <= 165 ) {
836 int freq = (oc <= 14 ? 2407 : 5000) + oc * 5;
839 } else if (oc == 0) {
840 /* oc==0 disables "P2P_SET disallow_freq" (enables all freqs) */
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java256 ObserverCall oc = calls.get(i);
258 oc.mObserver.onChange(oc.mSelfChange, uri, userHandle);
260 Log.v(TAG, "Notified " + oc.mObserver + " of " + "update at " + uri);
265 IBinder binder = oc.mObserver.asBinder();
267 = oc.mNode.mObservers;
/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/p2p/
H A DWifiP2pServiceImpl.java1158 int oc = p2pChannels.getInt("oc", 0);
1160 if (mWifiNative.p2pSetChannel(lc, oc)) {
1363 int oc = p2pChannels.getInt("oc", 0);
1365 if (mWifiNative.p2pSetChannel(lc, oc)) {

Completed in 572 milliseconds