Searched refs:lc (Results 1 – 11 of 11) sorted by relevance
430 LoadLinearFixedContext lc; in handleMessage() local442 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage()444 response = lc.mOnLoaded; in handleMessage()469 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage()471 response = lc.mOnLoaded; in handleMessage()479 path = lc.mPath; in handleMessage()489 lc.mRecordSize = data[RESPONSE_DATA_RECORD_LENGTH] & 0xFF; in handleMessage()494 lc.mCountRecords = size / lc.mRecordSize; in handleMessage()496 if (lc.mLoadAll) { in handleMessage()497 lc.results = new ArrayList<byte[]>(lc.mCountRecords); in handleMessage()[all …]
159 ListContent lc = new ListContent(getContext(), mSlice); in showSlice() local160 mHasHeader = lc.hasHeader(); in showSlice()162 for (int i = 0; i < lc.getRowItems().size(); i++) { in showSlice()163 SliceItem subItem = lc.getRowItems().get(i); in showSlice()
441 public boolean p2pSetChannel(int lc, int oc) { in p2pSetChannel() argument442 return mSupplicantP2pIfaceHal.setListenChannel(lc, oc); in p2pSetChannel()
1416 int lc = p2pChannels.getInt("lc", 0); in processMessage() local1419 if (mWifiNative.p2pSetChannel(lc, oc)) { in processMessage()1648 int lc = p2pChannels.getInt("lc", 0); in processMessage() local1651 if (mWifiNative.p2pSetChannel(lc, oc)) { in processMessage()
92 layer_id id, const LayerChange& lc);
473 layer_id id, const LayerChange& lc) { in setLayer() argument474 ALOGV("Layer %d: Setting Layer -- layer=%d", id, lc.layer()); in setLayer()475 t.setLayer(mLayers[id], lc.layer()); in setLayer()
1465 int lc = 4; in testSetListenChannel_success() local1477 when(mISupplicantP2pIfaceMock.setListenChannel(eq(lc), anyInt())) in testSetListenChannel_success()1482 assertFalse(mDut.setListenChannel(lc, oc)); in testSetListenChannel_success()1484 assertTrue(mDut.setListenChannel(lc, oc)); in testSetListenChannel_success()1492 int lc = 2; in testSetListenChannel_successResetDisallowedFreq() local1496 when(mISupplicantP2pIfaceMock.setListenChannel(eq(lc), anyInt())) in testSetListenChannel_successResetDisallowedFreq()1501 assertFalse(mDut.setListenChannel(lc, oc)); in testSetListenChannel_successResetDisallowedFreq()1503 assertTrue(mDut.setListenChannel(lc, oc)); in testSetListenChannel_successResetDisallowedFreq()
256 size_t lc = 1; in runMemoryLatencyTest() local
1102 public void setWifiP2pChannels(Channel c, int lc, int oc, ActionListener listener) { in setWifiP2pChannels() argument1105 p2pChannels.putInt("lc", lc); in setWifiP2pChannels()
220 int lc = pidCounts.get(lhs); in dump()222 if (lc < rc) { in dump()224 } else if (lc > rc) { in dump()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...