Searched defs:playback (Results 1 - 15 of 15) sorted by relevance

/external/autotest/client/bin/input/
H A Dinput_event_player.py28 evdev driver. With this player, we could easily playback an input event file
37 def playback(self, device, gesture_file): member in class:InputEventPlayer
78 help='Event file to playback')
101 InputEventPlayer().playback(device, options.gesture_file)
/external/skia/src/core/
H A DSkBigPicture.cpp29 void SkBigPicture::playback(SkCanvas* canvas, AbortCallback* callback) const { function in class:SkBigPicture
H A DSkPicturePlayback.h18 // The basic picture playback class replays the provided picture into a canvas.
51 AutoResetOpID(SkPicturePlayback* playback) : fPlayback(playback) { } argument
H A DSkPictureFlat.cpp84 void SkFlatController::setTypefacePlayback(SkTypefacePlayback* playback) { argument
85 fTypefacePlayback = playback;
/external/autotest/client/cros/audio/
H A Dalsa_utils.py133 '''Gets the first playback device.
135 Returns the first playback device or None if it fails to find one.
196 def playback(*args, **kwargs): function
209 @param duration: The length of the playback (in seconds).
214 @raise RuntimeError: If no playback device is available.
223 raise RuntimeError('no playback device')
H A Dcras_utils.py19 def playback(*args, **kargs): function
41 """Gets a command to playback a file with given settings.
44 playback raw audio from the stdin.
46 @param duration: seconds to playback
235 @param is_mute: Set True to mute the system playback.
347 playback/record audio device created on audio card. Also, the user of
/external/autotest/server/cros/multimedia/
H A Daudio_facade_adapter.py39 def playback(self, client_path, data_format, blocking=False): member in class:AudioFacadeRemoteAdapter
50 @param blocking: Blocks this call until playback finishes.
55 self._audio_proxy.playback(
/external/autotest/client/cros/input_playback/
H A Dinput_playback.py39 Provides an interface for playback and emulating peripherals via evemu-*.
44 player.playback(path_to_file)
121 Emulating more than one of the same device type will only allow playback
309 These nodes can be used for playback later.
358 def playback(self, filepath, input_type='touchpad'): member in class:InputPlayback
396 self.playback(filepath, input_type)
397 logging.info('Sleeping for %s seconds during playback.', sleep_time)
/external/autotest/client/cros/multimedia/
H A Daudio_facade_native.py132 def playback(self, file_path, data_format, blocking=False): member in class:AudioFacadeNative
143 @param blocking: Blocks this call until playback finishes.
150 logging.info('AudioFacadeNative playback file: %r. format: %r',
159 cras_utils.playback(playback_file=file_path)
/external/skia/tools/skp/
H A Dwebpages_playback.py71 ROOT_PLAYBACK_DIR_NAME = 'playback'
109 CREDENTIALS_GS_PATH = '/playback/credentials/credentials.json'
600 playback = SkPicturePlayback(options) variable in class:LocalFileSystemDataStore
601 sys.exit(playback.Run())
/external/kernel-headers/original/uapi/sound/
H A Dasoc.h388 __le32 playback; /* supports playback mode */ member in struct:snd_soc_tplg_pcm
393 struct snd_soc_tplg_stream_caps caps[2]; /* playback and capture for DAI */
410 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; /* supported configs playback and captrure */
/external/webrtc/webrtc/modules/audio_device/linux/
H A Daudio_device_alsa_linux.cc1088 " unable to open playback device: %s (%d)",
1111 " unable to set playback device: %s (%d)",
1696 const bool playback,
1705 const char *type = playback ? "Output" : "Input";
1706 // dmix and dsnoop are only for playback and capture, respectively, but ALSA
1708 const char *ignorePrefix = playback ? "dsnoop:" : "dmix:" ;
1903 /** Stopped: underrun (playback) or overrun (capture) detected */
1905 /** Draining: running (playback) or stopped (capture) */
1694 GetDevicesInfo( const int32_t function, const bool playback, const int32_t enumDeviceNo, char* enumDeviceName, const int32_t ednLen) const argument
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 415 milliseconds