Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 25 of 254) sorted by relevance

1234567891011

/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder.cpp162 LOG(ERROR) << "parsing failed at line " << __LINE__; in read()
175 LOG(ERROR) << "logic error: all names are expected to end with a '.'"; in write()
180 LOG(ERROR) << "name component '" << name.substr(pos, dot_pos - pos) << "' is " << len in write()
185 LOG(ERROR) << "buffer overflow at line " << __LINE__; in write()
200 LOG(ERROR) << "parsing failed at line " << __LINE__; in parseField()
213 LOG(ERROR) << "parsing failed at line " << __LINE__; in parseField()
220 LOG(ERROR) << "name compression not implemented"; in parseField()
223 LOG(ERROR) << "invalid name field type"; in parseField()
230 LOG(ERROR) << "parsing failed at line " << __LINE__; in read()
234 LOG(ERROR) << "parsing failed at line " << __LINE__; in read()
[all …]
/packages/services/Car/evs/sampleDriver/
DGlWrapper.cpp115 LOG(ERROR) << "Error compiling shader"; in loadShader()
124 LOG(ERROR) << " msg:" << std::endl << infoLog; in loadShader()
140 LOG(ERROR) << "Failed to allocate program object"; in buildShaderProgram()
147 LOG(ERROR) << "Failed to load vertex shader"; in buildShaderProgram()
153 LOG(ERROR) << "Failed to load pixel shader"; in buildShaderProgram()
167 LOG(ERROR) << "Error linking program"; in buildShaderProgram()
175 LOG(ERROR) << " msg: " << infoLog; in buildShaderProgram()
195 LOG(ERROR) << "Could not get IAutomotiveDisplayProxyService."; in initialize()
217 LOG(ERROR) << "Failed to get IGraphicBufferProducer from IAutomotiveDisplayProxyService."; in initialize()
223 LOG(ERROR) << "Failed to get a Surface from HGBP."; in initialize()
[all …]
DVideoCapture.cpp43 PLOG(ERROR) << "failed to open device " << deviceName; in open()
51 PLOG(ERROR) << "failed to get device caps for " << deviceName; in open()
87 LOG(ERROR) << "Streaming capture not supported by " << deviceName; in open()
105 PLOG(ERROR) << "VIDIOC_S_FMT failed"; in open()
122 PLOG(ERROR) << "VIDIOC_G_FMT failed"; in open()
153 LOG(ERROR) << "Already in RUN state, so we can't start a new streaming thread"; in startStream()
163 PLOG(ERROR) << "VIDIOC_REQBUFS failed"; in startStream()
173 PLOG(ERROR) << "VIDIOC_QUERYBUF failed"; in startStream()
192 PLOG(ERROR) << "mmap() failed"; in startStream()
200 PLOG(ERROR) << "VIDIOC_QBUF failed"; in startStream()
[all …]
DEvsV4lCamera.cpp124 LOG(ERROR) << "Ignoring setMaxFramesInFlight with less than one buffer requested"; in setMaxFramesInFlight()
147 LOG(ERROR) << "Ignoring startVideoStream call when a stream is already running."; in startVideoStream()
154 LOG(ERROR) << "Failed to start stream because we couldn't get a graphics buffer"; in startVideoStream()
171 LOG(ERROR) << "Unhandled camera output format: " in startVideoStream()
183 LOG(ERROR) << "Unhandled camera format " << (char*)&videoSrcFormat; in startVideoStream()
191 LOG(ERROR) << "Unhandled camera format " << (char*)&videoSrcFormat; in startVideoStream()
195 LOG(ERROR) << "Unhandled camera format " << (char*)&mFormat; in startVideoStream()
211 LOG(ERROR) << "Underlying camera start stream failed"; in startVideoStream()
241 LOG(ERROR) << "Error delivering end of stream event"; in stopVideoStream()
254 LOG(ERROR) << "Error delivering end of stream marker"; in stopVideoStream()
[all …]
DEvsGlDisplay.cpp70 LOG(ERROR) << "EvsGlDisplay going down while client is holding a buffer"; in forceShutdown()
168 LOG(ERROR) << "Rejecting buffer request from object that lost ownership of the display."; in getTargetBuffer()
181 LOG(ERROR) << "Failed to initialize GL display"; in getTargetBuffer()
203 LOG(ERROR) << "Error " << result in getTargetBuffer()
211 LOG(ERROR) << "We didn't get a buffer handle back from the allocator"; in getTargetBuffer()
229 LOG(ERROR) << "getTargetBuffer called while no buffers available."; in getTargetBuffer()
255 LOG(ERROR) << __FUNCTION__ in returnTargetBufferForDisplay()
260 LOG(ERROR) << "Got an unrecognized frame returned."; in returnTargetBufferForDisplay()
264 LOG(ERROR) << "A frame was returned with no outstanding frames."; in returnTargetBufferForDisplay()
/packages/services/BuiltInPrintService/jni/lib/
Dprinter.c51 if (!print_job) return ERROR; in _init()
59 if (print_job->psock == ERROR) { in _init()
69 print_job->job_status = ((print_job->psock != -1) ? OK : ERROR); in _init()
86 return ERROR; in _start_job()
101 retval = ERROR; in _send_data()
120 retval = ERROR; in _send_data()
126 retval = ERROR; in _send_data()
133 retval = ERROR; in _send_data()
136 retval = (print_job->timeout_enabled ? ERROR : OK); in _send_data()
137 if (retval == ERROR) { in _send_data()
[all …]
/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp140 LOG(ERROR) << StringPrintf("%s: fail ee register; error=0x%X", fn, in initialize()
162 LOG(ERROR) << StringPrintf("Failed to configure CE IsoDep technologies"); in initialize()
167 LOG(ERROR) << fn << "Failed to register wildcard AID for DH"; in initialize()
192 LOG(ERROR) << fn << "Fail to set default proto routing for T3T"; in enableRoutingToHost()
203 LOG(ERROR) << fn << "Fail to set default proto routing for IsoDep"; in enableRoutingToHost()
216 LOG(ERROR) << fn << "Fail to set default tech routing for Nfc-A"; in enableRoutingToHost()
229 LOG(ERROR) << fn << "Fail to set default tech routing for Nfc-B"; in enableRoutingToHost()
242 LOG(ERROR) << fn << "Fail to set default tech routing for Nfc-F"; in enableRoutingToHost()
258 LOG(ERROR) << fn << "Fail to clear default proto routing for IsoDep"; in disableRoutingToHost()
268 LOG(ERROR) << fn << "Fail to clear default tech routing for Nfc-A"; in disableRoutingToHost()
[all …]
DNativeNfcTag.cpp256 LOG(ERROR) << StringPrintf("%s: Unknown event %u ????", __func__, event); in ndefHandlerCallback()
385 LOG(ERROR) << StringPrintf("%s: semaphore creation failed (errno=0x%08x)", in nativeNfcTag_doWrite()
405 LOG(ERROR) << StringPrintf("%s: can't format mifare classic tag", in nativeNfcTag_doWrite()
418 LOG(ERROR) << StringPrintf("%s: can't format mifare classic tag", in nativeNfcTag_doWrite()
427 LOG(ERROR) << StringPrintf("%s: can't format mifare classic tag", in nativeNfcTag_doWrite()
465 LOG(ERROR) << StringPrintf("%s: write/format error=%d", __func__, status); in nativeNfcTag_doWrite()
472 LOG(ERROR) << StringPrintf("%s: wait semaphore (errno=0x%08x)", __func__, in nativeNfcTag_doWrite()
482 LOG(ERROR) << StringPrintf("%s: failed destroy semaphore (errno=0x%08x)", in nativeNfcTag_doWrite()
558 LOG(ERROR) << StringPrintf("%s: Handle not found", __func__); in nativeNfcTag_doConnect()
564 LOG(ERROR) << StringPrintf("%s: tag already deactivated", __func__); in nativeNfcTag_doConnect()
[all …]
DPeerToPeer.cpp226 LOG(ERROR) << StringPrintf("%s: service name=%s no free entry", fn, in registerServer()
236 LOG(ERROR) << StringPrintf("%s: invalid server handle", fn); in registerServer()
268 LOG(ERROR) << StringPrintf("%s: unknown server jni handle: %u", fn, in removeServer()
296 LOG(ERROR) << StringPrintf("%s: jni env is null", fn); in llcpActivatedHandler()
304 LOG(ERROR) << StringPrintf("%s: fail get p2p device", fn); in llcpActivatedHandler()
346 LOG(ERROR) << StringPrintf("%s: fail notify", fn); in llcpActivatedHandler()
371 LOG(ERROR) << StringPrintf("%s: jni env is null", fn); in llcpDeactivatedHandler()
383 LOG(ERROR) << StringPrintf("%s: fail notify", fn); in llcpDeactivatedHandler()
398 LOG(ERROR) << StringPrintf("%s: jni env is null", fn); in llcpFirstPacketHandler()
410 LOG(ERROR) << StringPrintf("%s: fail notify", fn); in llcpFirstPacketHandler()
[all …]
/packages/services/Car/surround_view/app/
DSurroundViewServiceCallback.cpp120 LOG(ERROR) << "Failed to get egl display"; in prepareGL()
127 LOG(ERROR) << "Failed to initialize EGL: " in prepareGL()
142 LOG(ERROR) << "eglChooseConfig() failed with error: " in prepareGL()
153 LOG(ERROR) << "Failed to create OpenGL ES Dummy surface: " in prepareGL()
166 LOG(ERROR) << "Failed to create OpenGL ES Context: " in prepareGL()
173 LOG(ERROR) << "Failed to make the OpenGL ES Context current: " in prepareGL()
210 LOG(ERROR) << "Error building shader program"; in prepareGL()
222 LOG(ERROR) << "Couldn't set shader parameter 'cameraMat'"; in prepareGL()
230 LOG(ERROR) << "Couldn't set shader parameter 'tex'"; in prepareGL()
266 LOG(ERROR) << "Unsupported target buffer format"; in attachRenderTarget()
[all …]
Dsv_app.cpp69 LOG(ERROR) << "Failed to start2dSession"; in run2dSurroundView()
80 LOG(ERROR) << "Failed to start 2d stream"; in run2dSurroundView()
92 LOG(ERROR) << "Failed to set2dConfig"; in run2dSurroundView()
127 LOG(ERROR) << "Failed to start3dSession"; in run3dSurroundView()
139 LOG(ERROR) << "Failed to setViews"; in run3dSurroundView()
148 LOG(ERROR) << "Failed to start 3d stream"; in run3dSurroundView()
161 LOG(ERROR) << "Failed to set3dConfig"; in run3dSurroundView()
198 LOG(ERROR) << "No demo mode is specified. Exiting"; in main()
210 LOG(ERROR) << "getService(default) returned NULL. Exiting."; in main()
220 LOG(ERROR) << "getService(default) returned NULL."; in main()
[all …]
Dshader.cpp39 LOG(ERROR) << "Error compiling " in loadShader()
50 LOG(ERROR) << " msg:\n" in loadShader()
66 LOG(ERROR) << "Failed to allocate program object"; in buildShaderProgram()
73 LOG(ERROR) << "Failed to load vertex shader"; in buildShaderProgram()
79 LOG(ERROR) << "Failed to load pixel shader"; in buildShaderProgram()
92 LOG(ERROR) << "Error linking program."; in buildShaderProgram()
99 LOG(ERROR) << " msg: " in buildShaderProgram()
/packages/services/Car/surround_view/service-impl/
DSurroundView3dSession.cpp92 LOG(ERROR) << "The number of incoming frames is " << buffers.size() in deliverFrame_1_1()
146 LOG(ERROR) << "Unknown event id: " << static_cast<unsigned>(event.aType); in notify()
166 LOG(ERROR) << "Failed to allocate GraphicBuffer to wrap image handle"; in copyFromBufferToPointers()
186 LOG(ERROR) << "Failed to gain read access to GraphicBuffer"; in copyFromBufferToPointers()
219 LOG(ERROR) << "Start3dPipeline failed"; in processFrames()
286 LOG(ERROR) << "There is an error while initializing the use case. " in startStream()
292 LOG(ERROR) << "Ignoring startVideoStream call when a stream is " in startStream()
298 LOG(ERROR) << "No views have been set for current Surround View" in startStream()
305 LOG(ERROR) << "The input stream is invalid"; in startStream()
428 LOG(ERROR) << "shared memory and overlaysMemoryDesc size mismatch."; in VerifyOverlayData()
[all …]
DSurroundView2dSession.cpp87 LOG(ERROR) << "The number of incoming frames is " << buffers.size() in deliverFrame_1_1()
143 LOG(ERROR) << "Unknown event id: " << static_cast<unsigned>(event.aType); in notify()
163 LOG(ERROR) << "Failed to allocate GraphicBuffer to wrap image handle"; in copyFromBufferToPointers()
183 LOG(ERROR) << "Failed to gain read access to GraphicBuffer"; in copyFromBufferToPointers()
274 LOG(ERROR) << "There is an error while initializing the use case. " in startStream()
280 LOG(ERROR) << "Ignoring startVideoStream call" in startStream()
286 LOG(ERROR) << "The input stream is invalid"; in startStream()
395 LOG(ERROR) << "Camera id not found for projection: " << cameraId; in projectCameraPoints()
466 LOG(ERROR) << "Memory allocation failed. Exiting."; in handleFrames()
482 LOG(ERROR) << "Failed to allocate Graphic Buffer"; in handleFrames()
[all …]
DVhalHandler.cpp47 LOG(ERROR) << "Vehicle Handler is already initialized."; in initialize()
54 LOG(ERROR) << "Vehicle HAL getService failed."; in initialize()
59 LOG(ERROR) << "Rate must be in the range [1, 100]."; in initialize()
64 LOG(ERROR) << "Update method Subscribe is not currently implemented."; in initialize()
143 LOG(ERROR) << "VHAL handler not initialized."; in startPropertiesUpdate()
148 LOG(ERROR) << "Polling is already started."; in startPropertiesUpdate()
196 LOG(ERROR) << "VHAL handler not initialized."; in getPropertyValues()
213 LOG(ERROR) << "VHAL handler not initialized."; in stopPropertiesUpdate()
218 LOG(ERROR) << "Polling is already stopped."; in stopPropertiesUpdate()
/packages/apps/Nfc/nci/jni/extns/pn54x/src/
DphNxpExtns.cpp62 LOG(ERROR) << StringPrintf("EXTNS_Init(): error null callback"); in EXTNS_Init()
70 LOG(ERROR) << StringPrintf("ERROR: MFC Module Init Failed"); in EXTNS_Init()
122 LOG(ERROR) << StringPrintf("Error Sending msg to Extension Thread"); in EXTNS_MfcCallBack()
153 LOG(ERROR) << StringPrintf("Error Sending msg to Extension Thread"); in EXTNS_MfcCheckNDef()
185 LOG(ERROR) << StringPrintf("Error Sending msg to Extension Thread"); in EXTNS_MfcReadNDef()
213 LOG(ERROR) << StringPrintf("%s: semaphore creation failed (errno=%d)", in EXTNS_MfcPresenceCheck()
220 LOG(ERROR) << StringPrintf("Error Sending msg to Extension Thread"); in EXTNS_MfcPresenceCheck()
254 LOG(ERROR) << StringPrintf("Error Sending msg to Extension Thread"); in EXTNS_MfcSetReadOnly()
287 LOG(ERROR) << StringPrintf("Error Sending msg to Extension Thread"); in EXTNS_MfcWriteNDef()
318 LOG(ERROR) << StringPrintf("Error Sending msg to Extension Thread"); in EXTNS_MfcFormatTag()
[all …]
/packages/services/Car/evs/manager/1.1/
DEnumerator.cpp93 LOG(ERROR) << "Failed to start the usage monitor: " in init()
113 LOG(ERROR) << "EVS access denied? " in checkPermission()
128 LOG(ERROR) << "Metadata is null"; in checkPermission()
160 LOG(ERROR) << "Queried device " << id << " does not exist!"; in checkPermission()
179 LOG(ERROR) << "No physical camera ID is found for a logical camera device " << id; in checkPermission()
234 LOG(ERROR) << "Failed to open hardware camera " << cameraId; in checkPermission()
241 LOG(ERROR) << "Failed to allocate camera wrapper object"; in checkPermission()
257 LOG(ERROR) << "Requested camera " << cameraId in checkPermission()
270 LOG(ERROR) << "Ignoring call with null camera pointer."; in checkPermission()
327 LOG(ERROR) << "Failed to open hardware camera " << cameraId; in checkPermission()
[all …]
DVirtualCamera.cpp116 LOG(ERROR) << "A stopped stream should not get any frames"; in deliverFrame()
130 LOG(ERROR) << "Error delivering end of stream event"; in deliverFrame()
192 LOG(ERROR) << "Error delivering end of stream marker"; in notify()
216 LOG(ERROR) << "Failed to forward an event"; in notify()
229 LOG(ERROR) << __FUNCTION__ in getCameraInfo()
260 LOG(ERROR) << key in setMaxFramesInFlight()
291 LOG(ERROR) << "Ignoring startVideoStream call when a stream is already running."; in startVideoStream()
314 LOG(ERROR) << "Failed to start a video stream on " << iter->first; in startVideoStream()
377 PLOG(ERROR) << this << ": Camera hangs?"; in startVideoStream()
415 LOG(ERROR) << "Ignoring doneWithFrame called with invalid handle"; in doneWithFrame()
[all …]
/packages/services/Car/evs/apps/default/
DRenderBase.cpp65 LOG(ERROR) << "Failed to get egl display"; in prepareGL()
72 LOG(ERROR) << "Failed to initialize EGL: " << getEGLError(); in prepareGL()
83 LOG(ERROR) << "eglChooseConfig() failed with error: " << getEGLError(); in prepareGL()
93 LOG(ERROR) << "Failed to create OpenGL ES Dummy surface: " << getEGLError(); in prepareGL()
105 LOG(ERROR) << "Failed to create OpenGL ES Context: " << getEGLError(); in prepareGL()
112 LOG(ERROR) << "Failed to make the OpenGL ES Context current: " << getEGLError(); in prepareGL()
146 LOG(ERROR) << "Unsupported target buffer format"; in attachRenderTarget()
160 LOG(ERROR) << "Failed to allocate GraphicBuffer to wrap image handle"; in attachRenderTarget()
171 LOG(ERROR) << "Error creating EGLImage for target buffer: " << getEGLError(); in attachRenderTarget()
185 LOG(ERROR) << "glFramebufferRenderbuffer => " << getEGLError(); in attachRenderTarget()
[all …]
Devs_app.cpp50 LOG(ERROR) << "evs_app is being terminated on receiving a signal " << sig; in sigHandler()
192 LOG(ERROR) << "Missing or improper configuration for the EVS application. Exiting."; in main()
209 LOG(ERROR) << "getService(" << evsServiceName in main()
220 PLOG(ERROR) << "EVS Display is unknown. Exiting."; in main()
226 LOG(ERROR) << "EVS Display unavailable. Exiting."; in main()
239 LOG(ERROR) << "Vehicle HAL getService returned NULL. Exiting."; in main()
245 LOG(ERROR) << "Without gear notification, we can't support EVS. Exiting."; in main()
260 LOG(ERROR) << "Initial configuration failed. Exiting."; in main()
270 LOG(ERROR) << "EVS Listener stopped. Exiting."; in main()
/packages/services/Car/computepipe/runner/graph/
DGrpcGraph.cpp46 LOG(ERROR) << "Unexpected shutdown of the completion queue"; in FinishRpcAndGetResult()
51 LOG(ERROR) << "Unable to complete RPC request"; in FinishRpcAndGetResult()
59 LOG(ERROR) << error_message; in FinishRpcAndGetResult()
103 LOG(ERROR) << "Failed to get graph options: " << mErrorMessage; in initialize()
110 LOG(ERROR) << "Failed to parse graph options"; in initialize()
151 LOG(ERROR) << "Rpc failed while trying to set configuration"; in handleConfigPhase()
156 LOG(ERROR) << "Failed to cofngure remote graph. " << response.message(); in handleConfigPhase()
203 LOG(ERROR) << "Failed to start graph execution"; in handleExecutionPhase()
243 LOG(ERROR) << "Failed to stop graph execution"; in handleStopWithFlushPhase()
286 LOG(ERROR) << "Failed to stop graph execution"; in handleStopImmediatePhase()
[all …]
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
Dbt_binder_facade.cpp55 LOG(ERROR) << sl4n::kTagStr << " IBluetooth interface not initialized"; in SharedValidator()
61 LOG(ERROR) << sl4n::kTagStr << " IBluetooth interface not enabled"; in SharedValidator()
69 LOG(ERROR) << sl4n::kTagStr << ": IBluetooth interface not enabled"; in BtBinderEnable()
75 LOG(ERROR) << sl4n::kTagStr << ": Failed to enable the Bluetooth service"; in BtBinderEnable()
100 LOG(ERROR) << sl4n::kTagStr << ": Failed to get device name"; in BtBinderGetName()
117 LOG(ERROR) << sl4n::kTagStr << ": Failed to set device name"; in BtBinderSetName()
126 LOG(ERROR) << "Failed to get service binder: '" << kServiceName in BtBinderInitInterface()
140 LOG(ERROR) << sl4n::kTagStr << ": Failed to register BLE"; in BtBinderRegisterBLE()
163 LOG(ERROR) << sl4n::kTagStr << in BtBinderSetAdvSettings()
187 LOG(ERROR) << sl4n::kTagStr << in BtBinderSetAdvSettings()
[all …]
/packages/modules/DnsResolver/
DDnsTlsSocket.cpp84 LOG(ERROR) << "Failed to create socket"; in tcpConnect()
92 LOG(ERROR) << "Failed to set socket mark"; in tcpConnect()
121 LOG(ERROR) << "Failed to read cert"; in setTestCaCertificate()
127 LOG(ERROR) << "Failed to add cert"; in setTestCaCertificate()
155 LOG(ERROR) << "Failed to set test CA certificate"; in initialize()
160 LOG(ERROR) << "Failed to load CA cert dir: " << kCaCertDir; in initialize()
192 LOG(ERROR) << "Internal error: context is null in sslConnect"; in sslConnect()
196 LOG(ERROR) << "Failed to set minimum TLS version"; in sslConnect()
213 LOG(ERROR) << "Failed to set SNI to " << mServer.name; in sslConnect()
218 LOG(ERROR) << "Failed to set verify host param to " << mServer.name; in sslConnect()
[all …]
/packages/services/Car/computepipe/runner/stream_manager/
DPixelStreamManager.cpp83 LOG(ERROR) << "Failed to allocate hardware buffer with error " << err; in setFrameData()
95 LOG(ERROR) << "Variable image sizes from the same stream id is not supported."; in setFrameData()
104 LOG(ERROR) << "Unable to lock a realased hardware buffer."; in setFrameData()
140 LOG(ERROR) << "Cannot set max in flight packets after graph has already started."; in setMaxInFlightPackets()
163 LOG(ERROR) << "Unable to find the mem handle. Duplicate release may possible have been " in freePacket()
187 LOG(ERROR) << "Trying to queue a semantic packet to a pixel stream manager"; in queuePacket()
198 LOG(ERROR) << "Packet cannot be queued when state is not RUNNING. Current state is" in queuePacket()
205 LOG(ERROR) << "Stream to engine interface is not set"; in queuePacket()
233 LOG(ERROR) << "Setting frame data failed with error code " << status; in queuePacket()
309 LOG(ERROR) << "PixelStreamManager - Received null memhandle."; in clonePacket()
[all …]
/packages/services/BuiltInPrintService/jni/plugins/
Dplugin_pcl.c159 return ERROR; in _start_thread()
173 if ((result == ERROR) && (param->send_tid != pthread_self())) { in _start_thread()
198 status_t result = ERROR; in _stop_thread()
262 if (_start_thread(priv) == ERROR) continue; in _start_job()
273 return ERROR; in _start_job()
292 if (job_params == NULL) return ERROR; in _print_page()
296 if (priv == NULL) return ERROR; in _print_page()
311 result = ERROR; in _print_page()
314 if (image_info == NULL) return ERROR; in _print_page()
398 while ((result != ERROR) && (num_rows > 0)) { in _print_page()
[all …]

1234567891011