Home
last modified time | relevance | path

Searched refs:ALOGE (Results 1 – 25 of 195) sorted by relevance

12345678

/hardware/samsung_slsi/exynos5/libv4l2/
Dexynos_v4l2.c135 ALOGE("failed to open sysfs entry for videodev"); in exynos_v4l2_open_devname()
145 ALOGE("failed to read sysfs entry for videodev"); in exynos_v4l2_open_devname()
165 ALOGE("failed to open video device %s", filename); in exynos_v4l2_open_devname()
167 ALOGE("no video device found"); in exynos_v4l2_open_devname()
182 ALOGE("%s: invalid fd: %d", __func__, fd); in exynos_v4l2_close()
199 ALOGE("%s: invalid fd: %d", __func__, fd); in exynos_v4l2_enuminput()
206 ALOGE("%s: no matching index founds", __func__); in exynos_v4l2_enuminput()
227 ALOGE("%s: invalid fd: %d", __func__, fd); in exynos_v4l2_s_input()
235 ALOGE("failed to ioctl: VIDIOC_S_INPUT (%d - %s)", errno, strerror(errno)); in exynos_v4l2_s_input()
252 ALOGE("%s: invalid fd: %d", __func__, fd); in exynos_v4l2_querycap()
[all …]
Dexynos_subdev.c96 ALOGE("failed to open sysfs entry for subdev"); in exynos_subdev_open_devname()
106 ALOGE("failed to read sysfs entry for subdev"); in exynos_subdev_open_devname()
126 ALOGE("failed to open subdev device %s", filename); in exynos_subdev_open_devname()
128 ALOGE("no subdev device found"); in exynos_subdev_open_devname()
143 ALOGE("%s: invalid fd: %d", __func__, fd); in exynos_subdev_enum_frame_size()
148 ALOGE("%s: frame_size_enum is NULL", __func__); in exynos_subdev_enum_frame_size()
154 ALOGE("failed to ioctl: VIDIOC_SUBDEV_ENUM_FRAME_SIZE"); in exynos_subdev_enum_frame_size()
170 ALOGE("%s: invalid fd: %d", __func__, fd); in exynos_subdev_g_fmt()
175 ALOGE("%s: fmt is NULL", __func__); in exynos_subdev_g_fmt()
181 ALOGE("failed to ioctl: VIDIOC_SUBDEV_G_FMT"); in exynos_subdev_g_fmt()
[all …]
/hardware/qcom/camera/QCamera/HAL2/core/src/
DQCameraStream_Preview.cpp39 ALOGE(" %s: E ", __FUNCTION__); in setPreviewWindow()
66 ALOGE("Unable to allocate mDisplayBuf"); in registerStreamBuffers()
86 ALOGE("%s:BEGIN",__func__); in initBuffers()
119 ALOGE("Planes: %d length: %d userptr: %lu offset: %d\n", j, in initBuffers()
126 ALOGE("DEBUG2:Display buf[%d] fd:%d",i,mDisplayBuf[i].fd); in initBuffers()
134 ALOGE("mPreview Window %p",mPreviewWindow); in initBuffers()
141 ALOGE("%s: [%d]: local_flag = 1", __func__, j); in initBuffers()
146 ALOGE("Cannot find matching handle in the table."); in initBuffers()
150 ALOGE("dequeue_buffer failed."); in initBuffers()
157 ALOGE("%s:END",__func__); in initBuffers()
[all …]
DQCameraHWI.cpp84 ALOGE("set_parm MM_CAMERA_PARM_RECORDING_HINT returns %d", rc); in tryRestartStreams()
96 ALOGE("prepareStream for stream %d failed %d", streamId, rc); in tryRestartStreams()
108 ALOGE("streamOn for stream %d failed %d", streamId, rc); in tryRestartStreams()
136 ALOGE("%s:No more requests available from src command \ in runCommandThread()
154 ALOGE("%s: error reading output stream tag", __FUNCTION__); in runCommandThread()
160 ALOGE("error tryRestartStreams %d", res); in runCommandThread()
222 ALOGE("%s: E, stream_id = %d\n", __func__, mm_stream_id); in getBuf()
226 ALOGE("%s: len:%d, y_off:%d, cbcr:%d num buffers: %d planes:%d streamid:%d", in getBuf()
234 ALOGE("Interface requesting Preview Buffers"); in getBuf()
239 ALOGE("Debug : %s : initDisplayBuffers",__func__); in getBuf()
[all …]
DQCameraStream.cpp105 ALOGE("%s: E",__func__); in superbuf_cb_routine()
109 ALOGE("%s : jpeg callback for MM_CAMERA_SNAPSHOT_MAIN", __func__); in superbuf_cb_routine()
128 ALOGE("%s E ", __func__); in stream_cb_routine()
130 ALOGE("DEBUG4:ExtMode:%d,streamid:%d",p_obj->mExtImgMode,bufs->bufs[0]->stream_id); in stream_cb_routine()
133 ALOGE("%s : callback for MM_CAMERA_PREVIEW", __func__); in stream_cb_routine()
137 ALOGE("%s : callback for MM_CAMERA_VIDEO", __func__); in stream_cb_routine()
143 ALOGE("%s: Skipping Q Buf for HDR mode",__func__); in stream_cb_routine()
148 ALOGE("%s : callback for MM_CAMERA_SNAPSHOT_MAIN", __func__); in stream_cb_routine()
159 ALOGE("%s X ", __func__); in stream_cb_routine()
196 ALOGE("%s:streamid:%d",__func__,mMmStreamId); in streamOn()
[all …]
/hardware/qcom/keymaster/
Dkeymaster_qcom.cpp107 ALOGE("Output public key buffer == NULL"); in qcom_km_get_keypair_public()
112 ALOGE("Supplied key blob was NULL"); in qcom_km_get_keypair_public()
118 ALOGE("key blob appears to be truncated"); in qcom_km_get_keypair_public()
123 ALOGE("Cannot read key; it was not made by this keymaster"); in qcom_km_get_keypair_public()
128 ALOGE("Key blob appears to have incorrect exponent length"); in qcom_km_get_keypair_public()
132 ALOGE("Key blob appears to have incorrect modulus length"); in qcom_km_get_keypair_public()
138 ALOGE("Could not allocate RSA structure"); in qcom_km_get_keypair_public()
145 ALOGE("Failed to initialize modulus"); in qcom_km_get_keypair_public()
152 ALOGE("Failed to initialize public exponent"); in qcom_km_get_keypair_public()
158 ALOGE("Could not allocate EVP_PKEY structure"); in qcom_km_get_keypair_public()
[all …]
/hardware/qcom/display/liboverlay/
DmdpWrapper.h103 ALOGE("Failed to call ioctl FBIOGET_FSCREENINFO err=%s", in getFScreenInfo()
112 ALOGE("Failed to call ioctl FBIOGET_VSCREENINFO err=%s", in getVScreenInfo()
121 ALOGE("Failed to call ioctl FBIOPUT_VSCREENINFO err=%s", in setVScreenInfo()
130 ALOGE("Failed to call ioctl MSM_ROTATOR_IOCTL_START err=%s", in startRotator()
139 ALOGE("Failed to call ioctl MSM_ROTATOR_IOCTL_ROTATE err=%s", in rotate()
148 ALOGE("Failed to call ioctl MSMFB_OVERLAY_SET err=%s", in setOverlay()
157 ALOGE("Failed to call ioctl MSM_ROTATOR_IOCTL_FINISH err=%s", in endRotator()
166 ALOGE("Failed to call ioctl MSMFB_OVERLAY_UNSET err=%s", in unsetOverlay()
175 ALOGE("Failed to call ioctl MSMFB_OVERLAY_GET err=%s", in getOverlay()
184 ALOGE("Failed to call ioctl MSMFB_OVERLAY_PLAY err=%s", in play()
[all …]
DoverlayCtrl.cpp28 ALOGE("Ctrl failed to init fbnum=%d", fbnum); in init()
33 ALOGE("Ctrl failed to getScreenInfo"); in init()
48 ALOGE("Ctrl setPosition error in dim"); in setPosition()
54 ALOGE("Ctrl failed MDP setPosition"); in setPosition()
63 ALOGE("Ctrl setTransform failed for Mdp"); in setTransform()
72 ALOGE("Data setCrop failed in MDP setCrop"); in setCrop()
83 ALOGE("== Dump Ctrl start =="); in dump()
86 ALOGE("== Dump Ctrl end =="); in dump()
DoverlayUtils.cpp46 ALOGE("Failed open %s", s); in IOFile()
101 ALOGE("FrameBufferInfo: failed to open fd"); in FrameBufferInfo()
106 ALOGE("FrameBufferInfo: FD not valid"); in FrameBufferInfo()
112 ALOGE("FrameBufferInfo: failed getVScreenInfo on fb0"); in FrameBufferInfo()
123 ALOGE("FrameBufferInfo: failed getOverlay on fb0"); in FrameBufferInfo()
165 ALOGE("cannot open framebuffer(%d)", i); in initOverlay()
171 ALOGE("ERROR: MSMFB_MIXER_INFO ioctl failed"); in initOverlay()
185 ALOGE("ERROR: MSMFB_OVERLAY_UNSET failed"); in initOverlay()
242 ALOGE("%s: Unsupported format = 0x%x", __func__, format); in getMdpFormat()
260 ALOGE("isPanel3D Can't open framebuffer 0"); in isPanel3D()
[all …]
/hardware/samsung_slsi/exynos5/libexynosutils/
DExynosMutex.cpp61 ALOGE("%s::Already created", __func__); in create()
77 ALOGE("%s::unmatched type(%d) fail", __func__, type); in create()
83 ALOGE("%s::Mutex create fail", __func__); in create()
98 ALOGE("%s::Not yet created", __func__); in destroy()
117 ALOGE("%s::Not yet created", __func__); in lock()
126 ALOGE("%s::m_core->lock() fail", __func__); in lock()
140 ALOGE("%s::Not yet created", __func__); in unLock()
160 ALOGE("%s::Not yet created", __func__); in tryLock()
191 ALOGE("%s::mutex->create() fail", __func__); in exynos_mutex_create()
203 ALOGE("%s::handle is null", __func__); in exynos_mutex_destroy()
[all …]
/hardware/samsung_slsi/exynos5/libgscaler/
Dexynos_gscaler.c80 ALOGE("%s::unmatched v4l_pixel_format color_space(0x%x)\n", in m_gsc_get_plane_count()
145 ALOGE("%s::unmatched v4l_pixel_format color_space(0x%x)\n", in m_gsc_get_plane_size()
184 ALOGE("%s::too small size (w : %d < %d) (h : %d < %d)", in m_exynos_gsc_check_src_size()
190 ALOGE("%s::too small size (w : %d < %d) (h : %d < %d)", in m_exynos_gsc_check_src_size()
258 ALOGE("%s::too small size (w : %d < %d) (h : %d < %d)", in m_exynos_gsc_check_dst_size()
264 ALOGE("%s::too small size (w : %d < %d) (h : %d < %d)", in m_exynos_gsc_check_dst_size()
335 ALOGE("%s::exynos_media_open failed (node=%s)", __func__, node); in m_exynos_gsc_output_create()
348 ALOGE("%s:: failed to open sink subdev node", __func__); in m_exynos_gsc_output_create()
372 ALOGE("%s::exynos_media_setup_link [src.entity=%d->sink.entity=%d] failed", in m_exynos_gsc_output_create()
386 ALOGE("%s::exynos_media_setup_link [src.entity=%d->sink.entity=%d] failed", in m_exynos_gsc_output_create()
[all …]
/hardware/samsung_slsi/exynos5/librotator/
Dexynos_rotator.c120 ALOGE("%s::unmatched v4l_pixel_format color_space(0x%x)", in m_rotator_get_plane_count()
168 ALOGE("%s::unmatched v4l_pixel_format color_space(0x%x)", in m_rotator_get_plane_size()
207 ALOGE("%s::too small size (w : %d < %d) (h : %d < %d)", in m_exynos_rotator_check_src_size()
213 ALOGE("%s::too small size (w : %d < %d) (h : %d < %d)", in m_exynos_rotator_check_src_size()
283 ALOGE("%s::too small size (w : %d < %d) (h : %d < %d)", in m_exynos_rotator_check_dst_size()
289 ALOGE("%s::too small size (w : %d < %d) (h : %d < %d)", in m_exynos_rotator_check_dst_size()
343 ALOGE("%s::exynos_v4l2_open(%s) fail", __func__, node); in m_exynos_rotator_create()
352 ALOGE("%s::exynos_v4l2_querycap() fail", __func__); in m_exynos_rotator_create()
366 ALOGE("%s::exynos_v4l2_streamoff() fail", __func__); in m_exynos_rotator_destroy()
373 ALOGE("%s::exynos_v4l2_streamoff() fail", __func__); in m_exynos_rotator_destroy()
[all …]
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp701 ALOGE("ERR(%s):Already created", __func__); in create()
732 ALOGE("ERR(%s):Cannot open media device (error : %s)", __func__, strerror(errno)); in create()
784 ALOGE("ERR(%s):Can not make link isp_sensor to isp_front", __func__); in create()
787 ALOGE("ERR(%s):Can not make setup isp_sensor to isp_front", __func__); in create()
804 ALOGE("ERR(%s):Can not make setup isp_front to isp_back", __func__); in create()
822 ALOGE("ERR(%s):Can not make setup isp_back to scalerP", __func__); in create()
831ALOGE("ERR(%s):exynos_v4l2_open(%s) fail (error : %s)", __func__, node, strerror(errno)); in create()
839ALOGE("ERR(%s):exynos_v4l2_open(%s) fail (error : %s)", __func__, node, strerror(errno)); in create()
847ALOGE("ERR(%s):exynos_v4l2_open(%s) fail (error : %s)", __func__, node, strerror(errno)); in create()
859 ALOGE("ERR(%s):Cannot open media device (error : %s)", __func__, strerror(errno)); in create()
[all …]
/hardware/samsung_slsi/exynos5/libkeymaster/
Dkeymaster_mobicore.cpp90 ALOGE("OpenSSL error in %s %d: %s", location, error, message); in logOpenSSLError()
103 ALOGE("Unsupported key type %d", key_type); in exynos_km_generate_keypair()
106 ALOGE("key_params == null"); in exynos_km_generate_keypair()
115 ALOGE("key size(%d) is not supported\n", rsa_params->modulus_size); in exynos_km_generate_keypair()
121 ALOGE("memory allocation is failed"); in exynos_km_generate_keypair()
129 ALOGE("TEE_RSAGenerateKeyPair() is failed: %d", ret); in exynos_km_generate_keypair()
147 ALOGE("input key == NULL"); in exynos_km_import_keypair()
150 ALOGE("output key blob or length == NULL"); in exynos_km_import_keypair()
187 ALOGE("key size(%d) is not supported\n", metadata.lenpubmod << 3); in exynos_km_import_keypair()
217 ALOGE("memory allocation is failed"); in exynos_km_import_keypair()
[all …]
/hardware/qcom/display/libgenlock/
Dgenlock.cpp53 ALOGE("%s: invalid lockType (lockType = %d)", in get_kernel_lock_type()
66 ALOGE("%s: handle is invalid", __FUNCTION__); in perform_lock_unlock_operation()
74 ALOGE("%s: the lock has not been created," in perform_lock_unlock_operation()
87 ALOGE("%s: GENLOCK_IOC_DREADLOCK failed (lockType0x%x," in perform_lock_unlock_operation()
98 ALOGE("%s: GENLOCK_IOC_LOCK failed (lockType0x%x, err=%s fd=%d)" in perform_lock_unlock_operation()
136 ALOGE("%s: handle is invalid", __FUNCTION__); in genlock_create_lock()
146 ALOGE("%s: open genlock device failed (err=%s)", __FUNCTION__, in genlock_create_lock()
154 ALOGE("%s: GENLOCK_IOC_NEW failed (error=%s)", __FUNCTION__, in genlock_create_lock()
163 ALOGE("%s: GENLOCK_IOC_EXPORT failed (error=%s)", __FUNCTION__, in genlock_create_lock()
194 ALOGE("%s: handle is invalid", __FUNCTION__); in genlock_release_lock()
[all …]
/hardware/qcom/camera/
DQCameraHWI_Preview_7x27A.cpp50 ALOGE("%s: X : Incorrect cookie",__func__); in preview_notify_cb()
62 ALOGE(" %s: E ", __FUNCTION__); in setPreviewWindow()
85 ALOGE("%s: mPreviewWindow = NULL", __func__); in getBufferFromSurface()
95 ALOGE("%s: display format %d is not supported", __func__, dim.prev_format); in getBufferFromSurface()
102 ALOGE("get_min_undequeued_buffer_count failed: %s (%d)", in getBufferFromSurface()
112 ALOGE("set_buffer_count failed: %s (%d)", in getBufferFromSurface()
120 ALOGE("set_buffers_geometry failed: %s (%d)", in getBufferFromSurface()
130 ALOGE("%s: set_usage rc = %d", __func__, err); in getBufferFromSurface()
147 ALOGE("%s: genlock_lock_buffer(WRITE) failed", __FUNCTION__); in getBufferFromSurface()
154 ALOGE("%s: dequeue_buffer idx = %d err = %d", __func__, cnt, err); in getBufferFromSurface()
[all …]
/hardware/qcom/camera/QCamera/HAL2/wrapper/
DQualcommCamera.cpp120 ALOGE("Q%s: E", __func__); in get_number_of_cameras()
127 ALOGE("Q%s: E, id = %d", __func__, camera_id); in get_camera_info()
131 ALOGE("Q%s: X, id = %d", __func__, camera_id); in get_camera_info()
144 ALOGE("Q%s: E, id = %s", __func__, id); in camera_device_open()
153 ALOGE("%s: end in no mem", __func__); in camera_device_open()
179 ALOGE("%s: end rc %d", __func__, rc); in camera_device_open()
185 ALOGE("Q%s: device =%p E", __func__, hw_dev); in close_camera_device()
245 ALOGE("%s:E",__func__); in get_in_progress_count()
251 ALOGE("%s:X",__func__); in get_in_progress_count()
257 ALOGE("%s:E",__func__); in flush_captures_in_progress()
[all …]
/hardware/qcom/audio/alsa_sound/
DAudioUsbALSA.cpp80 ALOGE("ERROR: getnumOfRates: could not find rates string"); in getnumOfRates()
107 ALOGE("ERROR: failed to open config file %s error: %d\n", PATH, errno); in getCap()
113 ALOGE("ERROR: failed to stat %s error %d\n", PATH, errno); in getCap()
125 ALOGE("ERROR:%s section not found in usb config file", type); in getCap()
133 ALOGE("ERROR: Could not find Channels information"); in getCap()
140 ALOGE("ERROR: Channel section not found in usb config file"); in getCap()
155 ALOGE("ERROR: Cant find rates information"); in getCap()
163 ALOGE("ERROR: Channel section not found in usb config file"); in getCap()
172 ALOGE("ERROR: end of line not found"); in getCap()
187 ALOGE("ERROR: Could not get rate size, returning"); in getCap()
[all …]
Dalsa_default.cpp274 ALOGE("Failed to allocate ALSA hardware parameters!"); in setHardwareParams()
320 ALOGE("cannot set hw params"); in setHardwareParams()
386 ALOGE("cannot set sw params"); in setSoftwareParams()
478 ALOGE("dlsym:Error:%s Loading csd_client_disable_device", dlerror()); in switchDevice()
483 ALOGE("csd_client_disable_device, failed, error %d", err); in switchDevice()
597 ALOGE("dlsym:Error:%s Loading csd_client_enable_device", dlerror()); in switchDevice()
602 ALOGE("csd_client_disable_device failed, error %d", err); in switchDevice()
638 ALOGE("setHDMIChannelCount err = %d", err); in s_open()
698 ALOGE("Failed to get pcm device node: %s", devName); in s_open()
704 ALOGE("Failed to get pcm device node"); in s_open()
[all …]
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
DOMX_Core.c124 ALOGE("%d :: Core: Error in Mutex lock\n",__LINE__); in TIOMX_Init()
138 ALOGE("%d :: Core: Error in Mutex unlock\n",__LINE__); in TIOMX_Init()
179 ALOGE("%d :: Core: Error in Mutex lock\n",__LINE__); in TIOMX_GetHandle()
217 ALOGE("Max instances of component %s already created.\n", cComponentName); in TIOMX_GetHandle()
243 ALOGE("dlopen %s failed because %s\n", buf, dlerror()); in TIOMX_GetHandle()
253 ALOGE("%d:: dlsym failed for module %p\n", __LINE__, pModules[i]); in TIOMX_GetHandle()
264 ALOGE("%d:: malloc of pHandle* failed\n", __LINE__); in TIOMX_GetHandle()
275 ALOGE("%d :: Core: SetCallBack failed %d\n",__LINE__, err); in TIOMX_GetHandle()
286ALOGE("%d :: Core: Insufficient Resources for Component %d\n",__LINE__, err); in TIOMX_GetHandle()
310 ALOGE("%d :: Core: Error in Mutex unlock\n",__LINE__); in TIOMX_GetHandle()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/audio/exynos5/srp/alp/src/
Dsrp_api.c64 ALOGE("%s: Device is already opened", __func__); in SRP_Create()
81 ALOGE("%s: SRP_GET_MMAP_SIZE is failed", __func__); in SRP_Init()
87 ALOGE("%s: mmap is failed", __func__); in SRP_Init()
94 ALOGE("%s: Device is not ready", __func__); in SRP_Init()
112 ALOGE("SRP_Decode returned error code: %d", ret); in SRP_Decode()
120 ALOGE("%s: Device is not ready", __func__); in SRP_Decode()
164 ALOGE("%s: PCM read fail", __func__); in SRP_Get_PCM()
184 ALOGE("%s: Failed to get dec info", __func__); in SRP_Get_Dec_Info()
205 ALOGE("%s: Failed to get Ibuf info", __func__); in SRP_Get_Ibuf_Info()
214 ALOGE("%s: IBUF num is 0", __func__); in SRP_Get_Ibuf_Info()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
DExynosVideoEncoder.c127 ALOGE("%s: Failed to allocate encoder context buffer", __func__); in MFC_Encoder_Init()
135 ALOGE("%s: Failed to open encoder device", __func__); in MFC_Encoder_Init()
140 ALOGE("%s: Failed to querycap", __func__); in MFC_Encoder_Init()
151 ALOGE("%s: Failed to allocate mutex about input buffer", __func__); in MFC_Encoder_Init()
162 ALOGE("%s: Failed to allocate mutex about output buffer", __func__); in MFC_Encoder_Init()
205 ALOGE("%s: Video context info must be supplied", __func__); in MFC_Encoder_Finalize()
293 ALOGE("%s: Video context info must be supplied", __func__); in MFC_Encoder_Set_EncParam()
627 ALOGE("[%s] Undefined codec type",__func__); in MFC_Encoder_Set_EncParam()
636 ALOGE("%s: Failed to s_ext_ctrl", __func__); in MFC_Encoder_Set_EncParam()
656 ALOGE("%s: Video context info must be supplied", __func__); in MFC_Encoder_Set_FrameTag()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
DExynosVideoDecoder.c119 ALOGE("%s: Failed to allocate decoder context buffer", __func__); in MFC_Decoder_Init()
127 ALOGE("%s: Failed to open decoder device", __func__); in MFC_Decoder_Init()
132 ALOGE("%s: Failed to querycap", __func__); in MFC_Decoder_Init()
143 ALOGE("%s: Failed to allocate mutex about input buffer", __func__); in MFC_Decoder_Init()
154 ALOGE("%s: Failed to allocate mutex about output buffer", __func__); in MFC_Decoder_Init()
197 ALOGE("%s: Video context info must be supplied", __func__); in MFC_Decoder_Finalize()
278 ALOGE("%s: Video context info must be supplied", __func__); in MFC_Decoder_Set_FrameTag()
301 ALOGE("%s: Video context info must be supplied", __func__); in MFC_Decoder_Get_FrameTag()
320 ALOGE("%s: Video context info must be supplied", __func__); in MFC_Decoder_Get_ActualBufferCount()
341 ALOGE("%s: Video context info must be supplied", __func__); in MFC_Decoder_Set_DisplayDelay()
[all …]
/hardware/qcom/display/liboverlay/pipes/
DoverlayGenPipe.cpp49 ALOGE("GenericPipe failed to init ctrl"); in init()
54 ALOGE("GenericPipe failed to init data"); in init()
68 ALOGE("GenericPipe failed to close ctrl"); in close()
72 ALOGE("GenericPipe failed to close data"); in close()
131 ALOGE("GenPipe Rotator commit failed"); in commit()
167 ALOGE("GenPipe Rotator play failed"); in queueBuffer()
178 ALOGE("Null rotator in use, where an actual is required"); in queueBuffer()
200 ALOGE("== Dump Generic pipe start =="); in dump()
201 ALOGE("pipe state = %d", (int)pipeState); in dump()
206 ALOGE("== Dump Generic pipe end =="); in dump()
/hardware/libhardware/modules/nfc-nci/
Dnfc_nci_example.c29 ALOGE("NFC-NCI HAL: %s", __FUNCTION__); in hal_open()
35 ALOGE("NFC-NCI HAL: %s", __FUNCTION__); in hal_write()
41 ALOGE("NFC-NCI HAL: %s", __FUNCTION__); in hal_core_initialized()
46 ALOGE("NFC-NCI HAL: %s", __FUNCTION__); in hal_pre_discover()
51 ALOGE("NFC-NCI HAL: %s", __FUNCTION__); in hal_close()
57 ALOGE("NFC-NCI HAL: %s", __FUNCTION__); in hal_control_granted()
64 ALOGE("NFC-NCI HAL: %s", __FUNCTION__); in hal_power_cycle()

12345678