Searched refs:ALOGW (Results 301 - 325 of 326) sorted by last modified time

<<11121314

/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.cpp30 #define BI_LOGW(x, ...) ALOGW("[%s] " x, mName.string(), ##__VA_ARGS__)
/frameworks/av/services/camera/libcameraservice/utils/
H A DCameraTraces.cpp73 ALOGW("%s: Negative FD (%d)", __FUNCTION__, fd);
/frameworks/av/services/mediacodec/minijail/
H A Dminijail.cpp32 ALOGW("No seccomp filter defined for this architecture.");
38 ALOGW("Failed to create minijail.");
/frameworks/av/services/mediaextractor/minijail/
H A Dminijail.cpp32 ALOGW("No seccomp filter defined for this architecture.");
38 ALOGW("Failed to create minijail.");
/frameworks/av/services/medialog/
H A DMediaLogService.cpp94 ALOGW("%s:", result.string());
/frameworks/av/services/radio/
H A DRadioService.cpp506 ALOGW("%s open_tuner failed with error %d", __FUNCTION__, ret);
897 ALOGW("client binder died for client %p", this);
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp548 ALOGW("loadSoundModel(): Not loading, max number of models (%d) would be exceeded",
695 ALOGW("%s model == 0", __func__);
719 ALOGW("%s model == 0", __func__);
756 ALOGW("client binder died for module %d", mDescriptor.handle);
/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp51 ALOGW("Sound trigger service died!");
69 ALOGW("SoundTriggerHwService not published, waiting...");
109 ALOGW("Error %d connecting to sound trigger service", status);
234 ALOGW("SoundTrigger server binder Died ");
/frameworks/av/camera/
H A DCamera.cpp128 ALOGW("An error occurred while connecting to camera %d: %s", cameraId,
387 ALOGW("No listener was set. Drop a recording frame.");
416 ALOGW("No listener was set. Drop a recording frame.");
H A DCameraBase.cpp76 ALOGW("Camera service died!");
100 ALOGW("CameraService not published, waiting...");
133 ALOGW("An error occurred while connecting to camera %d: %s", cameraId,
178 ALOGW("mediaserver's remote binder Camera object died");
H A DCameraMetadata.cpp611 ALOGW("%s: Failed to validate metadata %p before writing blob",
H A DCameraParameters.cpp492 ALOGW("%s: No supported preview formats.", __FUNCTION__);
H A DCameraParameters2.cpp165 ALOGW("%s: Key1 (%s) was not set", __FUNCTION__, key1);
168 ALOGW("%s: Key2 (%s) was not set", __FUNCTION__, key2);
H A DCameraUtils.cpp35 ALOGW("%s: null transform", __FUNCTION__);
/frameworks/av/camera/ndk/
H A DNdkCameraDevice.cpp130 ALOGW("%s: output %p already exists!", __FUNCTION__, output);
H A DNdkCaptureRequest.cpp60 ALOGW("%s: target %p already exists!", __FUNCTION__, target);
/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.cpp172 ALOGW("Device is closed but session %d is not notified", mId);
H A DACameraDevice.cpp82 ALOGW("%s: bad count %zu for partial result count", __FUNCTION__, entry.count);
90 ALOGW("%s: bad count %zu for shading map size", __FUNCTION__, entry.count);
130 ALOGW("Create capture request failed! template %d is not supported on this device",
355 ALOGW("Camera device %s is already closing.", getId());
413 ALOGW("Camera %s is already aborting captures", getId());
1044 ALOGW("No callback found for sequenceId %d", sequenceId);
1079 ALOGW("Camera %s closed while checking sequence complete", getId());
1086 ALOGW("No callback found for sequenceId %d", sequenceId);
H A DACameraManager.cpp84 ALOGW("CameraService not published, waiting...");
131 ALOGW("%s: Camera HAL too old; does not support vendor tags",
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp276 ALOGW("Camera service died!");
/frameworks/av/cmds/screenrecord/
H A DFrameOutput.cpp101 ALOGW("cond wait returned error %d", cc);
H A DOverlay.cpp106 ALOGW("Aborting overlay thread");
H A DTextRenderer.cpp141 ALOGW("setFontScale: can't set scale for width=%d height=%d",
259 ALOGW("drawWrappedString: can't wrap with width=%d height=%d",
345 ALOGW("Couldn't find a nonzero prefix that fit from '%s'", str);
H A Dscreenrecord.cpp381 ALOGW("getDisplayInfo(main) failed: %d", err);
469 ALOGW("dequeueOutputBuffer returned INVALID_OPERATION");
761 ALOGW("fork() failed: %s", strerror(err));
769 ALOGW("waitpid(%d) returned %d (errno=%d)", pid, actualPid, errno);
771 ALOGW("'am broadcast' exited with status=%d", status);
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp638 ALOGW("AudioTrack::write took %lld us, numFramesAvailableToWrite=%u, "

Completed in 252 milliseconds

<<11121314