HomeSort by relevance Sort by last modified time
    Searched full:newstate (Results 151 - 175 of 295) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu4c/layout/
IndicRearrangementProcessor.cpp 41 ByteOffset newState = SWAPW(entry->newStateOffset);
59 return newState;
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 303 void MonoPipe::shutdown(bool newState)
305 mIsShutdown = newState;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java 94 public void onStorageStateChanged(String path, String oldState, String newState) {
95 final boolean on = newState.equals(Environment.MEDIA_SHARED);
  /frameworks/base/test-runner/src/android/test/mock/
MockPackageManager.java 489 int newState, int flags) {
499 public void setApplicationEnabledSetting(String packageName, int newState, int flags) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 402 void aclStateChangeCallback(int status, byte[] address, int newState) {
411 if (newState == AbstractionLayer.BT_ACL_STATE_CONNECTED) {
AdapterService.java 151 public void onProfileConnectionStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
155 m.arg2 = newState;
162 private void processProfileStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
164 (newState == BluetoothProfile.STATE_CONNECTED)){
172 binder.sendConnectionStateChange(device, profileId, newState,prevState);
323 void updateAdapterState(int prevState, int newState){
329 mCallbacks.getBroadcastItem(i).onBluetoothStateChange(prevState,newState);
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 140 public void onStorageStateChanged(String path, String oldState, String newState) {
142 " changed state from " + oldState + " to " + newState);
  /frameworks/av/services/camera/libcameraservice/
Camera2Client.cpp     [all...]
  /dalvik/vm/interp/
Jit.h 173 void dvmJitChangeProfileMode(TraceProfilingModes newState);
  /external/chromium/chrome/common/extensions/docs/
idle.html 545 <pre>function(<span>string newState</span>) <span class="subdued">{...}</span>;</pre>
550 <var>newState</var>
646 <span class="subdued">chrome.idle.</span><span>onStateChanged</span><span class="subdued">.addListener</span>(function(<span>string newState</span>) <span class="subdued">{...}</span>);
660 <var>newState</var>
  /external/webkit/Source/WebCore/inspector/
InspectorAgent.h 172 void setMonitoringXHREnabled(bool enabled, bool* newState);
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.h 167 void changeState(State newState);
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm 63 - (void)_setAutodisplay:(BOOL)newState
65 if (!newState && [[_wkView.get() window] isAutodisplay])
68 [[_wkView.get() window] setAutodisplay:newState];
71 if (newState)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 324 void setComposition(const String& text, Vector<WebCore::CompositionUnderline> underlines, uint64_t selectionStart, uint64_t selectionEnd, uint64_t replacementRangeStart, uint64_t replacementRangeEnd, EditorState& newState);
325 void confirmComposition(EditorState& newState);
326 void insertText(const String& text, uint64_t replacementRangeStart, uint64_t replacementRangeEnd, bool& handled, EditorState& newState);
332 void executeKeypressCommands(const Vector<WebCore::KeypressCommand>&, bool& handled, EditorState& newState);
  /frameworks/av/include/media/nbaio/
MonoPipe.h 86 void shutdown(bool newState = true);
  /frameworks/av/include/media/stagefright/
MediaCodec.h 227 void setState(State newState);
  /frameworks/base/core/java/android/app/backup/
BackupDataInput.java 41 * ParcelFileDescriptor newState) {
BackupDataOutput.java 53 * public void {@link BackupAgent#onBackup(ParcelFileDescriptor, BackupDataOutput, ParcelFileDescriptor) onBackup(ParcelFileDescriptor oldState, BackupDataOutput data, ParcelFileDescriptor newState)}
  /frameworks/base/core/java/android/widget/
Switch.java 627 boolean newState;
631 newState = isLayoutRtl() ? (xvel < 0) : (xvel > 0);
633 newState = getTargetCheckedState();
635 animateThumbToCheckedState(newState);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 676 // This method does not check for error conditon (newState == prevState)
677 private void broadcastConnectionState(BluetoothDevice device, int newState, int prevState) {
679 int delay = mAudioManager.setBluetoothA2dpDeviceConnectionState(device, newState);
685 newState,
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 211 * @param newState The new progress state being reported
213 private void reportProgress(int newState, MessagingException ex) {
214 mState = newState;
221 switch (newState) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 335 bool MediaPlayerPrivateGStreamer::changePipelineState(GstState newState)
337 ASSERT(newState == GST_STATE_PLAYING || newState == GST_STATE_PAUSED);
343 if (currentState != newState && pending != newState) {
344 GstStateChangeReturn ret = gst_element_set_state(m_playBin, newState);
345 GstState pausedOrPlaying = newState == GST_STATE_PLAYING ? GST_STATE_PAUSED : GST_STATE_PLAYING;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java     [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 273 ParcelFileDescriptor newState) throws IOException {
299 writeNewChecksums(stateChecksums, newState);
377 ParcelFileDescriptor newState) throws IOException {
562 private void writeNewChecksums(long[] checksums, ParcelFileDescriptor newState)
565 new FileOutputStream(newState.getFileDescriptor()));
    [all...]

Completed in 2216 milliseconds

1 2 3 4 5 67 8 91011>>