Searched defs:Sound (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfSoundActionDictionary_autogen.cpp23 SkPdfStream* SkPdfSoundActionDictionary::Sound(SkPdfNativeDoc* doc) { function in class:SkPdfSoundActionDictionary
24 SkPdfNativeObject* ret = get("Sound", "");
32 return get("Sound", "") != NULL;
H A DSkPdfSoundAnnotationDictionary_autogen.cpp23 SkPdfStream* SkPdfSoundAnnotationDictionary::Sound(SkPdfNativeDoc* doc) { function in class:SkPdfSoundAnnotationDictionary
24 SkPdfNativeObject* ret = get("Sound", "");
32 return get("Sound", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfSoundActionDictionary_autogen.cpp23 SkPdfStream* SkPdfSoundActionDictionary::Sound(SkPdfNativeDoc* doc) { function in class:SkPdfSoundActionDictionary
24 SkPdfNativeObject* ret = get("Sound", "");
32 return get("Sound", "") != NULL;
H A DSkPdfSoundAnnotationDictionary_autogen.cpp23 SkPdfStream* SkPdfSoundAnnotationDictionary::Sound(SkPdfNativeDoc* doc) { function in class:SkPdfSoundAnnotationDictionary
24 SkPdfNativeObject* ret = get("Sound", "");
32 return get("Sound", "") != NULL;
/external/chromium_org/ui/keyboard/resources/
H A Dconstants.js32 var Sound = {
/external/replicaisland/src/com/replica/replicaisland/
H A DSoundSystem.java36 private FixedSizeArray<Sound> mSounds;
37 private Sound mSearchDummy;
44 mSounds = new FixedSizeArray<Sound>(MAX_SOUNDS, sSoundComparator);
45 mSearchDummy = new Sound();
62 public Sound load(int resource) {
64 Sound result = null;
69 result = new Sound();
82 synchronized public final int play(Sound sound, boolean loop, int priority) {
94 synchronized public final int play(Sound sound, boolean loop, int priority, float volume, float rate) {
175 public class Sound extend class in class:SoundSystem
[all...]
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h306 Sound, enumerator in enum:CPDF_Action::ActionType
415 return m_pDict->GetStream("Sound");

Completed in 124 milliseconds