Searched refs:lc (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccFileHandler.java | 345 LoadLinearFixedContext lc; in handleMessage() local 356 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage() 358 response = lc.mOnLoaded; in handleMessage() 383 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage() 385 response = lc.mOnLoaded; in handleMessage() 401 lc.mRecordSize = data[RESPONSE_DATA_RECORD_LENGTH] & 0xFF; in handleMessage() 406 lc.mCountRecords = size / lc.mRecordSize; in handleMessage() 408 if (lc.mLoadAll) { in handleMessage() 409 lc.results = new ArrayList<byte[]>(lc.mCountRecords); in handleMessage() 412 mCi.iccIOForApp(COMMAND_READ_RECORD, lc.mEfid, getEFPath(lc.mEfid), in handleMessage() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiNative.java | 824 public boolean p2pSetChannel(int lc, int oc) { in p2pSetChannel() argument 825 if (DBG) Log.d(mTAG, "p2pSetChannel: lc="+lc+", oc="+oc); in p2pSetChannel() 827 if (lc >=1 && lc <= 11) { in p2pSetChannel() 828 if (!doBooleanCommand("P2P_SET listen_channel " + lc)) { in p2pSetChannel() 831 } else if (lc != 0) { in p2pSetChannel()
|
/frameworks/compile/slang/ |
D | Android.mk | 81 LOCAL_LDLIBS += -lc++
|
/frameworks/base/docs/html/google/play/licensing/ |
D | adding-licensing.jd | 26 <li><a href="#impl-lc">Checking the License from an Activity</a> 28 <li><a href="#lc-overview">Overview of license check and response</a></li> 30 <li><a href="#lc-impl">Implement LicenseCheckerCallback as a private inner class</a></li> 33 <li><a href="#lc-lcc">Instantiate LicenseChecker and LicenseCheckerCallback</a></li> 62 <li><a href="#impl-lc">Adding code to check the license</a> in your application's main 308 {@code LicenseChecker}. See <a href="#lc-lcc">Instantiate LicenseChecker and 349 <a href="#lc-lcc">Instantiate LicenseChecker and LicenseCheckerCallback</a> 466 <h2 id="impl-lc">Checking the License from an Activity</h2> 479 <li><a href="#lc-impl">Implement LicenseCheckerCallback</a> as a private inner class</li> 481 <li><a href="#lc-lcc">Instantiate LicenseChecker</a> and LicenseCheckerCallback</li> [all …]
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | ContentService.java | 112 int lc = pidCounts.get(lhs); in dump() 114 if (lc < rc) { in dump() 116 } else if (lc > rc) { in dump()
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
D | WifiP2pManager.java | 1044 public void setWifiP2pChannels(Channel c, int lc, int oc, ActionListener listener) { in setWifiP2pChannels() argument 1047 p2pChannels.putInt("lc", lc); in setWifiP2pChannels()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pServiceImpl.java | 1157 int lc = p2pChannels.getInt("lc", 0); in processMessage() local 1160 if (mWifiNative.p2pSetChannel(lc, oc)) { in processMessage() 1362 int lc = p2pChannels.getInt("lc", 0); in processMessage() local 1365 if (mWifiNative.p2pSetChannel(lc, oc)) { in processMessage()
|
/frameworks/av/services/audioflinger/ |
D | Tracks.cpp | 1174 LocalClock lc; in TimedTrack() local 1175 mLocalTimeFreq = lc.getLocalFreq(); in TimedTrack()
|
D | AudioMixer.cpp | 1827 LocalClock lc; in sInitRoutine() local 1828 sLocalTimeFreq = lc.getLocalFreq(); // for the resampler in sInitRoutine()
|