HomeSort by relevance Sort by last modified time
    Searched full:newstate (Results 276 - 300 of 590) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_clear.c 225 if (SWRAST_CONTEXT(ctx)->NewState)
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PairingSession.java 348 * @param newState the new state
350 private void setState(ProtocolState newState) {
351 logInfo("New state: " + newState);
352 mState = newState;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel.c 61 if (ctx->NewState)
intel_pixel_copy.c 53 if (ctx->NewState)
intel_pixel_read.c 198 if (ctx->NewState)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 217 if (ctx->NewState)
  /external/mesa3d/src/mesa/swrast/
s_clear.c 225 if (SWRAST_CONTEXT(ctx)->NewState)
  /frameworks/av/include/media/nbaio/
MonoPipe.h 89 void shutdown(bool newState = true);
  /frameworks/av/include/media/stagefright/
MediaCodec.h 274 void setState(State newState);
  /frameworks/base/core/java/android/app/backup/
BackupDataInput.java 43 * ParcelFileDescriptor newState) {
BackupDataOutput.java 55 * public void {@link BackupAgent#onBackup(ParcelFileDescriptor, BackupDataOutput, ParcelFileDescriptor) onBackup(ParcelFileDescriptor oldState, BackupDataOutput data, ParcelFileDescriptor newState)}
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java 673 // This method does not check for error conditon (newState == prevState)
674 private void broadcastConnectionState(BluetoothDevice device, int newState, int prevState) {
676 int delay = mAudioManager.setBluetoothA2dpDeviceConnectionState(device, newState,
683 newState,
    [all...]
A2dpStateMachine.java 675 // This method does not check for error conditon (newState == prevState)
676 private void broadcastConnectionState(BluetoothDevice device, int newState, int prevState) {
678 int delay = mAudioManager.setBluetoothA2dpDeviceConnectionState(device, newState,
685 newState,
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmStateManager.java 216 * @param newState to change to
219 AlarmInstance instance, int newState) {
221 LogUtils.v("Scheduling state change " + newState + " to instance " + instance.mId +
224 newState);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mountmgr.h 161 MOUNTMGR_AUTO_MOUNT_STATE NewState;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 186 public void onProfileConnectionStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
190 m.arg2 = newState;
240 private void processProfileStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
242 (newState == BluetoothProfile.STATE_CONNECTED)){
250 binder.sendConnectionStateChange(device, profileId, newState,prevState);
404 void updateAdapterState(int prevState, int newState){
410 mCallbacks.getBroadcastItem(i).onBluetoothStateChange(prevState,newState);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManager.java 62 void onCallStateChanged(Call call, int oldState, int newState);
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 490 StaticAudioTrackState newState;
491 newState.mLoopStart = (uint32_t) loopStart;
492 newState.mLoopEnd = (uint32_t) loopEnd;
493 newState.mLoopCount = loopCount;
495 (void) mMutator.push(newState);
  /frameworks/base/core/java/android/widget/
Switch.java 800 final boolean newState;
805 newState = isLayoutRtl() ? (xvel < 0) : (xvel > 0);
807 newState = getTargetCheckedState();
810 newState = isChecked();
813 setChecked(newState);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 287 ParcelFileDescriptor newState) throws IOException {
313 writeNewChecksums(stateChecksums, newState);
391 ParcelFileDescriptor newState) throws IOException {
580 private void writeNewChecksums(long[] checksums, ParcelFileDescriptor newState)
583 new FileOutputStream(newState.getFileDescriptor()));
    [all...]
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 829 int newState = en ? 1 : 0;
831 //ALOGV_IF((uint32_t(newState) << what) != (mEnabled & (1 << what)),
835 if ((uint32_t(newState) << what) != (mEnabled & (1 << what))) {
837 short flags = newState;
843 if (!newState)
    [all...]

Completed in 910 milliseconds

<<11121314151617181920>>