/packages/services/Car/cpp/evs/manager/1.1/ |
D | VirtualCamera.cpp | 57 LOG(WARNING) << "Virtual camera being shutdown while stream is running"; in shutdown() 69 LOG(WARNING) << "Camera device " << key << " is not alive."; in shutdown() 74 LOG(WARNING) << "VirtualCamera destructing with frames in flight."; in shutdown() 120 LOG(ERROR) << "A stopped stream should not get any frames"; in deliverFrame() 124 LOG(INFO) << "Skipping new frame as we hold " << mFramesHeld[bufDesc.deviceId].size() in deliverFrame() 134 LOG(ERROR) << "Error delivering end of stream event"; in deliverFrame() 186 LOG(WARNING) << "Stream unexpectedly stopped, current status " in notify() 200 LOG(ERROR) << "Error delivering end of stream marker"; in notify() 207 LOG(DEBUG) << "A camera parameter " << event.payload[0] in notify() 212 LOG(DEBUG) << "The primary client has been released"; in notify() [all …]
|
D | Enumerator.cpp | 78 LOG(DEBUG) << "init"; in init() 94 LOG(WARNING) << "No display is available to EVS service."; in init() 102 LOG(WARNING) << kExclusiveMainDisplayId << " is reserved for the special purpose " in init() 114 LOG(ERROR) << "Failed to start the usage monitor: " in init() 134 LOG(ERROR) << "EVS access denied? " in checkPermission() 149 LOG(ERROR) << "Metadata is null"; in checkPermission() 159 LOG(DEBUG) << __FUNCTION__ << " does not find a target entry"; in checkPermission() 172 LOG(DEBUG) << __FUNCTION__ << " does not find a logical multi camera cap"; in checkPermission() 181 LOG(ERROR) << "Queried device " << id << " does not exist!"; in checkPermission() 190 LOG(INFO) << id << " is not a logical camera device."; in checkPermission() [all …]
|
D | HalCamera.cpp | 53 LOG(ERROR) << "Failed to create client camera object"; in makeVirtualCamera() 58 LOG(ERROR) << "Failed to own a client camera object"; in makeVirtualCamera() 69 LOG(ERROR) << "Failed to create virtualCamera camera object"; in ownVirtualCamera() 93 LOG(WARNING) << "Ignoring disownVirtualCamera call with null pointer"; in disownVirtualCamera() 101 LOG(ERROR) << "Couldn't find camera in our client list to remove it; " in disownVirtualCamera() 107 LOG(ERROR) << "Error when trying to reduce the in flight buffer count"; in disownVirtualCamera() 149 LOG(WARNING) << "We found more frames in use than requested."; in changeFramesInFlight() 163 LOG(DEBUG) << "No external buffers to add."; in changeFramesInFlight() 184 LOG(ERROR) << "Failed to add external capture buffers."; in changeFramesInFlight() 202 LOG(WARNING) << "We found more frames in use than requested."; in changeFramesInFlight() [all …]
|
/packages/modules/DnsResolver/ |
D | DnsTlsSocket.cpp | 74 LOG(DEBUG) << mMark << " connecting TCP socket"; in tcpConnect() 102 LOG(WARNING) << "Failed to enable TFO: " << tfo.msg(); in tcpConnect() 125 LOG(ERROR) << "Failed to read cert"; in setTestCaCertificate() 131 LOG(ERROR) << "Failed to add cert"; in setTestCaCertificate() 157 LOG(WARNING) << "Setting test CA certificate. This should never happen in production code."; in initialize() 159 LOG(ERROR) << "Failed to set test CA certificate"; in initialize() 164 LOG(ERROR) << "Failed to load CA cert dir: " << kCaCertDir; in initialize() 184 LOG(DEBUG) << "DnsTlsSocket is initialized with { mConnectTimeoutMs: " << mConnectTimeoutMs in initialize() 195 LOG(ERROR) << "Calling startHandshake in unexpected state " << static_cast<int>(mState); in startHandshake() 203 LOG(WARNING) << "TCP Handshake failed: " << status.code(); in startHandshake() [all …]
|
D | DnsTlsTransport.cpp | 88 LOG(DEBUG) << "answer count: " << ancount; in checkDnsResponse() 164 LOG(DEBUG) << "No socket for query. Opening socket and sending."; in query() 188 LOG(DEBUG) << "Constructing new socket"; in doConnect() 199 LOG(DEBUG) << "Initialization succeeded. Reissuing " << queries.size() << " queries."; in doConnect() 206 LOG(DEBUG) << "Initialization failed."; in doConnect() 208 LOG(DEBUG) << "Failing all pending queries."; in doConnect() 245 LOG(DEBUG) << "Fast reconnect to retry remaining queries"; in doReconnect() 248 LOG(DEBUG) << "No pending queries. Going idle."; in doReconnect() 254 LOG(DEBUG) << "Destructor"; in ~DnsTlsTransport() 257 LOG(DEBUG) << "Locked destruction procedure"; in ~DnsTlsTransport() [all …]
|
/packages/modules/NeuralNetworks/runtime/ |
D | CompilationBuilder.cpp | 55 LOG(ERROR) << "ANeuralNetworksCompilation_finish called more than once"; in finish() 86 LOG(ERROR) << "Cannot fall back to CPU because of an OEM operation"; in finish() 90 LOG(ERROR) << "Cannot fall back to CPU because of an extension operation"; in finish() 106 LOG(ERROR) << "ANeuralNetworksCompilation_setPreference can't modify after compilation " in setPreference() 111 LOG(ERROR) << "ANeuralNetworksCompilation_setPreference invalid preference " << preference; in setPreference() 121 LOG(ERROR) in setCaching() 160 LOG(ERROR) << "SL_ANeuralNetworksCompilation_setCachingFromFds can't modify after " in setCachingFromFds() 166 LOG(ERROR) << "SL_ANeuralNetworksCompilation_setCachingFromFds can't duplicate model cache " in setCachingFromFds() 173 LOG(ERROR) << "SL_ANeuralNetworksCompilation_setCachingFromFds can't duplicate data cache " in setCachingFromFds() 189 LOG(ERROR) << "ANeuralNetworksCompilation_setPriority can't modify after compilation " in setPriority() [all …]
|
D | NeuralNetworks.cpp | 461 static_assert(static_cast<int32_t>(OperationType::LOG) == ANEURALNETWORKS_LOG, 647 LOG(ERROR) << "ANeuralNetworks_getDeviceCount passed a nullptr"; in ANeuralNetworks_getDeviceCount() 656 LOG(ERROR) << "ANeuralNetworks_getDevice passed a nullptr"; in ANeuralNetworks_getDevice() 661 LOG(ERROR) << "ANeuralNetworks_getDevice passed an invalid device index"; in ANeuralNetworks_getDevice() 670 LOG(ERROR) << "ANeuralNetworksDevice_getName passed a nullptr"; in ANeuralNetworksDevice_getName() 680 LOG(ERROR) << "ANeuralNetworksDevice_getVersion passed a nullptr"; in ANeuralNetworksDevice_getVersion() 690 LOG(ERROR) << "ANeuralNetworksDevice_getType passed a nullptr"; in ANeuralNetworksDevice_getType() 705 LOG(ERROR) << "ANeuralNetworksDevice_getFeatureLevel passed a nullptr"; in ANeuralNetworksDevice_getFeatureLevel() 719 LOG(ERROR) << "ANeuralNetworksDevice_wait passed a nullptr"; in ANeuralNetworksDevice_wait() 731 LOG(ERROR) << "ANeuralNetworksModel_getSupportedOperationsForDevices passed a nullptr"; in ANeuralNetworksModel_getSupportedOperationsForDevices() [all …]
|
D | Memory.cpp | 221 LOG(ERROR) << "ANeuralNetworksMemory_copy -- unable to map memory"; in copyHidlMemories() 225 LOG(ERROR) << "ANeuralNetworksMemory_copy -- incompatible memory size"; in copyHidlMemories() 238 LOG(ERROR) << "ANeuralNetworksMemory_copy failure: " << ret.error().message; in copyIBufferToMemory() 248 LOG(ERROR) << "ANeuralNetworksMemory_copy failure: " << ret.error().message; in copyMemoryToIBuffer() 269 LOG(ERROR) << "ANeuralNetworksMemory_copy -- uninitialized source memory"; in copyInternal() 275 LOG(ERROR) << "ANeuralNetworksMemory_copy -- incompatible memories"; in copyInternal() 303 LOG(ERROR) << "ANeuralNetworksMemoryDesc_" << name << " can't modify after finished"; in badState() 316 LOG(ERROR) << "ANeuralNetworksMemoryDesc_" << tag in addRole() 340 LOG(ERROR) << "ANeuralNetworksMemoryDesc_addInputRole -- input index out of range."; in addRole() 346 LOG(ERROR) << "ANeuralNetworksMemoryDesc_addOutputRole -- output index out of range."; in addRole() [all …]
|
/packages/services/Car/cpp/evs/manager/1.1/test/fuzzer/ |
D | VirtualCameraFuzzer.cpp | 73 LOG(DEBUG) << "EVS_FUZZ_GET_ALLOWED_BUFFERS"; in LLVMFuzzerTestOneInput() 78 LOG(DEBUG) << "EVS_FUZZ_IS_STREAMING"; in LLVMFuzzerTestOneInput() 83 LOG(DEBUG) << "EVS_FUZZ_GET_VERSION"; in LLVMFuzzerTestOneInput() 88 LOG(DEBUG) << "EVS_FUZZ_GET_HW_CAMERA"; in LLVMFuzzerTestOneInput() 93 LOG(DEBUG) << "EVS_FUZZ_SET_DESCRIPTOR"; in LLVMFuzzerTestOneInput() 99 LOG(DEBUG) << "EVS_FUZZ_NOTIFY"; in LLVMFuzzerTestOneInput() 110 LOG(DEBUG) << "EVS_FUZZ_DELIVER_FRAME"; in LLVMFuzzerTestOneInput() 118 LOG(DEBUG) << "EVS_FUZZ_GET_CAMERA_INFO"; in LLVMFuzzerTestOneInput() 123 LOG(DEBUG) << "EVS_FUZZ_SETMAX_FRAMES_IN_FLIGHT"; in LLVMFuzzerTestOneInput() 129 LOG(DEBUG) << "EVS_FUZZ_START_VIDEO_STREAM"; in LLVMFuzzerTestOneInput() [all …]
|
D | HalCameraFuzzer.cpp | 71 LOG(DEBUG) << "EVS_FUZZ_MAKE_VIRTUAL_CAMERA"; in LLVMFuzzerTestOneInput() 77 LOG(DEBUG) << "EVS_FUZZ_OWN_VIRTUAL_CAMERA"; in LLVMFuzzerTestOneInput() 86 LOG(DEBUG) << "EVS_FUZZ_DISOWN_VIRTUAL_CAMERA"; in LLVMFuzzerTestOneInput() 95 LOG(DEBUG) << "EVS_FUZZ_GET_HW_CAMERA"; in LLVMFuzzerTestOneInput() 100 LOG(DEBUG) << "EVS_FUZZ_GET_CLIENT_COUNT"; in LLVMFuzzerTestOneInput() 105 LOG(DEBUG) << "EVS_FUZZ_GET_ID"; in LLVMFuzzerTestOneInput() 110 LOG(DEBUG) << "EVS_FUZZ_GET_STREAM_CONFIG"; in LLVMFuzzerTestOneInput() 115 LOG(DEBUG) << "EVS_FUZZ_CHANGE_FRAMES_IN_FLIGHT"; in LLVMFuzzerTestOneInput() 121 LOG(DEBUG) << "EVS_FUZZ_CHANGE_FRAMES_IN_FLIGHT_1"; in LLVMFuzzerTestOneInput() 128 LOG(DEBUG) << "EVS_FUZZ_REQUEST_NEW_FRAME"; in LLVMFuzzerTestOneInput() [all …]
|
/packages/services/Car/cpp/evs/sampleDriver/ |
D | EvsV4lCamera.cpp | 51 LOG(DEBUG) << "EvsV4lCamera instantiated"; in EvsV4lCamera() 70 LOG(DEBUG) << "EvsV4lCamera being destroyed"; in ~EvsV4lCamera() 80 LOG(DEBUG) << "EvsV4lCamera shutdown"; in shutdown() 96 LOG(WARNING) << "Releasing buffer despite remote ownership"; in shutdown() 108 LOG(DEBUG) << __FUNCTION__; in getCameraInfo() 117 LOG(DEBUG) << __FUNCTION__; in setMaxFramesInFlight() 122 LOG(WARNING) << "Ignoring setMaxFramesInFlight call when camera has been lost."; in setMaxFramesInFlight() 128 LOG(ERROR) << "Ignoring setMaxFramesInFlight with less than one buffer requested"; in setMaxFramesInFlight() 142 LOG(DEBUG) << __FUNCTION__; in startVideoStream() 147 LOG(WARNING) << "Ignoring startVideoStream call when camera has been lost."; in startVideoStream() [all …]
|
D | EvsEnumerator.cpp | 64 LOG(ERROR) << "EVS access denied: " in checkPermission() 76 LOG(ERROR) << "Failed to initialize uevent handler."; in EvsUeventThread() 121 LOG(INFO) << devpath << " is removed."; in EvsUeventThread() 137 LOG(INFO) << devpath << " is added."; in EvsUeventThread() 151 LOG(DEBUG) << "EvsEnumerator is created."; in EvsEnumerator() 177 LOG(INFO) << __FUNCTION__ in enumerateCameras() 196 LOG(INFO) << deviceName << " has been added already."; in enumerateCameras() 206 LOG(INFO) << "Found " << captureCount << " qualified video capture devices " in enumerateCameras() 212 LOG(INFO) << __FUNCTION__ in enumerateDisplays() 215 LOG(ERROR) << "AutomotiveDisplayProxyService is not available!"; in enumerateDisplays() [all …]
|
D | EvsGlDisplay.cpp | 41 LOG(DEBUG) << "EvsGlDisplay instantiated"; in EvsGlDisplay() 51 LOG(DEBUG) << "EvsGlDisplay being destroyed"; in ~EvsGlDisplay() 61 LOG(DEBUG) << "EvsGlDisplay forceShutdown"; in forceShutdown() 70 LOG(ERROR) << "EvsGlDisplay going down while client is holding a buffer"; in forceShutdown() 93 LOG(DEBUG) << __FUNCTION__; in getDisplayInfo() 111 LOG(DEBUG) << __FUNCTION__; in setDisplayState() 150 LOG(DEBUG) << __FUNCTION__; in getDisplayState() 164 LOG(DEBUG) << __FUNCTION__; in getTargetBuffer() 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() [all …]
|
D | GlWrapper.cpp | 115 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() 192 LOG(DEBUG) << __FUNCTION__; in initialize() 195 LOG(ERROR) << "Could not get IAutomotiveDisplayProxyService."; in initialize() 212 LOG(DEBUG) << "Display resolution is " << mWidth << " x " << mHeight; in initialize() [all …]
|
D | VideoCapture.cpp | 57 LOG(INFO) << "Open Device: " << deviceName << " (fd = " << mDeviceFd << ")"; in open() 58 LOG(INFO) << " Driver: " << caps.driver; in open() 59 LOG(INFO) << " Card: " << caps.card; in open() 60 LOG(INFO) << " Version: " << ((caps.version >> 16) & 0xFF) in open() 63 LOG(INFO) << " All Caps: " << std::hex << std::setw(8) << caps.capabilities; in open() 64 LOG(INFO) << " Dev Caps: " << std::hex << caps.device_caps; in open() 67 LOG(INFO) << "Supported capture formats:"; in open() 73 LOG(INFO) << " " << std::setw(2) << i in open() 87 LOG(ERROR) << "Streaming capture not supported by " << deviceName; in open() 97 LOG(INFO) << "Requesting format: " in open() [all …]
|
/packages/services/Car/cpp/evs/manager/1.1/emul/ |
D | EvsEmulatedCamera.cpp | 133 LOG(INFO) << "EvsEmulatedCamera instantiated"; in EvsEmulatedCamera() 151 LOG(INFO) << "EvsEmulatedCamera being destroyed"; in ~EvsEmulatedCamera() 169 LOG(INFO) << "EvsEmulatedCamera shutdown"; in shutdown() 185 LOG(WARNING) << "Releasing buffer despite remote ownership"; in shutdown() 197 LOG(DEBUG) << __FUNCTION__; in getCameraInfo() 206 LOG(DEBUG) << __FUNCTION__; in setMaxFramesInFlight() 211 LOG(WARNING) << "Ignoring startVideoStream call when camera has been lost."; in setMaxFramesInFlight() 217 LOG(ERROR) << "Ignoring setMaxFramesInFlight with less than one buffer requested"; in setMaxFramesInFlight() 231 LOG(DEBUG) << __FUNCTION__; in startVideoStream() 236 LOG(WARNING) << "Ignoring startVideoStream call when camera has been lost."; in startVideoStream() [all …]
|
D | VideoCapture.cpp | 67 LOG(ERROR) << "Failed to open " << filename; in fillBufferFromPng() 73 LOG(ERROR) << filename << " is not a valid PNG file"; in fillBufferFromPng() 81 LOG(ERROR) << "Failed to create a control structure"; in fillBufferFromPng() 89 LOG(ERROR) << " Failed to initialize a png_info"; in fillBufferFromPng() 134 LOG(INFO) << "Unsupported PNG color type: " << colorType; in fillBufferFromPng() 152 LOG(DEBUG) << "width = " << width in fillBufferFromPng() 197 LOG(INFO) << "Open a virtual video stream with data from " << path; in open() 201 LOG(INFO) << path << " does not exist or is not a directory."; in open() 206 LOG(INFO) << "directory_iterator is set to " << path; in open() 224 LOG(DEBUG) << __FUNCTION__; in close() [all …]
|
/packages/modules/DnsResolver/tests/dns_responder/ |
D | dns_responder.cpp | 95 LOG(WARNING) << "Retry to bind " << addr2str(address, address_len); in bindSocket() 192 LOG(ERROR) << "parsing failed at line " << __LINE__; in read() 205 LOG(ERROR) << "logic error: all names are expected to end with a '.'"; in write() 210 LOG(ERROR) << "name component '" << name.substr(pos, dot_pos - pos) << "' is " << len in write() 215 LOG(ERROR) << "buffer overflow at line " << __LINE__; in write() 230 LOG(ERROR) << "parsing failed at line " << __LINE__; in parseField() 243 LOG(ERROR) << "parsing failed at line " << __LINE__; in parseField() 250 LOG(ERROR) << "name compression not implemented"; in parseField() 253 LOG(ERROR) << "invalid name field type"; in parseField() 260 LOG(ERROR) << "parsing failed at line " << __LINE__; in read() [all …]
|
D | dns_tls_frontend.cpp | 73 LOG(ERROR) << "SSL context creation failed"; in startServer() 81 LOG(ERROR) << "StringToX509Certs failed"; in startServer() 86 LOG(ERROR) << "SSL_CTX_use_certificate failed"; in startServer() 92 LOG(ERROR) << "Error loading client RSA Private Key data."; in startServer() 107 LOG(ERROR) << "frontend getaddrinfo(" << listen_address_.c_str() << ", " in startServer() 125 LOG(INFO) << "bound to TCP " << host_str.c_str() << ":" << listen_service_.c_str(); in startServer() 142 LOG(ERROR) << "backend getaddrinfo(" << listen_address_.c_str() << ", " in startServer() 169 LOG(INFO) << "server started successfully"; in startServer() 174 LOG(DEBUG) << "Request handler started"; in requestHandler() 195 LOG(DEBUG) << "Trying to accept a client"; in requestHandler() [all …]
|
/packages/modules/adb/client/ |
D | auth.cpp | 64 LOG(INFO) << "generate_key(" << file << ")..."; in generate_key() 68 LOG(ERROR) << "Unable to create key"; in generate_key() 77 LOG(ERROR) << "failed to calculate public key"; in generate_key() 95 LOG(ERROR) << "Failed to write key"; in generate_key() 111 LOG(ERROR) << "failed to encode RSA public key"; in hash_key() 131 LOG(ERROR) << "Failed to read key from '" << file << "'"; in read_key_file() 152 LOG(INFO) << (already_loaded ? "ignored already-loaded" : "loaded new") << " key from '" << file in load_key() 158 LOG(INFO) << "load_keys '" << path << "'..."; in load_keys() 174 LOG(WARNING) << "load_keys: refusing to recurse into directory '" << path << "'"; in load_keys() 194 LOG(INFO) << "skipped non-adb_key '" << path << "/" << name << "'"; in load_keys() [all …]
|
/packages/services/Car/cpp/evs/apps/default/ |
D | EvsStateControl.cpp | 66 LOG(DEBUG) << "Requesting camera list"; in EvsStateControl() 69 LOG(INFO) << "Camera list callback received " << cameraList.size() << "cameras."; in EvsStateControl() 71 LOG(DEBUG) << "Found camera " << cam.v1.cameraId; in EvsStateControl() 104 LOG(WARNING) << "No config information for hardware camera " in EvsStateControl() 111 LOG(DEBUG) << "State controller ready"; in EvsStateControl() 146 LOG(DEBUG) << "Starting EvsStateControl update loop"; in updateLoop() 172 LOG(ERROR) << "selectStateForCurrentConditions failed so we're going to die"; in updateLoop() 186 LOG(ERROR) << "Didn't get requested output buffer -- skipping this frame."; in updateLoop() 212 LOG(WARNING) << "EvsStateControl update loop ending"; in updateLoop() 223 LOG(ERROR) << "Shutting down app due to state control loop ending"; in updateLoop() [all …]
|
D | evs_app.cpp | 53 LOG(ERROR) << "evs_app is being terminated on receiving a signal " << sig; in sigHandler() 97 LOG(WARNING) << "VHAL subscription for property " << static_cast<int32_t>(propertyId) in subscribeToVHal() 127 LOG(INFO) << "EVS app starting"; in main() 155 LOG(INFO) << "External buffer format is not set. " in main() 159 LOG(WARNING) << "Color format string " << argv[i + 1] in main() 172 LOG(WARNING) << "Unknown gear signal, " << argv[i] << ", is ignored " in main() 209 LOG(ERROR) << "Missing or improper configuration for the EVS application. Exiting."; in main() 224 LOG(INFO) << "Acquiring EVS Enumerator"; in main() 227 LOG(ERROR) << "getService(" << evsServiceName in main() 233 LOG(INFO) << "Acquiring EVS Display"; in main() [all …]
|
D | RenderBase.cpp | 65 LOG(ERROR) << "Failed to get egl display"; in prepareGL() 72 LOG(ERROR) << "Failed to initialize EGL: " << getEGLError(); in prepareGL() 75 LOG(INFO) << "Intiialized EGL at " << major << "." << minor; in prepareGL() 83 LOG(ERROR) << "eglChooseConfig() failed with error: " << getEGLError(); in prepareGL() 93 LOG(ERROR) << "Failed to create OpenGL ES Mock surface: " << getEGLError(); in prepareGL() 96 LOG(INFO) << "Mock surface looks good! :)"; 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() 115 LOG(INFO) << "We made our context current! :)"; in prepareGL() 121 LOG(INFO) << "GL EXTENSIONS:\n " << gl_extensions; in prepareGL() [all …]
|
/packages/modules/adb/daemon/ |
D | auth.cpp | 77 LOG(FATAL) << "transport_from_callback_arg called on out of range value: " << id_u64; in transport_from_callback_arg() 83 LOG(ERROR) << "transport_from_callback_arg failed to find transport for id " << id_u32; in transport_from_callback_arg() 89 LOG(WARNING) << "transport_from_callback_arg found already destructed transport"; in transport_from_callback_arg() 119 LOG(ERROR) << "Invalid base64 key " << pubkey; in adbd_tls_client_ca_list() 125 LOG(ERROR) << "Failed to parse key " << pubkey; in adbd_tls_client_ca_list() 133 LOG(ERROR) << "Failed to encode RSA public key"; in adbd_tls_client_ca_list() 146 LOG(INFO) << "fingerprint=[" << digest_str << "]"; in adbd_tls_client_ca_list() 166 LOG(ERROR) << "Invalid base64 key " << pubkey; in adbd_auth_verify() 172 LOG(ERROR) << "Failed to parse key " << pubkey; in adbd_auth_verify() 210 LOG(INFO) << "adb client " << id << " authorized"; in adbd_auth_key_authorized() [all …]
|
/packages/apps/Nfc/nci/jni/ |
D | RoutingManager.cpp | 140 LOG(ERROR) << StringPrintf("%s: fail ee register; error=0x%X", fn, in initialize() 151 LOG(INFO) << fn << "Waiting for EE info"; 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() [all …]
|