HomeSort by relevance Sort by last modified time
    Searched refs:realtime (Results 1 - 23 of 23) sorted by null

  /system/extras/timeinfo/
timeinfo.cpp 17 /* Report realtime, uptime, awake percentage, and sleep percentage to stdout.
30 int64_t realtime, uptime; local
34 realtime = android::elapsedRealtime();
36 if (realtime == 0) {
37 realtime = 1;
40 awaketime = ((1000 * uptime / realtime) + 5) / 10;
41 sleeptime = ((1000 * (realtime - uptime) / realtime) + 5) / 10;
43 printf("%jd %jd %jd %jd\n", (intmax_t) realtime, (intmax_t) uptime,
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 70 unsigned long realtime; /* real-time enabled flag */ member in struct:PERF_Config
  /system/core/toolbox/
renice.c 94 int realtime = 0; local
105 // do realtime priority adjustment
106 realtime = 1;
139 if (realtime) {
  /external/chromium_org/media/webm/chromeos/
webm_encoder.h 37 // Create new instance for writing to |output_path|. If |realtime| is |true|,
38 // uses realtime deadline, otherwise - "good quality" deadline.
39 WebmEncoder(const base::FilePath& output_path, int bitrate, bool realtime);
webm_encoder.cc 58 bool realtime)
60 deadline_(realtime ? VPX_DL_REALTIME : VPX_DL_GOOD_QUALITY),
  /external/chromium/base/win/
event_trace_controller.h 16 // sends events to a binary file, or to a realtime consumer, or both.
18 // A trace consumer consumes events from zero or one realtime session,
99 bool realtime = false);
101 // Starts a realtime session with some default properties.
event_trace_controller.cc 67 const wchar_t* logfile_path, bool realtime) {
75 if (realtime)
  /external/chromium_org/base/win/
event_trace_controller.h 16 // sends events to a binary file, or to a realtime consumer, or both.
18 // A trace consumer consumes events from zero or one realtime session,
98 bool realtime = false);
100 // Starts a realtime session with some default properties.
event_trace_controller.cc 67 const wchar_t* logfile_path, bool realtime) {
75 if (realtime)
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 65 sConfig->realtime = 0;
155 assign_long_if_matches(line, "realtime", &cfg->realtime) ||
perf_custom.c 389 if (config->realtime)
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.h 41 virtual bool realtime() const { return true; } function in class:android::VideoEditorPlayer::VeAudioOutput
  /frameworks/base/docs/html/
gms_navtree_data.js 42 , null ], [ "com.google.android.gms.games.multiplayer.realtime", "reference/com/google/android/gms/games/multiplayer/realtime/package-summary.html", [ [ "Interfaces", null, [ [ "RealTimeMessageReceivedListener", "reference/com/google/android/gms/games/multiplayer/realtime/RealTimeMessageReceivedListener.html", null, null ], [ "RealTimeReliableMessageSentListener", "reference/com/google/android/gms/games/multiplayer/realtime/RealTimeReliableMessageSentListener.html", null, null ], [ "RealTimeSocket", "reference/com/google/android/gms/games/multiplayer/realtime/RealTimeSocket.html", null, null ], [ "Room", "reference/com/google/android/gms/games/multiplayer/realtime/Room.html", null, null ], [ "RoomStatusUpdateListener", "reference/com/google/android/gms/games/multiplayer/realtime/RoomStatusUpdateListener.html", null, null ], [ "RoomUpdateListener", "reference/com/google/android/gms/games/multiplayer/realtime/RoomUpdateListener.html", null, null ] ]
43 , null ], [ "Classes", null, [ [ "RealTimeMessage", "reference/com/google/android/gms/games/multiplayer/realtime/RealTimeMessage.html", null, null ], [ "RoomConfig", "reference/com/google/android/gms/games/multiplayer/realtime/RoomConfig.html", null, null ], [ "RoomConfig.Builder", "reference/com/google/android/gms/games/mu (…)
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 79 virtual bool realtime() const { return true; } function in class:android::MediaPlayerService::AudioOutput
188 virtual bool realtime() const { return false; } function in class:android::MediaPlayerService::AudioCache
  /external/chromium_org/third_party/WebKit/Source/core/css/
mediaControls.css 277 audio::-webkit-media-controls-return-to-realtime-button, video::-webkit-media-controls-return-to-realtime-button {
  /frameworks/av/include/media/
MediaPlayerInterface.h 92 virtual bool realtime() const = 0; // audio output is real-time output
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 586 // lock count, and are in "battery realtime" units.
673 Log.v(TAG, "unplug #" + mType + ": realtime=" + batteryRealtime
688 Log.v(TAG, "plug #" + mType + ": realtime=" + batteryRealtime
940 * The last time at which we updated the timer. This is in elapsed realtime microseconds.
1179 final long realtime = SystemClock.elapsedRealtime() * 1000; local
1204 final long realtime = SystemClock.elapsedRealtime() * 1000; local
4750 long realtime = mSecRealtime * 1000; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq.h 300 void snd_seq_port_info_set_timestamp_real(snd_seq_port_info_t *info, int realtime);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq.h 300 void snd_seq_port_info_set_timestamp_real(snd_seq_port_info_t *info, int realtime);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq.h 300 void snd_seq_port_info_set_timestamp_real(snd_seq_port_info_t *info, int realtime);
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 831 * Last time (in realtime) at which we checked for power usage.
11706 long realtime = SystemClock.elapsedRealtime(); local
11940 long realtime = SystemClock.elapsedRealtime(); local
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 858 && (mAudioSink == NULL || mAudioSink->realtime()))) {
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 547 milliseconds