HomeSort by relevance Sort by last modified time
    Searched full:lstatus (Results 1 - 18 of 18) sorted by null

  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 286 int lStatus = AUDIOEFFECT_ERROR_NO_MEMORY;
321 lStatus = AUDIOEFFECT_ERROR_BAD_VALUE;
343 lStatus = AUDIOEFFECT_ERROR_BAD_VALUE;
361 lStatus = translateError(lpAudioEffect->initCheck());
362 if (lStatus != AUDIOEFFECT_SUCCESS && lStatus != AUDIOEFFECT_ERROR_ALREADY_EXISTS) {
363 ALOGE("AudioEffect initCheck failed %d", lStatus);
370 lStatus = AUDIOEFFECT_ERROR_BAD_VALUE;
454 return (jint)lStatus;
541 jint lStatus = AUDIOEFFECT_ERROR_BAD_VALUE
    [all...]
android_media_Visualizer.cpp 356 int lStatus = VISUALIZER_ERROR_NO_MEMORY;
382 lStatus = VISUALIZER_ERROR_BAD_VALUE;
397 lStatus = translateError(lpVisualizer->initCheck());
398 if (lStatus != VISUALIZER_SUCCESS && lStatus != VISUALIZER_ERROR_ALREADY_EXISTS) {
399 ALOGE("Visualizer initCheck failed %d", lStatus);
406 lStatus = VISUALIZER_ERROR_BAD_VALUE;
433 return (jint) lStatus;
  /hardware/libhardware_legacy/audio/
AudioHardwareStub.cpp 49 status_t lStatus = out->set(format, channels, sampleRate);
51 *status = lStatus;
53 if (lStatus == NO_ERROR)
74 status_t lStatus = in->set(format, channels, sampleRate, acoustics);
76 *status = lStatus;
78 if (lStatus == NO_ERROR)
AudioHardwareGeneric.cpp 82 status_t lStatus = out->set(this, mFd, devices, format, channels, sampleRate);
84 *status = lStatus;
86 if (lStatus == NO_ERROR) {
122 status_t lStatus = in->set(this, mFd, devices, format, channels, sampleRate, acoustics);
124 *status = lStatus;
126 if (lStatus == NO_ERROR) {
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 140 status_t lStatus = remote()->transact(CREATE_TRACK, data, &reply);
141 if (lStatus != NO_ERROR) {
142 ALOGE("createTrack error: %s", strerror(-lStatus));
156 lStatus = reply.readInt32();
158 if (lStatus == NO_ERROR) {
161 lStatus = UNKNOWN_ERROR;
165 ALOGE("createTrack returned an IAudioTrack but with status %d", lStatus);
171 *status = lStatus;
216 status_t lStatus = remote()->transact(OPEN_RECORD, data, &reply);
217 if (lStatus != NO_ERROR)
    [all...]
ToneGenerator.cpp     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 594 status_t lStatus;
610 lStatus = BAD_VALUE;
617 lStatus = BAD_VALUE;
624 lStatus = BAD_VALUE;
631 lStatus = BAD_VALUE;
637 lStatus = BAD_VALUE;
646 lStatus = BAD_VALUE;
656 lStatus = BAD_VALUE;
682 channelMask, frameCount, sharedBuffer, lSessionId, flags, tid, clientUid, &lStatus);
683 LOG_ALWAYS_FATAL_IF((lStatus == NO_ERROR) && (track == 0))
    [all...]
Threads.cpp     [all...]
Effects.cpp 75 int lStatus;
83 lStatus = init();
84 if (lStatus < 0) {
85 mStatus = lStatus;
    [all...]
  /sdk/find_java/src/source/
find_java_lib.cpp 34 #ifndef LSTATUS
35 typedef LONG LSTATUS;
210 LSTATUS status = RegOpenKeyExA(
218 LSTATUS ret = ERROR_MORE_DATA;
288 LSTATUS status = RegOpenKeyExA(
  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.cc 193 * prheader_t at the start (/proc/$pid/lstatus or /proc/$pid/lpsinfo).
258 * The /proc/pid/lstatus file has the array of lwpstatus_t's and the
261 if (read_lfile(pid, "lstatus", Lhp) == NULL)
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ReportAPI.java 252 int lstatus = lhs.getVal(APIInfo.STA); local
253 if (lstatus == APIInfo.STA_OBSOLETE
254 || lstatus == APIInfo.STA_DEPRECATED
255 || lstatus == APIInfo.STA_INTERNAL) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemprov.h 415 virtual HRESULT WINAPI SetStatus(LONG lStatus,LONG lFlags) = 0;
423 HRESULT (WINAPI *SetStatus)(IWbemProviderInitSink *This,LONG lStatus,LONG lFlags);
433 #define IWbemProviderInitSink_SetStatus(This,lStatus,lFlags) (This)->lpVtbl->SetStatus(This,lStatus,lFlags)
436 HRESULT WINAPI IWbemProviderInitSink_SetStatus_Proxy(IWbemProviderInitSink *This,LONG lStatus,LONG lFlags);
    [all...]
wia.h 328 virtual HRESULT WINAPI BandedDataCallback(LONG lMessage,LONG lStatus,LONG lPercentComplete,LONG lOffset,LONG lLength,LONG lReserved,LONG lResLength,BYTE *pbBuffer) = 0;
336 HRESULT (WINAPI *BandedDataCallback)(IWiaDataCallback *This,LONG lMessage,LONG lStatus,LONG lPercentComplete,LONG lOffset,LONG lLength,LONG lReserved,LONG lResLength,BYTE *pbBuffer);
346 #define IWiaDataCallback_BandedDataCallback(This,lMessage,lStatus,lPercentComplete,lOffset,lLength,lReserved,lResLength,pbBuffer) (This)->lpVtbl->BandedDataCallback(This,lMessage,lStatus,lPercentComplete,lOffset,lLength,lReserved,lResLength,pbBuffer)
349 HRESULT WINAPI IWiaDataCallback_RemoteBandedDataCallback_Proxy(IWiaDataCallback *This,LONG lMessage,LONG lStatus,LONG lPercentComplete,LONG lOffset,LONG lLength,LONG lReserved,LONG lResLength,BYTE *pbBuffer);
    [all...]
winsnmp.h 234 SNMPAPI_STATUS WINAPI SnmpListen(HSNMP_ENTITY hEntity,SNMPAPI_STATUS lStatus);
winreg.h 35 typedef LONG LSTATUS;
agtsvr.h     [all...]
  /sdk/find_java2/src/
JavaFinder.cpp 294 LSTATUS status = RegOpenKeyEx(
301 LSTATUS ret = ERROR_MORE_DATA;
363 LSTATUS status = RegOpenKeyEx(

Completed in 586 milliseconds