Home
last modified time | relevance | path

Searched defs:Pull (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/build/android/pylib/
Dscreenshot.py77 def Pull(self, host_file=None): member in VideoRecorder
/external/chromium_org/third_party/webrtc/common_audio/resampler/
Dresampler.cc1057 int Resampler::Pull(int16_t* samplesOut, int desiredLen, int &outLen) in Pull() function in webrtc::Resampler
/external/webrtc/src/common_audio/resampler/
Dresampler.cc1057 int Resampler::Pull(WebRtc_Word16* samplesOut, int desiredLen, int &outLen) in Pull() function in webrtc::Resampler
/external/chromium_org/content/browser/android/
Doverscroll_glow.cc225 void OverscrollGlow::Pull(base::TimeTicks current_time, in Pull() function in content::OverscrollGlow
Dedge_effect_l.cc100 void EdgeEffectL::Pull(base::TimeTicks current_time, in Pull() function in content::EdgeEffectL
Dedge_effect.cc155 void EdgeEffect::Pull(base::TimeTicks current_time, in Pull() function in content::EdgeEffect
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
Dtarget_delay_unittest.cc151 void Pull() { in Pull() function in webrtc::TargetDelayTest
/external/chromium_org/third_party/android_testrunner/
Dadb_interface.py113 def Pull(self, src, dest): member in AdbInterface
/external/chromium_org/build/android/pylib/device/
Dadb_wrapper.py141 def Pull(self, remote, local, timeout=60*5, retries=_DEFAULT_RETRIES): member in AdbWrapper