HomeSort by relevance Sort by last modified time
    Searched refs:ALOG_ASSERT (Results 51 - 75 of 83) sorted by null

1 23 4

  /frameworks/av/services/audioflinger/
Threads.cpp 83 // order to run with ALOG_ASSERT turned on, we need to have LOG_NDEBUG set to
85 // are so verbose that we want to suppress them even when we have ALOG_ASSERT
725 ALOG_ASSERT(false, "processConfigEvents_l() unknown event type %d", event->mType);
    [all...]
AudioFlinger.cpp 77 // order to run with ALOG_ASSERT turned on, we need to have LOG_NDEBUG set to
79 // are so verbose that we want to suppress them even when we have ALOG_ASSERT
    [all...]
  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirProcessSSE.h 49 ALOG_ASSERT(count > 0 && (count & 7) == 0); // multiple of 8
AudioMixer.cpp 103 ALOG_ASSERT(maxNumTracks <= MAX_NUM_TRACKS, "maxNumTracks %u > MAX_NUM_TRACKS %u",
107 ALOG_ASSERT(32 >= MAX_NUM_TRACKS, "bad MAX_NUM_TRACKS %d", MAX_NUM_TRACKS);
269 ALOG_ASSERT((trackChannelCount <= MAX_NUM_CHANNELS_TO_DOWNMIX)
460 ALOG_ASSERT(uint32_t(name) < MAX_NUM_TRACKS, "bad track name %d", name);
473 ALOG_ASSERT(uint32_t(name) < MAX_NUM_TRACKS, "bad track name %d", name);
611 ALOG_ASSERT(uint32_t(name) < MAX_NUM_TRACKS, "bad track name %d", name);
646 ALOG_ASSERT(audio_is_linear_pcm(format), "Invalid format %#x", format);
680 ALOG_ASSERT(valueInt > 0, "bad sample rate %d", valueInt);
    [all...]
AudioResamplerFirProcessNeon.h 85 ALOG_ASSERT(count > 0 && (count & 7) == 0); // multiple of 8
193 ALOG_ASSERT(count > 0 && (count & 7) == 0); // multiple of 8
368 ALOG_ASSERT(count > 0 && (count & 7) == 0); // multiple of 8
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioProfile.cpp 66 ALOG_ASSERT(samplingRate > 0);
AudioOutputDescriptor.cpp 350 ALOG_ASSERT(!isDuplicated(), "toAudioPortConfig() called on duplicated output %d", mIoHandle);
359 ALOG_ASSERT(!isDuplicated(), "toAudioPort() called on duplicated output %d", mIoHandle);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3InputStream.cpp 103 ALOG_ASSERT(!output, "Expected output to be false");
Camera3OutputStream.cpp 209 ALOG_ASSERT(output, "Expected output to be true");
354 ALOG_ASSERT(mConsumer != 0, "mConsumer should never be NULL");
  /frameworks/native/services/surfaceflinger/
SurfaceFlingerConsumer.cpp 251 ALOG_ASSERT(unsafeFrameAvailableListener == mContentsChangedListener.unsafe_get());
  /frameworks/av/media/libaudioprocessing/tests/
test-mixer.cpp 251 ALOG_ASSERT(name >= 0);
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.cpp 34 #define assert(x) ALOG_ASSERT((x), #x)
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 357 ALOG_ASSERT(result >= 0);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 322 ALOG_ASSERT(pictureWidth > 0 && pictureHeight > 0,
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 324 ALOG_ASSERT(mPendingEvent != NULL);
393 ALOG_ASSERT(false);
531 ALOG_ASSERT(false);
    [all...]
InputReader.cpp 447 ALOG_ASSERT(false); // can't happen
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 148 ALOG_ASSERT(outputs.size() != 0, "setDeviceConnectionState():"
429 ALOG_ASSERT(!deviceList.isEmpty(),
433 ALOG_ASSERT(!deviceList.isEmpty(),
448 ALOG_ASSERT(!outputDesc->isDuplicated(),
472 ALOG_ASSERT(!deviceList.isEmpty(),
477 ALOG_ASSERT(!deviceList.isEmpty(),
491 ALOG_ASSERT(!outputDesc->isDuplicated(),
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer_hwc1.cpp 170 ALOG_ASSERT(!(mHwc && hwcHasApiVersion(mHwc, HWC_DEVICE_API_VERSION_1_1)),
411 ALOG_ASSERT(false, "unknown display attribute[%zu] %#x",
    [all...]
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 251 ALOG_ASSERT(release_fence == -1 || image.dequeued,
    [all...]
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 474 ALOG_ASSERT(false, "SurfaceMediaSource can't consume sideband streams");
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 345 ALOG_ASSERT(lastSlash != NULL, "last slash was null somehow for %s\n", fileName);
  /device/google/dragon/audio/hal/
audio_hw.c     [all...]
  /frameworks/av/media/libaudioclient/
AudioTrack.cpp 443 ALOG_ASSERT(audio_has_proportional_frames(format));
741 ALOG_ASSERT(mState != STATE_ACTIVE);
    [all...]
  /frameworks/av/services/audiopolicy/enginedefault/src/
Engine.cpp 56 ALOG_ASSERT(observer != NULL, "Invalid Audio Policy Manager observer");
  /frameworks/base/libs/hwui/
ClipArea.cpp 304 ALOG_ASSERT(mMode == ClipMode::Rectangle);

Completed in 2162 milliseconds

1 23 4