Searched refs:mSocketQueueQuota (Results 1 – 1 of 1) sorted by relevance
292 private Semaphore mSocketQueueQuota = null; field in ItsService684 mSocketQueueQuota = new Semaphore(mMemoryQuota, true); in openCameraDevice()821 if (mSocketQueueQuota != null) { in run()822 mSocketQueueQuota.release(imgBufSize); in run()4326 if (mSocketQueueQuota != null) {4327 mSocketQueueQuota.release(img.length);4328 mSocketQueueQuota.acquire(statsImgSize);4359 byte[] img = ItsUtils.getDataFromImage(capture, mSocketQueueQuota);4366 byte[] img = ItsUtils.getDataFromImage(capture, mSocketQueueQuota);4378 byte[] img = ItsUtils.getDataFromImage(capture, mSocketQueueQuota);[all …]