HomeSort by relevance Sort by last modified time
    Searched refs:mRequestList (Results 1 - 12 of 12) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RadioConfig.java 61 private final SparseArray<RILRequest> mRequestList = new SparseArray<RILRequest>();
114 * Release each request in mRequestList then clear the list
116 * @param loggable true means to print all requests in mRequestList
120 synchronized (mRequestList) {
121 int count = mRequestList.size();
123 logd("clearRequestList: mRequestList=" + count);
127 rr = mRequestList.valueAt(i);
134 mRequestList.clear();
198 synchronized (mRequestList) {
199 mRequestList.append(rr.mSerial, rr)
    [all...]
RIL.java 167 SparseArray<RILRequest> mRequestList = new SparseArray<RILRequest>();
241 // all requests in mRequestList already waited at
244 // Note: Keep mRequestList so that delayed response
247 synchronized (mRequestList) {
250 int count = mRequestList.size();
252 " mRequestList=" + count);
254 rr = mRequestList.valueAt(i);
506 synchronized (mRequestList) {
508 mRequestList.append(rr.mSerial, rr);
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDeviceImpl.java     [all...]
  /hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
ExternalCameraDeviceSession.h 273 mutable std::mutex mRequestListLock; // Protect acccess to mRequestList,
277 std::list<std::shared_ptr<HalRequest>> mRequestList;
  /hardware/interfaces/camera/device/3.4/default/
ExternalCameraDeviceSession.cpp     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 365 milliseconds