/aosp12/hardware/qcom/sm8150p/gps/batching/ |
H A D | BatchingAdapter.h | 141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize() 143 void setTripBatchSize(size_t batchSize) { mTripBatchSize = batchSize; } in setTripBatchSize()
|
/aosp12/hardware/qcom/sm7250/gps/batching/ |
H A D | BatchingAdapter.h | 141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize() 143 void setTripBatchSize(size_t batchSize) { mTripBatchSize = batchSize; } in setTripBatchSize()
|
/aosp12/hardware/qcom/sm7150/gps/batching/ |
H A D | BatchingAdapter.h | 141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize() 143 void setTripBatchSize(size_t batchSize) { mTripBatchSize = batchSize; } in setTripBatchSize()
|
/aosp12/hardware/qcom/sm8150/gps/batching/ |
H A D | BatchingAdapter.h | 141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize() 143 void setTripBatchSize(size_t batchSize) { mTripBatchSize = batchSize; } in setTripBatchSize()
|
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
H A D | BatchingNamedTaskExecutor.java | 64 public void executeNextBatch(int batchSize) { in executeNextBatch()
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | UnidirectionalSequenceRNN.cpp | 97 const uint32_t batchSize = getSizeOfDimension(inputShape, 1); in executeTyped() local 162 const uint32_t batchSize = in prepare() local
|
H A D | BidirectionalSequenceRNN.cpp | 218 const uint32_t batchSize = getSizeOfDimension(inputShape, 1); in executeTyped() local 385 const uint32_t batchSize = in prepare() local
|
H A D | QLSTM.cpp | 183 const uint32_t batchSize = getSizeOfDimension(inputShape, 0); in prepare() local 392 const uint32_t batchSize = inputShape.dimensions[0]; in execute() local
|
H A D | ResizeImageOps.cpp | 70 const int batchSize = getSizeOfDimension(inputShape, 0); in resizeNearestNeighbor() local
|
H A D | UnidirectionalSequenceLSTM.cpp | 205 const uint32_t batchSize = getSizeOfDimension(inputShape, isTimeMajor(context) ? 1 : 0); in prepare() local
|
H A D | LSTM.cpp | 434 const uint32_t batchSize = (inputRank == 3) ? getSizeOfDimension(input_shape, timeMajor ? 1 : 0) in LSTMEvalFloat32() local 554 const uint32_t batchSize = (inputRank == 3) ? getSizeOfDimension(input_shape, timeMajor ? 1 : 0) in LSTMEvalFloat16() local
|
/aosp12/packages/apps/Calendar/src/com/android/calendar/alerts/ |
H A D | AlarmScheduler.java | 111 int batchSize, long currentMillis) { in scheduleNextAlarm() 178 int batchSize, long currentMillis) { in queryNextReminderAndSchedule()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | BinderCallHeavyHitterWatcher.java | 247 public void setConfig(final boolean enable, final int batchSize, final float threshold, in setConfig() 292 final int batchSize, final float threshold, final int capacity) { in resetInternalLocked()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppReceiver.java | 83 int batchSize = mOppManager.getBatchSize(); in onReceive() local
|
/aosp12/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/ |
H A D | PeriodicProvisioner.java | 159 int batchSize = min(keysToCertify, SAFE_CSR_BATCH_SIZE); in run() local
|
/aosp12/hardware/qcom/sdm845/gps/sdm845/android/location_api/ |
H A D | BatchingAPIClient.cpp | 94 int batchSize = locAPIGetBatchSize(); in getBatchSize() local
|
/aosp12/hardware/qcom/sm7250/gps/android/2.1/location_api/ |
H A D | BatchingAPIClient.cpp | 86 int batchSize = locAPIGetBatchSize(); in getBatchSize() local
|
/aosp12/hardware/qcom/sm8150/gps/android/2.0/location_api/ |
H A D | BatchingAPIClient.cpp | 87 int batchSize = locAPIGetBatchSize(); in getBatchSize() local
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3OutputStream.cpp | 668 size_t batchSize = mBatchSize.load(); in getBufferLockedCommon() local 1138 status_t Camera3OutputStream::setBatchSize(size_t batchSize) { in setBatchSize()
|
/aosp12/hardware/interfaces/camera/device/3.2/default/ |
H A D | CameraDeviceSession.cpp | 416 void CameraDeviceSession::ResultBatcher::registerBatch(uint32_t frameNumber, uint32_t batchSize) { in registerBatch() 535 size_t batchSize = 0; in sendBatchBuffersLocked() local
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A D | ContactSaveService.java | 1278 final int batchSize = MAX_CONTACTS_PROVIDER_BATCH_SIZE; in splitContact() local 1323 final int batchSize = MAX_CONTACTS_PROVIDER_BATCH_SIZE; in buildSplitTwoContacts() local 1426 final int batchSize = MAX_CONTACTS_PROVIDER_BATCH_SIZE; in joinSeveralContacts() local
|
/aosp12/packages/apps/TV/src/com/android/tv/data/epg/ |
H A D | EpgFetcherImpl.java | 458 int batchSize = (int) Math.max(1, mBackendKnobsFlags.epgFetcherChannelsPerProgramFetch()); in batchFetchEpg() local
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | Binder.java | 1237 final int batchSize, final float threshold, in setHeavyHitterWatcherConfig()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
H A D | QCamera3Stream.cpp | 379 uint32_t batchSize, in init()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
H A D | CopyJob.java | 275 final boolean verifySpaceAvailable(long batchSize) { in verifySpaceAvailable()
|