HomeSort by relevance Sort by last modified time
    Searched refs:REFRESH (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/native/services/surfaceflinger/
MessageQueue.h 95 REFRESH = 1,
109 // sends REFRESH message at next VSYNC
110 void refresh();
MessageQueue.cpp 54 mQueue.mLooper->sendMessage(this, Message(MessageQueue::REFRESH));
76 case REFRESH:
147 * buffer updates on VSYNC and performs a refresh immediately
151 * perform the buffer updates immediately, but the refresh only
169 void MessageQueue::refresh() { function in class:android::MessageQueue
SurfaceFlinger.cpp 583 info.fps = float(1e9 / hwConfig.refresh);
591 // Normally it's one full refresh period (to give SF a chance to
597 // differences between the ideal and actual refresh rate.
599 hwConfig.refresh - SF_VSYNC_EVENT_PHASE_OFFSET_NS + 1000000;
714 mEventQueue.refresh();
841 // Signal a refresh if a transaction modified the window state,
848 case MessageQueue::REFRESH: {
966 // The HWC doesn't support present fences, so use the refresh
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
AppInterface.java 40 // This is used to send refresh-result when MSG_ID_ICC_REFRESH is received.
66 REFRESH(0x01),
CatCmdMessage.java 123 case REFRESH:
CatService.java 115 //Events to signal SIM REFRESH notificatations
378 case REFRESH:
379 // ME side only handles refresh commands which meant to remove IDLE
825 CatLog.d(this,"Icc REFRESH with exception: " + ar.exception);
850 ** This function sends a CARD status (ABSENT, PRESENT, REFRESH) to STK_APP.
852 ** REFRESH, additional information is sent in 'refresh_result'
    [all...]
CommandParamsFactory.java 58 // Command Qualifier values for refresh command
173 case REFRESH:
514 * Processes REFRESH proactive command from the SIM card.
523 CatLog.d(this, "process Refresh");
525 // REFRESH proactive command is rerouted by the baseband and handled by
526 // the telephony layer. IDLE TEXT should be removed for a REFRESH command
    [all...]
  /external/chromium_org/net/http/
http_atom_list.h 50 HTTP_ATOM(REFRESH)
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 158 /** The HTTP Refresh header field name. Non-standard header supported by most browsers. */
159 public static final String REFRESH = "Refresh";
  /frameworks/base/core/java/android/net/http/
Headers.java 73 public final static String REFRESH = "refresh";
146 REFRESH,
296 if (name.equals(REFRESH)) {
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 562 if ((curGm.lastChildFlPos == GroupMetadata.REFRESH) || forceChildrenCountRefresh) {
621 // Refresh the metadata
680 GroupMetadata.REFRESH,
681 GroupMetadata.REFRESH,
687 // Refresh the metadata
    [all...]
  /external/chromium_org/chrome/test/chromedriver/client/
command_executor.py 29 REFRESH = (_Method.POST, '/session/:sessionId/refresh')
chromedriver.py 239 def Refresh(self):
240 return self.ExecuteCommand(Command.REFRESH)
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 464 mHandler.removeMessages(REFRESH);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 472 // Expand the first category if we don't have a previous selection (e.g. refresh)
509 refreshButton.setText("Refresh");
510 refreshButton.setImage(IconFactory.getInstance().getIcon("refresh")); //$NON-NLS-1$
515 finder.refresh(new ViewFinderListener(composite));
565 if (allViews == null) { // Not yet initialized: trigger an async refresh
566 finder.refresh(new ViewFinderListener(parent));
    [all...]
  /external/qemu/android/
hw-events.h 226 KEY_CODE(REFRESH ,173) \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 

Completed in 1047 milliseconds

1 2