Searched refs:lc (Results 1 – 8 of 8) sorted by relevance
428 LoadLinearFixedContext lc; in handleMessage() local440 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage()442 response = lc.mOnLoaded; in handleMessage()467 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage()469 response = lc.mOnLoaded; in handleMessage()476 path = lc.mPath; in handleMessage()486 lc.mRecordSize = data[RESPONSE_DATA_RECORD_LENGTH] & 0xFF; in handleMessage()491 lc.mCountRecords = size / lc.mRecordSize; in handleMessage()493 if (lc.mLoadAll) { in handleMessage()494 lc.results = new ArrayList<byte[]>(lc.mCountRecords); in handleMessage()[all …]
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 main308 {@code LicenseChecker}. See <a href="#lc-lcc">Instantiate LicenseChecker and349 <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 …]
1184 public boolean p2pSetChannel(int lc, int oc) { in p2pSetChannel() argument1185 if (DBG) Log.d(mTAG, "p2pSetChannel: lc="+lc+", oc="+oc); in p2pSetChannel()1188 if (lc >=1 && lc <= 11) { in p2pSetChannel()1189 if (!doBooleanCommand("P2P_SET listen_channel " + lc)) { in p2pSetChannel()1192 } else if (lc != 0) { in p2pSetChannel()
1044 public void setWifiP2pChannels(Channel c, int lc, int oc, ActionListener listener) { in setWifiP2pChannels() argument1047 p2pChannels.putInt("lc", lc); in setWifiP2pChannels()
194 int lc = pidCounts.get(lhs); in dump()196 if (lc < rc) { in dump()198 } else if (lc > rc) { in dump()
1265 int lc = p2pChannels.getInt("lc", 0); in processMessage() local1268 if (mWifiNative.p2pSetChannel(lc, oc)) { in processMessage()1458 int lc = p2pChannels.getInt("lc", 0); in processMessage() local1461 if (mWifiNative.p2pSetChannel(lc, oc)) { in processMessage()
336 To link against the shared library, you must explicitly use -lc++_shared.</p>
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...