Searched refs:toSend (Results 1 – 5 of 5) sorted by relevance
127 int toSend = Float.floatToIntBits(mBrightness); in setBrightness() local128 Message msg = mHandler.obtainMessage(MSG_BRIGHTNESS_CHANGED, toSend, 0); in setBrightness()
193 final ArrayList<Alarm> toSend = new ArrayList<>(); in removePendingAlarms() local203 toSend.add(pendingAlarm); in removePendingAlarms()207 return toSend; in removePendingAlarms()
200 String toSend = new String(characters, i, Math.min(3, characters.length - i)); in testProperThrottling() local201 mPipeToHandler.write(toSend); in testProperThrottling()
385 Set<RtpHeaderExtension> toSend = messages.stream().map(m -> generateRtpHeaderExtension(m)) in sendMessages() local388 mRtpAdapter.sendRtpHeaderExtensions(toSend); in sendMessages()
916 ArrayList<QueueItem> toSend;921 toSend = mQueue == null ? null : new ArrayList<>(mQueue);927 if (toSend != null) {928 parcelableQueue = new ParceledListSlice<>(toSend);