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

  /external/sonivox/jet_tools/JetCreator/
eas.py 22 # EAS error codes
138 eas_logger = logging.getLogger('EAS')
206 # map EAS severity levels to the Python logging module
218 def __init__ (self, handle, eas):
221 self.eas = eas
226 with self.eas.lock:
227 result = eas_dll.EAS_SetVolume(self.eas.handle, self.handle, volume)
234 with self.eas.lock:
235 volume = eas_dll.EAS_GetVolume(self.eas.handle, self.handle)
    [all...]
JetUtils.py 366 e = __import__('eas')
370 eas = e.EAS()
372 eas.LoadDLSCollection(dlsFile)
373 eas.StartWave()
374 audio_file = eas.OpenFile(midiFile)
378 eas.StopWave()
379 eas.Shutdown()
585 """ Gets the length of a midi file via eas """
586 e = __import__('eas')
    [all...]
JetPreview.py 32 from eas import *
138 self.jet.eas.StartWave()
JetAudition.py 34 from eas import *
344 self.jet.eas.StartWave()
491 jet.eas.StartWave()
JetCreator.py 33 from eas import *
    [all...]
JetDialogs.py 33 from eas import *
    [all...]
  /external/sonivox/arm-fm-22k/
Makefile 60 host_src/eas.h \
  /frameworks/av/media/libmediaplayerservice/
MidiFile.h 22 #include <libsonivox/eas.h>
  /external/sonivox/arm-hybrid-22k/
Makefile 63 host_src/eas.h \
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOptions.java 71 /** Default sync window for new EAS accounts */
105 boolean eas = HostAuth.SCHEME_EAS.equals(protocol);
106 if (eas) {
129 if (eas) {
142 // Setup any additional items to support EAS & EAS flow mode
143 if (eas) {
243 if ("eas".equals(account.getOrCreateHostAuthRecv(this).mProtocol)) {
  /external/sonivox/arm-wt-22k/
Android.mk 72 host_src/eas.h \
  /frameworks/av/media/libstagefright/
StagefrightMediaScanner.cpp 31 #include <libsonivox/eas.h>
64 ALOGE("EAS library/header mismatch\n");
69 // spin up a new EAS engine
  /packages/apps/Email/tests/src/com/android/email/
ControllerProviderOpsTests.java 401 // An EAS account mailbox
402 Mailbox eas = ProviderTestUtils.setupMailbox("eas", account1Id, false, mProviderContext); local
403 eas.mType = Mailbox.TYPE_EAS_ACCOUNT_MAILBOX;
404 eas.save(mProviderContext);
438 assertNotNull(Mailbox.restoreMailboxWithId(mProviderContext, eas.mId));
494 account1.mHostAuthRecv = setupSimpleHostAuth("eas");

Completed in 230 milliseconds