/cts/suite/audio_quality/test/ |
AudioHardwareTest.cpp | 32 android::sp<AudioHardware> playback = AudioHardware::createAudioHw(true, true); local 33 ASSERT_TRUE(playback.get() != NULL); 41 android::sp<AudioHardware> playback = AudioHardware::createAudioHw(false, true, testCase); local 42 ASSERT_TRUE(playback.get() != NULL);
|
/external/chromium_org/chrome/test/perf/ |
memory_test.cc | 70 // In order to record a dataset to cache for future playback, 71 // set the |playback| to false and run the test. The source user data dir 75 bool playback = true; local 76 if (playback) { 77 // Use the playback cache, but don't use playback events.
|
/external/chromium_org/third_party/skia/src/core/ |
SkPicture.cpp | 127 /* We want to copy the src's playback. However, if that hasn't been built 175 /* We want to copy the src's playback. However, if that hasn't been built 301 SkPicture::SkPicture(SkPicturePlayback* playback, int width, int height) 302 : fPlayback(playback) 314 SkPicturePlayback* playback; local 315 // Check to see if there is a playback to recreate. 317 playback = SkPicturePlayback::CreateFromStream(stream, info, proc); 318 if (NULL == playback) { 322 playback = NULL; 325 return SkNEW_ARGS(SkPicture, (playback, info.fWidth, info.fHeight)) 329 SkPicturePlayback* playback = fPlayback; local [all...] |
/external/skia/src/core/ |
SkPicture.cpp | 127 /* We want to copy the src's playback. However, if that hasn't been built 175 /* We want to copy the src's playback. However, if that hasn't been built 301 SkPicture::SkPicture(SkPicturePlayback* playback, int width, int height) 302 : fPlayback(playback) 314 SkPicturePlayback* playback; local 315 // Check to see if there is a playback to recreate. 317 playback = SkPicturePlayback::CreateFromStream(stream, info, proc); 318 if (NULL == playback) { 322 playback = NULL; 325 return SkNEW_ARGS(SkPicture, (playback, info.fWidth, info.fHeight)) 329 SkPicturePlayback* playback = fPlayback; local [all...] |
/external/chromium_org/tools/perf/page_sets/endure/ |
indexeddb_app.js | 7 // are recorded for later playback in an IDB data store. When in an "online" 240 var playback = false; variable 249 if (playback) 252 playback = true; 260 playback = false; 267 playback = false; 268 log("Failure during playback (dropped offline?)");
|
/frameworks/av/cmds/stagefright/ |
codec.cpp | 45 "\t\t[-p] playback\n" 319 bool playback = false; local 339 playback = true; 380 if (playback || (useSurface && useVideo)) { 412 if (playback) { 426 if (playback || (useSurface && useVideo)) {
|
/external/chromium_org/third_party/skia/src/utils/ |
SkDeferredCanvas.cpp | 70 void playback(bool silent); 120 void DeferredPipeController::playback(bool silent) { function in class:DeferredPipeController 123 fReader.playback(fBlockList[currentBlock].fBlock, fBlockList[currentBlock].fSize, 129 fReader.playback(fBlock, fBytesWritten, flags); 365 fPipeController.playback(kSilent_PlaybackMode == playbackMode); [all...] |
/external/skia/src/utils/ |
SkDeferredCanvas.cpp | 70 void playback(bool silent); 120 void DeferredPipeController::playback(bool silent) { function in class:DeferredPipeController 123 fReader.playback(fBlockList[currentBlock].fBlock, fBlockList[currentBlock].fSize, 129 fReader.playback(fBlock, fBytesWritten, flags); 365 fPipeController.playback(kSilent_PlaybackMode == playbackMode); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
soc.h | 284 struct snd_soc_pcm_stream playback; member in struct:snd_soc_codec_dai 322 struct snd_soc_pcm_stream playback; member in struct:snd_soc_cpu_dai
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
soc.h | 284 struct snd_soc_pcm_stream playback; member in struct:snd_soc_codec_dai 322 struct snd_soc_pcm_stream playback; member in struct:snd_soc_cpu_dai
|
/external/kernel-headers/original/linux/ |
input.h | 1627 int (*playback)(struct input_dev *dev, int effect_id, int value); member in struct:ff_device [all...] |