Searched refs:ALOGW (Results 226 - 250 of 259) sorted by relevance

1234567891011

/frameworks/base/tools/aapt/
H A DZipEntry.cpp93 ALOGW("warning: header mismatch\n");
/frameworks/native/libs/input/
H A DInput.cpp174 ALOGW("Could not set value for axis %d because the PointerCoords structure is full and "
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp136 ALOGW("can't set property, no Caches instance");
141 ALOGW("can't set prop, null passed");
H A Dandroid_database_SQLiteConnection.cpp209 ALOGW("NULL argument in custom_function_callback. This should not happen.");
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp222 ALOGW("%s: Format mismatch in produceFrame: expecting format %#" PRIx32
H A Dandroid_view_MotionEvent.cpp103 ALOGW("An exception occurred while recycling a motion event.");
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp806 ALOGW("native_window_api_disconnect returned an error: %s (%d)",
2257 ALOGW("Battery track warning: refCount is <= 0");
2310 ALOGW("Battery track warning: refCount is already 0");
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp51 ALOGW("Condition %s failed " message, #condition, ##__VA_ARGS__); \
600 ALOGW("32-bit file size limit (%" PRId64 " bytes) too big. "
1424 ALOGW("0-duration samples found: %zu", sampleCount);
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c140 ALOGW("EffectLibCreateEffect() init failed");
391 ALOGW("Reverb_Command invalid command %d",cmdCode);
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp1597 ALOGW("swapping stream type %d %s to empty stream", stream, mStreams[idx].mUri.c_str());
1617 ALOGW("swapping extra stream type %d %s to empty stream",
H A DPlaylistFetcher.cpp1022 ALOGW("MPEG2 Transport stream does not contain %s data.",
1531 ALOGW("This stream only contains audio data!");
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp189 ALOGW("try to release MediaCodec from JMediaCodec::~JMediaCodec()...");
191 ALOGW("done releasing MediaCodec from JMediaCodec::~JMediaCodec().");
H A Dandroid_media_MediaExtractor.cpp96 ALOGW("Exception occurred while reading %zu at %lld", size, offset);
/frameworks/native/libs/binder/
H A DParcel.cpp536 ALOGW("**** enforceInterface() expected '%s' but read '%s'",
1379 ALOGW("Attempt to read object from Parcel %p at offset %zu that is not in the object list",
/frameworks/native/services/sensorservice/
H A DSensorService.cpp519 ALOGW("Exiting SensorService::threadLoop => aborting...");
766 ALOGW("sensor %08x already enabled in connection %p (ignoring)",
1595 // ALOGW("Write failure in non-batch mode");
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp875 ALOGW("%s newPosition %zu outside [%zu, %zu]", __func__, newPosition, position, mFrameCount);
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp628 ALOGW("received binary data, but no one cares.");
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp1076 ALOGW("Unable to instantiate audio source");
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp391 ALOGW("Unknown glyph format: 0x%x", format);
H A DRenderNode.cpp91 ALOGW("Memory Warning: Layer %p missed its detachment, held on to for far too long!", mLayer);
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp946 ALOGW("ShaderProgram: Attempting to overwrite internal vertex attribute '%s'!", name.c_str());
/frameworks/minikin/libs/minikin/
H A DLayout.cpp548 ALOGW("error counting bidi runs, status = %d", status);
/frameworks/native/libs/gui/
H A DGLConsumer.cpp53 #define ST_LOGW(x, ...) ALOGW("[%s] "x, mName.string(), ##__VA_ARGS__)
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp915 ALOGW("device loop timeout");
/frameworks/rs/
H A DrsContext.cpp265 ALOGW("Falling back to find C++ rsdHalInit: %s", dlerror());

Completed in 2821 milliseconds

1234567891011