Home
last modified time | relevance | path

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

123456789

/hardware/interfaces/usb/gadget/1.2/default/lib/
DUsbGadgetUtils.cpp78 if (!WriteStringToFile(vid, VENDOR_ID_PATH)) return Status::ERROR; in setVidPid()
80 if (!WriteStringToFile(pid, PRODUCT_ID_PATH)) return Status::ERROR; in setVidPid()
113 if (!WriteStringToFile("0", DEVICE_CLASS_PATH)) return Status::ERROR; in resetGadget()
115 if (!WriteStringToFile("0", DEVICE_SUB_CLASS_PATH)) return Status::ERROR; in resetGadget()
117 if (!WriteStringToFile("0", DEVICE_PROTOCOL_PATH)) return Status::ERROR; in resetGadget()
119 if (!WriteStringToFile("0", DESC_USE_PATH)) return Status::ERROR; in resetGadget()
121 if (unlinkFunctions(CONFIG_PATH)) return Status::ERROR; in resetGadget()
131 if (!WriteStringToFile("1", DESC_USE_PATH)) return Status::ERROR; in addGenericAndroidFunctions()
133 if (!monitorFfs->addInotifyFd("/dev/usb-ffs/mtp/")) return Status::ERROR; in addGenericAndroidFunctions()
135 if (linkFunction("ffs.mtp", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()
[all …]
/hardware/google/pixel/usb/
DUsbGadgetUtils.cpp83 return Status::ERROR; in setVidPid()
86 return Status::ERROR; in setVidPid()
122 return Status::ERROR; in resetGadget()
125 return Status::ERROR; in resetGadget()
128 return Status::ERROR; in resetGadget()
131 return Status::ERROR; in resetGadget()
134 return Status::ERROR; in resetGadget()
145 return Status::ERROR; in addGenericAndroidFunctions()
148 return Status::ERROR; in addGenericAndroidFunctions()
151 return Status::ERROR; in addGenericAndroidFunctions()
[all …]
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp132 LOG(ERROR) << "Size of data cannot be odd"; in decodeHex()
141 LOG(ERROR) << "Invalid hex digit at position " << n; in decodeHex()
176 LOG(ERROR) << "RAND_bytes: failed getting " << numBytes << " random"; in getRandom()
187 LOG(ERROR) << "encryptedData too small"; in decryptAes128Gcm()
199 LOG(ERROR) << "EVP_CIPHER_CTX_new: failed"; in decryptAes128Gcm()
204 LOG(ERROR) << "EVP_DecryptInit_ex: failed"; in decryptAes128Gcm()
209 LOG(ERROR) << "EVP_CIPHER_CTX_ctrl: failed setting nonce length"; in decryptAes128Gcm()
214 LOG(ERROR) << "EVP_DecryptInit_ex: failed"; in decryptAes128Gcm()
223 LOG(ERROR) << "EVP_DecryptUpdate: failed for additionalAuthenticatedData"; in decryptAes128Gcm()
227 LOG(ERROR) << "EVP_DecryptUpdate: Unexpected outl=" << numWritten << " (expected " in decryptAes128Gcm()
[all …]
/hardware/interfaces/usb/gadget/1.1/default/lib/
DUsbGadgetUtils.cpp78 if (!WriteStringToFile(vid, VENDOR_ID_PATH)) return Status::ERROR; in setVidPid()
80 if (!WriteStringToFile(pid, PRODUCT_ID_PATH)) return Status::ERROR; in setVidPid()
113 if (!WriteStringToFile("0", DEVICE_CLASS_PATH)) return Status::ERROR; in resetGadget()
115 if (!WriteStringToFile("0", DEVICE_SUB_CLASS_PATH)) return Status::ERROR; in resetGadget()
117 if (!WriteStringToFile("0", DEVICE_PROTOCOL_PATH)) return Status::ERROR; in resetGadget()
119 if (!WriteStringToFile("0", DESC_USE_PATH)) return Status::ERROR; in resetGadget()
121 if (unlinkFunctions(CONFIG_PATH)) return Status::ERROR; in resetGadget()
131 if (!WriteStringToFile("1", DESC_USE_PATH)) return Status::ERROR; in addGenericAndroidFunctions()
133 if (!monitorFfs->addInotifyFd("/dev/usb-ffs/mtp/")) return Status::ERROR; in addGenericAndroidFunctions()
135 if (linkFunction("ffs.mtp", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()
[all …]
/hardware/google/pixel/pwrstats_util/
DPowerStatsCollector.cpp28 LOG(ERROR) << __func__ << ": bad args; stat is null"; in get()
36 LOG(ERROR) << __func__ << ": a data provider failed"; in get()
49 LOG(ERROR) << __func__ << ": bad args; interval is null"; in get()
57 LOG(ERROR) << __func__ << ": a provider is missing"; in get()
64 LOG(ERROR) << __func__ << ": a data provider failed"; in get()
76 LOG(ERROR) << __func__ << ": bad args; output is null"; in dump()
83 LOG(ERROR) << __func__ << ": a provider is missing"; in dump()
93 LOG(ERROR) << __func__ << ": bad args; stat is null"; in get()
102 LOG(ERROR) << __func__ << ": bad args; interval is null"; in get()
107 LOG(ERROR) << __func__ << ": bad args; start is incorrect type"; in get()
[all …]
/hardware/libhardware/modules/camera/3_4/arc/
Dimage_processor.cpp73 LOGF(ERROR) << "Width or height is not even (" << width << " x " << height in GetConvertedSize()
91 LOGF(ERROR) << "Pixel format " << FormatToString(fourcc) in GetConvertedSize()
119 LOGF(ERROR) << "Width or height is not even (" << in_frame.GetWidth() in ConvertFormat()
128 LOGF(ERROR) << "Set data size failed"; in ConvertFormat()
149 LOGF_IF(ERROR, res) << "YUY2ToI420() for YU12 returns " << res; in ConvertFormat()
153 LOGF(ERROR) << "Destination pixel format " in ConvertFormat()
170 LOGF_IF(ERROR, res) << "YU12ToYV12() returns " << res; in ConvertFormat()
184 LOGF_IF(ERROR, res) << "YU12ToNV21() returns " << res; in ConvertFormat()
200 LOGF_IF(ERROR, res) << "I420ToABGR() returns " << res; in ConvertFormat()
216 LOGF_IF(ERROR, res) << "I420ToARGB() returns " << res; in ConvertFormat()
[all …]
Dexif_utils.cpp60 LOGF(ERROR) << "invalid image size " << width << "x" << height; in Initialize()
64 LOGF(ERROR) << "invalid jpeg quality " << quality; in Initialize()
74 LOGF(ERROR) << "allocate memory for exif_data_ failed"; in Initialize()
94 LOGF(ERROR) << "Adding Make exif entry failed"; in SetMaker()
106 LOGF(ERROR) << "Adding Model exif entry failed"; in SetModel()
127 LOGF(ERROR) << "Adding DateTime exif entry failed"; in SetDateTime()
138 LOGF(ERROR) << "Adding FocalLength exif entry failed"; in SetFocalLength()
151 LOGF(ERROR) << "Adding GPSLatitudeRef exif entry failed"; in SetGpsLatitude()
166 LOGF(ERROR) << "Adding GPSLatitude exif entry failed"; in SetGpsLatitude()
179 LOGF(ERROR) << "Adding GPSLongitudeRef exif entry failed"; in SetGpsLongitude()
[all …]
Dframe_buffer.cpp28 LOGF(ERROR) << "Buffer overflow: Buffer only has " << buffer_size_ in SetDataSize()
74 LOGF(ERROR) << "Unmap failed"; in ~V4L2FrameBuffer()
81 LOGF(ERROR) << "The buffer is already mapped"; in Map()
86 LOGF(ERROR) << "mmap() failed: " << strerror(errno); in Map()
97 LOGF(ERROR) << "mummap() failed: " << strerror(errno); in Unmap()
115 LOGF(ERROR) << "Failed to get gralloc module."; in GrallocFrameBuffer()
126 LOGF(ERROR) << "Unmap failed"; in ~GrallocFrameBuffer()
133 LOGF(ERROR) << "The buffer is already mapped"; in Map()
162 LOGF(ERROR) << "Failed to gralloc lock buffer: " << ret; in Map()
180 LOGF(ERROR) << "Failed to unmap buffer: "; in Unmap()
/hardware/interfaces/automotive/can/1.0/default/
DCanBusSlcan.cpp59 PLOG(ERROR) << "Failed to get the name of the created device"; in updateIfaceName()
83 PLOG(ERROR) << "SLCAN Failed to open " << mUartName; in preUp()
95 PLOG(ERROR) << "Failed to read attrs of" << mUartName; in preUp()
110 PLOG(ERROR) << "Failed to read serial settings from " << mUartName; in preUp()
117 PLOG(ERROR) << "Failed to set low latency mode on " << mUartName; in preUp()
124 PLOG(ERROR) << "Failed to apply terminal settings to " << mUartName; in preUp()
130 PLOG(ERROR) << "Failed to apply CAN bitrate"; in preUp()
137 PLOG(ERROR) << "Failed to set open flag"; in preUp()
143 PLOG(ERROR) << "Failed to set line discipline to slcan"; in preUp()
154 LOG(ERROR) << "Failed to reset line discipline!"; in postDown()
[all …]
DCanController.cpp81 LOG(ERROR) << "Failed to open " << serialPath.parent_path(); in getIfaceName()
101 LOG(ERROR) << "Failed to open " << fsItr->path() << " to get net name!"; in getIfaceName()
112 LOG(ERROR) << "Failed to verify " << fsItr->path() << " has valid net name!"; in getIfaceName()
117 LOG(ERROR) << "Found more than one net name in " << fsItr->path() << "!"; in getIfaceName()
129 LOG(ERROR) << "Failed search filesystem: " << fsStatus; in getIfaceName()
144 LOG(ERROR) << "Failed to read serial number from " << serialnoPath; in readSerialNo()
163 LOG(ERROR) << "Failed to open " << kDevPath; in findUsbDevice()
172 LOG(ERROR) << "Failed check if " << fsStatus; in findUsbDevice()
210 LOG(ERROR) << "Error searching filesystem: " << fsStatus; in findUsbDevice()
222 LOG(ERROR) << "Bus name " << config.name << " is invalid"; in upInterface()
[all …]
/hardware/interfaces/wifi/1.5/default/
Dwifi_nan_iface.cpp61 LOG(ERROR) << "Callback invoked on an invalid object"; in WifiNanIface()
67 LOG(ERROR) << "Failed to convert nan response header"; in WifiNanIface()
77 LOG(ERROR) << "Failed to invoke the callback"; in WifiNanIface()
87 LOG(ERROR) << "Failed to invoke the callback"; in WifiNanIface()
100 LOG(ERROR) << "Failed to invoke the callback"; in WifiNanIface()
110 LOG(ERROR) << "Failed to invoke the callback"; in WifiNanIface()
121 LOG(ERROR) << "Failed to invoke the callback"; in WifiNanIface()
134 LOG(ERROR) << "Failed to invoke the callback"; in WifiNanIface()
145 LOG(ERROR) << "Failed to invoke the callback"; in WifiNanIface()
155 LOG(ERROR) << "Failed to invoke the callback"; in WifiNanIface()
[all …]
Dwifi_legacy_hal_factory.cpp110 LOG(ERROR) << "Can not initialize the basic function pointer table"; in initLinkedHalFunctionTable()
115 LOG(ERROR) << "Can not initialize the vendor function pointer table"; in initLinkedHalFunctionTable()
143 LOG(ERROR) << "failed to open " << kVendorHalsDescPath; in initVendorHalsDescriptorList()
160 LOG(ERROR) << "failed to parse: " << entryPtr->d_name in initVendorHalsDescriptorList()
166 LOG(ERROR) << "empty config file: " << entryPtr->d_name in initVendorHalsDescriptorList()
171 LOG(ERROR) << "bad config, root element not WifiVendorHal: " in initVendorHalsDescriptorList()
177 LOG(ERROR) << "conf file: " << entryPtr->d_name in initVendorHalsDescriptorList()
198 LOG(ERROR) << "hal library path not provided in: " in initVendorHalsDescriptorList()
221 LOG(ERROR) << "failed to open vendor hal library: " << path; in loadVendorHalLib()
227 LOG(ERROR) << "init_wifi_vendor_hal_func_table not found in: " << path; in loadVendorHalLib()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c912 goto ERROR; in setAecLock()
919 goto ERROR; in setAecLock()
925 goto ERROR; in setAecLock()
928 ERROR: in setAecLock()
939 goto ERROR; in setAwbLock()
946 goto ERROR; in setAwbLock()
952 goto ERROR; in setAwbLock()
955 ERROR: in setAwbLock()
967 goto ERROR; in set3Acommand()
974 goto ERROR; in set3Acommand()
[all …]
/hardware/nxp/secure_element/snxxx/1.0/
DSecureElement.cpp104 LOG(ERROR) << "eSE-Hal Init failed"; in init()
111 LOG(ERROR) << "Processing ATR....."; in getAtr()
120 LOG(ERROR) << "%s: seHalInit Failed!!!" << __func__; in getAtr()
129 LOG(ERROR) << "Endpoint set failed"; in getAtr()
133 LOG(ERROR) << "phNxpEse_getAtr failed"; in getAtr()
143 LOG(ERROR) << "Endpoint set failed"; in getAtr()
159 LOG(ERROR) << "phNxpEse_getAtr seHalDeInit failed"; in getAtr()
178 LOG(ERROR) << "transmit failed to allocate the Memory!!!"; in transmit()
187 LOG(ERROR) << "phNxpEse_SetEndPoint_Cntxt failed!!!"; in transmit()
199 LOG(ERROR) << "transmit failed!!!"; in transmit()
[all …]
DNxpEseService.cpp62 LOG(ERROR) << StringPrintf( in main()
76 LOG(ERROR) << StringPrintf( in main()
86 LOG(ERROR) << StringPrintf( in main()
93 LOG(ERROR) << StringPrintf( in main()
105 LOG(ERROR) << StringPrintf( in main()
113 LOG(ERROR) << StringPrintf( in main()
125 LOG(ERROR) << StringPrintf("Secure Element Service is shutting down"); in main()
DVirtualISO.cpp100 LOG(ERROR) << "VISO-Hal Init failed"; in init()
124 LOG(ERROR) << "transmit failed to allocate the Memory!!!"; in transmit()
130 LOG(ERROR) << "Acquired the lock in VISO "; in transmit()
133 LOG(ERROR) << "phNxpEse_SetEndPoint_Cntxt failed!!!"; in transmit()
138 LOG(ERROR) << "transmit failed!!!"; in transmit()
145 LOG(ERROR) << "phNxpEse_SetEndPoint_Cntxt failed!!!"; in transmit()
175 LOG(ERROR) << "%s: seHalInit Failed!!!" << __func__; in openLogicalChannel()
198 LOG(ERROR) << "phNxpEse_SetEndPoint_Cntxt failed!!!"; in openLogicalChannel()
242 LOG(ERROR) << "phNxpEse_SetEndPoint_Cntxt failed!!!"; in openLogicalChannel()
266 LOG(ERROR) << StringPrintf("%s: Invalid Channel no: %02x", __func__, in openLogicalChannel()
[all …]
/hardware/nxp/secure_element/snxxx/1.2/
DSecureElement.cpp123 LOG(ERROR) << "eSE-Hal Init failed"; in init()
187 LOG(ERROR) << "eSE-Hal Init failed"; in init_1_1()
195 LOG(ERROR) << "Processing ATR....."; in getAtr()
203 LOG(ERROR) << "%s: Not allowed in dedicated mode!!!" << __func__; in getAtr()
211 LOG(ERROR) << "%s: seHalInit Failed!!!" << __func__; in getAtr()
220 LOG(ERROR) << "Endpoint set failed"; in getAtr()
224 LOG(ERROR) << "phNxpEse_getAtr failed"; in getAtr()
234 LOG(ERROR) << "Endpoint set failed"; in getAtr()
250 LOG(ERROR) << "phNxpEse_getAtr seHalDeInit failed"; in getAtr()
270 LOG(ERROR) << "transmit failed to allocate the Memory!!!"; in transmit()
[all …]
DVirtualISO.cpp110 LOG(ERROR) << "VISO-Hal Init failed"; in init()
167 LOG(ERROR) << "VISO-Hal Init failed"; in init_1_1()
191 LOG(ERROR) << "transmit failed to allocate the Memory!!!"; in transmit()
197 LOG(ERROR) << "Acquired the lock in VISO "; in transmit()
200 LOG(ERROR) << "phNxpEse_SetEndPoint_Cntxt failed!!!"; in transmit()
205 LOG(ERROR) << "transmit failed!!!"; in transmit()
212 LOG(ERROR) << "phNxpEse_SetEndPoint_Cntxt failed!!!"; in transmit()
242 LOG(ERROR) << "%s: seHalInit Failed!!!" << __func__; in openLogicalChannel()
270 LOG(ERROR) << "phNxpEse_SetEndPoint_Cntxt failed!!!"; in openLogicalChannel()
314 LOG(ERROR) << "phNxpEse_SetEndPoint_Cntxt failed!!!"; in openLogicalChannel()
[all …]
/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/
DMutex.cpp44 LOG(ERROR) << StringPrintf("Mutex::Mutex: fail init; error=0x%X", res); in Mutex()
60 LOG(ERROR) << StringPrintf("Mutex::~Mutex: fail destroy; error=0x%X", res); in ~Mutex()
76 LOG(ERROR) << StringPrintf("Mutex::lock: fail lock; error=0x%X", res); in lock()
92 LOG(ERROR) << StringPrintf("Mutex::unlock: fail unlock; error=0x%X", res); in unlock()
108 LOG(ERROR) << StringPrintf("Mutex::tryLock: error=0x%X", res); in tryLock()
DCondVar.cpp47 LOG(ERROR) << StringPrintf("CondVar::CondVar: fail init; error=0x%X", res); in CondVar()
63 LOG(ERROR) << StringPrintf("CondVar::~CondVar: fail destroy; error=0x%X", in ~CondVar()
80 LOG(ERROR) << StringPrintf("CondVar::wait: fail wait; error=0x%X", res); in wait()
99 LOG(ERROR) << StringPrintf("CondVar::wait: fail get time; errno=0x%X", in wait()
114 LOG(ERROR) << StringPrintf("CondVar::wait: fail timed wait; error=0x%X", in wait()
132 LOG(ERROR) << StringPrintf("CondVar::notifyOne: fail signal; error=0x%X", in notifyOne()
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Dcan.cpp41 LOG(ERROR) << "Interface " << ifname << " doesn't exists"; in socket()
47 LOG(ERROR) << "Failed to create CAN socket"; in socket()
52 PLOG(ERROR) << "Can't receive error frames, CAN setsockpt failed"; in socket()
57 LOG(ERROR) << "Couldn't put CAN socket in non-blocking mode"; in socket()
62 LOG(ERROR) << "Can't bind to CAN interface " << ifname; in socket()
77 LOG(ERROR) << "Can't find interface " << ifname; in setBitrate()
/hardware/nxp/secure_element/snxxx/1.1/
DSecureElement.cpp114 LOG(ERROR) << "eSE-Hal Init failed"; in init()
171 LOG(ERROR) << "eSE-Hal Init failed"; in init_1_1()
179 LOG(ERROR) << "Processing ATR....."; in getAtr()
188 LOG(ERROR) << "%s: seHalInit Failed!!!" << __func__; in getAtr()
197 LOG(ERROR) << "Endpoint set failed"; in getAtr()
201 LOG(ERROR) << "phNxpEse_getAtr failed"; in getAtr()
211 LOG(ERROR) << "Endpoint set failed"; in getAtr()
227 LOG(ERROR) << "phNxpEse_getAtr seHalDeInit failed"; in getAtr()
247 LOG(ERROR) << "transmit failed to allocate the Memory!!!"; in transmit()
256 LOG(ERROR) << "phNxpEse_SetEndPoint_Cntxt failed!!!"; in transmit()
[all …]
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc47 LOG(ERROR) << "NodeLooperThread not present"; in ValidateHint()
131 LOG(ERROR) << "Failed to find " << action.value << " action"; in DoHintAction()
138 LOG(ERROR) << "Invalid " in DoHintAction()
225 LOG(ERROR) << "Failed to dump fd: " << fd; in DumpToFd()
230 LOG(ERROR) << "Failed to dump fd: " << fd; in DumpToFd()
237 LOG(ERROR) << "Failed to dump fd: " << fd; in DumpToFd()
249 LOG(ERROR) << "Failed to dump fd: " << fd; in DumpToFd()
253 LOG(ERROR) << "Failed to dump fd: " << fd; in DumpToFd()
267 LOG(ERROR) << "Failed to read JSON config from " << config_path; in GetFromJSON()
273 LOG(ERROR) << "Failed to parse Nodes section from " << config_path; in GetFromJSON()
[all …]
/hardware/interfaces/automotive/evs/1.1/default/
DEvsUltrasonicsArray.cpp147 LOG(ERROR) << "SurroundViewHidlTest getService ashmem failed"; in EvsUltrasonicsArray()
174 LOG(ERROR) << "Error - releasing data frame despite remote ownership"; in forceShutdown()
209 LOG(ERROR) << "Ignoring setMaxFramesInFlight with less than one buffer requested"; in setMaxFramesInFlight()
229 LOG(ERROR) << "ignoring doneWithFrame called with invalid dataFrameId " in doneWithDataFrame()
235 LOG(ERROR) << "ignoring doneWithFrame called on frame " << dataFrameDesc.dataFrameId in doneWithDataFrame()
267 LOG(ERROR) << "ignoring startStream call when a stream is already running."; in startStream()
274 LOG(ERROR) in startStream()
322 LOG(ERROR) << "Ignoring request to set buffer count to zero"; in setAvailableFrames_Locked()
326 LOG(ERROR) << "Rejecting buffer request in excess of internal limit"; in setAvailableFrames_Locked()
339 LOG(ERROR) << "Rolling back to previous frame queue size"; in setAvailableFrames_Locked()
[all …]
/hardware/interfaces/automotive/evs/1.1/vts/functional/
DFrameHandlerUltrasonics.cpp47 LOG(ERROR) << "Received unexpected event"; in notify()
88 LOG(ERROR) << "Size mismatch of receiversIdList and receiversReadingsCountList"; in DataFrameValidator()
93 LOG(ERROR) << "Data frame does not valid hidl memory"; in DataFrameValidator()
103 LOG(ERROR) << "Total waveform data bytes in desc exceed shared memory size"; in DataFrameValidator()
109 LOG(ERROR) << "Failed to map hidl memory"; in DataFrameValidator()
115 LOG(ERROR) << "Failed getPointer from mapped shared memory"; in DataFrameValidator()
125 LOG(ERROR) << "Receiver Id mismatch"; in DataFrameValidator()
130 LOG(ERROR) << "Resonance reading is not in range [0, 1]"; in DataFrameValidator()

123456789