HomeSort by relevance Sort by last modified time
    Searched defs:batchSize (Results 1 - 9 of 9) sorted by null

  /external/libopus/silk/
resampler_structs.h 46 opus_int batchSize;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 105 int batchSize = mOppManager.getBatchSize();
107 toastMsg = context.getString(R.string.bt_toast_5, Integer.toString(batchSize),
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlarmSchedulerTest.java 302 int batchSize = 5;
316 AlarmScheduler.scheduleNextAlarm(mIsolatedContext, mMockAlarmManager, batchSize,
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp 552 //TODO BatchSize could be optimized further based on available pipes, split
554 const int batchSize = numAppLayers - (sMaxPipesPerMixer - 1);
555 if(batchSize <= 0) {
563 for(int i = 0; i <= numAppLayers - batchSize; i++) {
565 for(int j = i; j < i + batchSize; j++) {
579 ALOGD_IF(isDebug(), "%s: No batch found batchSize %d numAppLayers %d",
580 __FUNCTION__, batchSize, numAppLayers);
585 if(i < minBatchStart || i >= minBatchStart + batchSize) {
597 mCurrentFrame.fbCount = batchSize;
598 mCurrentFrame.mdpCount = mCurrentFrame.layerCount - batchSize;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java     [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 339 size_t batchSize = 1;
342 while (batchSize < count) {
343 if (rawEvent[batchSize].type >= EventHubInterface::FIRST_SYNTHETIC_EVENT
344 || rawEvent[batchSize].deviceId != deviceId) {
347 batchSize += 1;
350 ALOGD("BatchSize: %d Count: %d", batchSize, count);
352 processEventsForDeviceLocked(deviceId, rawEvent, batchSize);
369 count -= batchSize;
370 rawEvent += batchSize;
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 337 milliseconds