/hardware/google/pixel/usb/aidl/ |
D | UsbGadgetAidlUtils.cpp | 39 return setVidPidCommon(vid, pid) ? Status::SUCCESS : Status::ERROR; in setVidPid() 43 return resetGadgetCommon() ? Status::SUCCESS : Status::ERROR; in resetGadget() 52 return Status::ERROR; in addGenericAndroidFunctions() 55 return Status::ERROR; in addGenericAndroidFunctions() 58 return Status::ERROR; in addGenericAndroidFunctions() 68 return Status::ERROR; in addGenericAndroidFunctions() 71 return Status::ERROR; in addGenericAndroidFunctions() 74 return Status::ERROR; in addGenericAndroidFunctions() 85 return Status::ERROR; in addGenericAndroidFunctions() 91 return Status::ERROR; in addGenericAndroidFunctions() [all …]
|
/hardware/google/pixel/usb/hidl/ |
D | UsbGadgetUtils.cpp | 37 return setVidPidCommon(vid, pid) ? Status::SUCCESS : Status::ERROR; in setVidPid() 41 return resetGadgetCommon() ? Status::SUCCESS : Status::ERROR; in resetGadget() 50 return Status::ERROR; in addGenericAndroidFunctions() 53 return Status::ERROR; in addGenericAndroidFunctions() 56 return Status::ERROR; in addGenericAndroidFunctions() 66 return Status::ERROR; in addGenericAndroidFunctions() 69 return Status::ERROR; in addGenericAndroidFunctions() 72 return Status::ERROR; in addGenericAndroidFunctions() 83 return Status::ERROR; in addGenericAndroidFunctions() 89 return Status::ERROR; in addGenericAndroidFunctions() [all …]
|
/hardware/interfaces/identity/support/src/ |
D | IdentityCredentialSupport.cpp | 133 LOG(ERROR) << "Size of data cannot be odd"; in decodeHex() 142 LOG(ERROR) << "Invalid hex digit at position " << n; in decodeHex() 180 LOG(ERROR) << "Memory allocation failed"; in generateP256Key() 186 LOG(ERROR) << "Error generating key"; in generateP256Key() 191 LOG(ERROR) << "Error getting private key"; in generateP256Key() 201 LOG(ERROR) << "Error generating public key encoding"; in derEncodeKeyPair() 227 LOG(ERROR) << "Cannot create attestation subject"; in signAttestationCertificate() 286 LOG(ERROR) << "Error loading attestation key: " << error; in signAttestationCertificate() 301 LOG(ERROR) << "Error generating attestation from EVP key: " << error; in signAttestationCertificate() 317 LOG(ERROR) << "Error parsing " << numDigits << " digits " in parseDigits() [all …]
|
/hardware/interfaces/usb/gadget/1.2/default/lib/ |
D | UsbGadgetUtils.cpp | 78 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/interfaces/usb/gadget/1.1/default/lib/ |
D | UsbGadgetUtils.cpp | 78 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/misc_writer/ |
D | misc_writer_main.cpp | 110 LOG(ERROR) << "Invalid command argument"; in main() 118 LOG(ERROR) << "Failed to parse the offset: " << optarg; in main() 125 LOG(ERROR) << "Failed to parse the orientation: " << optarg; in main() 129 LOG(ERROR) << "Orientation out of range: " << optarg; in main() 133 LOG(ERROR) << "Misc writer action has already been set"; in main() 141 LOG(ERROR) << "Failed to parse the timeformat: " << optarg; in main() 145 LOG(ERROR) << "Time format out of range: " << optarg; in main() 149 LOG(ERROR) << "Misc writer action has already been set"; in main() 157 LOG(ERROR) << "Failed to parse the timeoffset: " << optarg; in main() 161 LOG(ERROR) << "Time offset out of range: " << optarg; in main() [all …]
|
/hardware/google/pixel/pwrstats_util/ |
D | PowerStatsCollector.cpp | 28 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/interfaces/radio/aidl/compat/libradiocompat/ims/media/ |
D | RadioImsMediaSession.cpp | 34 LOG(ERROR) << " setListener is unsupported by HIDL HALs"; in setListener() 38 LOG(ERROR) << " modifySession is unsupported by HIDL HALs"; in modifySession() 42 LOG(ERROR) << " sendDtmf is unsupported by HIDL HALs"; in sendDtmf() 46 LOG(ERROR) << " startDtmf is unsupported by HIDL HALs"; in startDtmf() 50 LOG(ERROR) << " stopDtmf is unsupported by HIDL HALs"; in stopDtmf() 55 LOG(ERROR) << " sendHeaderExtension is unsupported by HIDL HALs"; in sendHeaderExtension() 60 LOG(ERROR) << " setMediaQualityThreshold is unsupported by HIDL HALs"; in setMediaQualityThreshold() 64 LOG(ERROR) << " requestRtpReceptionStats is unsupported by HIDL HALs"; in requestRtpReceptionStats() 68 LOG(ERROR) << " adjustDelay is unsupported by HIDL HALs"; in adjustDelay()
|
/hardware/libhardware/modules/camera/3_4/arc/ |
D | image_processor.cpp | 73 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 …]
|
D | exif_utils.cpp | 60 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 …]
|
/hardware/nxp/keymint/transport/ |
D | OmapiTransport.cpp | 91 LOG(ERROR) in BinderDiedCallback() 96 LOG(ERROR) in BinderDiedCallback() 132 LOG(ERROR) << "Failed to start omapiSeService null"; in initialize() 159 LOG(ERROR) << "getReaders failed to get available readers: " << status.getMessage(); in initialize() 168 LOG(ERROR) << "getReader for " << readerName.c_str() << " Failed: " in initialize() 196 LOG(ERROR) << "secure element reader " << ESE_READER_PREFIX << " not found"; in initialize() 210 LOG(ERROR) << "eSE reader is null"; in internalTransmitApdu() 217 LOG(ERROR) << "isSecureElementPresent error: " << res.getMessage(); in internalTransmitApdu() 221 LOG(ERROR) << "secure element not found"; in internalTransmitApdu() 227 LOG(ERROR) << "openSession error: " << res.getMessage(); in internalTransmitApdu() [all …]
|
/hardware/interfaces/wifi/aidl/default/ |
D | wifi_nan_iface.cpp | 72 LOG(ERROR) << "Callback invoked on an invalid object"; in registerCallbackHandlers() 77 LOG(ERROR) << "Failed to convert nan response header"; in registerCallbackHandlers() 85 LOG(ERROR) << "Failed to invoke the callback"; in registerCallbackHandlers() 93 LOG(ERROR) << "Failed to invoke the callback"; in registerCallbackHandlers() 103 LOG(ERROR) << "Failed to invoke the callback"; in registerCallbackHandlers() 111 LOG(ERROR) << "Failed to invoke the callback"; in registerCallbackHandlers() 119 LOG(ERROR) << "Failed to invoke the callback"; in registerCallbackHandlers() 129 LOG(ERROR) << "Failed to invoke the callback"; in registerCallbackHandlers() 137 LOG(ERROR) << "Failed to invoke the callback"; in registerCallbackHandlers() 145 LOG(ERROR) << "Failed to invoke the callback"; in registerCallbackHandlers() [all …]
|
D | wifi_legacy_hal_factory.cpp | 107 LOG(ERROR) << "Can not initialize the basic function pointer table"; in initLinkedHalFunctionTable() 112 LOG(ERROR) << "Can not initialize the vendor function pointer table"; in initLinkedHalFunctionTable() 139 LOG(ERROR) << "failed to open " << kVendorHalsDescPath; in initVendorHalsDescriptorList() 156 LOG(ERROR) << "failed to parse: " << entryPtr->d_name << " skipping..."; in initVendorHalsDescriptorList() 161 LOG(ERROR) << "empty config file: " << entryPtr->d_name << " skipping..."; in initVendorHalsDescriptorList() 165 LOG(ERROR) << "bad config, root element not WifiVendorHal: " << entryPtr->d_name in initVendorHalsDescriptorList() 171 LOG(ERROR) << "conf file: " << entryPtr->d_name in initVendorHalsDescriptorList() 191 LOG(ERROR) << "hal library path not provided in: " << entryPtr->d_name in initVendorHalsDescriptorList() 217 LOG(ERROR) << "failed to open vendor hal library: " << path; in loadVendorHalLib() 222 LOG(ERROR) << "init_wifi_vendor_hal_func_table not found in: " << path; in loadVendorHalLib() [all …]
|
D | wifi.cpp | 48 PLOG(ERROR) << "Error writing cpio header to file " << file_name; in cpioWriteHeader() 52 PLOG(ERROR) << "Error writing filename to file " << file_name; in cpioWriteHeader() 61 PLOG(ERROR) << "Error padding 0s to file " << file_name; in cpioWriteHeader() 77 PLOG(ERROR) << "Error reading file"; in cpioWriteFileContent() 82 PLOG(ERROR) << "Error writing data to file"; in cpioWriteFileContent() 87 PLOG(ERROR) << "Unexpected read result"; in cpioWriteFileContent() 96 PLOG(ERROR) << "Error padding 0s to file"; in cpioWriteFileContent() 110 PLOG(ERROR) << "Error writing trailing bytes"; in cpioWriteFileTrailer() 124 PLOG(ERROR) << "Failed to open directory"; in cpioArchiveFilesInDir() 135 PLOG(ERROR) << "Failed to get file stat for " << cur_file_path; in cpioArchiveFilesInDir() [all …]
|
/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
D | GlWrapper.cpp | 115 LOG(ERROR) << "Error compiling shader"; in loadShader() 123 LOG(ERROR) << " msg:" << std::endl << infoLog; in loadShader() 138 LOG(ERROR) << "Failed to allocate program object"; in buildShaderProgram() 145 LOG(ERROR) << "Failed to load vertex shader"; in buildShaderProgram() 151 LOG(ERROR) << "Failed to load pixel shader"; in buildShaderProgram() 167 LOG(ERROR) << "Error linking program"; in buildShaderProgram() 174 LOG(ERROR) << " msg: " << infoLog; in buildShaderProgram() 197 LOG(ERROR) << "Could not get ICarDisplayProxy."; in initialize() 204 LOG(ERROR) << "Failed to read the display information"; in initialize() 219 LOG(ERROR) << "Failed to obtain the surface."; in initialize() [all …]
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | GlWrapper.cpp | 100 LOG(ERROR) << "glCreateSharder() failed with error = " << glGetError(); in loadShader() 112 LOG(ERROR) << "Error compiling shader"; in loadShader() 120 LOG(ERROR) << " msg:" << std::endl << infoLog; in loadShader() 134 LOG(ERROR) << "Failed to allocate program object"; in buildShaderProgram() 141 LOG(ERROR) << "Failed to load vertex shader"; in buildShaderProgram() 147 LOG(ERROR) << "Failed to load pixel shader"; in buildShaderProgram() 163 LOG(ERROR) << "Error linking program"; in buildShaderProgram() 170 LOG(ERROR) << " msg: " << infoLog; in buildShaderProgram() 213 LOG(ERROR) << "Failed to get IGraphicBufferProducer from IAutomotiveDisplayProxyService."; in initialize() 219 LOG(ERROR) << "Failed to get a Surface from HGBP."; in initialize() [all …]
|
/hardware/google/pixel/thermal/utils/ |
D | thermal_info.cpp | 72 LOG(ERROR) << "Cannot enable inc_check and dec_check at the same time"; in getIntFromJsonValues() 77 LOG(ERROR) << "Values size is invalid"; in getIntFromJsonValues() 105 LOG(ERROR) << "Cannot enable inc_check and dec_check at the same time"; in getFloatFromJsonValues() 110 LOG(ERROR) << "Values size is invalid"; in getFloatFromJsonValues() 135 LOG(ERROR) << "Temp Range Values size: " << values.size() << "is invalid."; in getTempRangeInfoFromJsonValues() 143 LOG(ERROR) << "Illegal temp range: thresholds not defined properly " << min_temp << " : " in getTempRangeInfoFromJsonValues() 149 LOG(ERROR) << "Illegal temp range: temp_min_threshold(" << min_temp in getTempRangeInfoFromJsonValues() 162 LOG(ERROR) << "Minimum stuck duration not present."; in getTempStuckInfoFromJsonValue() 167 LOG(ERROR) << "Invalid Minimum stuck duration " << min_stuck_duration_int; in getTempStuckInfoFromJsonValue() 172 LOG(ERROR) << "Minimum polling count not present."; in getTempStuckInfoFromJsonValue() [all …]
|
/hardware/google/pixel/thermal/virtualtemp_estimator/ |
D | virtualtemp_estimator.cpp | 43 LOG(ERROR) << "Data Range Values size: " << values.size() << "is invalid."; in getInputRangeInfoFromJsonValues() 51 LOG(ERROR) << "Illegal data range: thresholds not defined properly " << min_val << " : " in getInputRangeInfoFromJsonValues() 57 LOG(ERROR) << "Illegal data range: data_min_threshold(" << min_val in getInputRangeInfoFromJsonValues() 86 LOG(ERROR) << "tflite_instance_ or common_instance_ is nullptr during DumpTraces\n"; in DumpTraces() 93 LOG(ERROR) << "tflite_instance_ not initialized for " << tflite_instance_->model_path; in DumpTraces() 140 LOG(ERROR) << "tflite_instance_ is nullptr during LoadTFLiteWrapper"; in LoadTFLiteWrapper() 148 LOG(ERROR) << "Could not load libthermal_tflite_wrapper library with error: " << dlerror(); in LoadTFLiteWrapper() 155 LOG(ERROR) << "Could not link and cast tflitewrapper_create with error: " << dlerror(); in LoadTFLiteWrapper() 161 LOG(ERROR) << "Could not link and cast tflitewrapper_init with error: " << dlerror(); in LoadTFLiteWrapper() 167 LOG(ERROR) << "Could not link and cast tflitewrapper_invoke with error: " << dlerror(); in LoadTFLiteWrapper() [all …]
|
/hardware/interfaces/automotive/can/aidl/default/ |
D | CanBusSlcan.cpp | 64 PLOG(ERROR) << "Failed to get the name of the created device"; in updateIfaceName() 88 PLOG(ERROR) << "SLCAN Failed to open " << mTtyPath; in preUp() 100 PLOG(ERROR) << "Failed to read attrs of" << mTtyPath; in preUp() 115 PLOG(ERROR) << "Failed to read serial settings from " << mTtyPath; in preUp() 122 PLOG(ERROR) << "Failed to set low latency mode on " << mTtyPath; in preUp() 129 PLOG(ERROR) << "Failed to apply terminal settings to " << mTtyPath; in preUp() 135 PLOG(ERROR) << "Failed to apply CAN bitrate"; in preUp() 141 PLOG(ERROR) << "Failed to set open flag"; in preUp() 147 PLOG(ERROR) << "Failed to set line discipline to slcan"; in preUp() 158 LOG(ERROR) << "Failed to reset line discipline!"; in postDown() [all …]
|
/hardware/interfaces/automotive/can/1.0/default/ |
D | CanBusSlcan.cpp | 59 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 …]
|
/hardware/interfaces/boot/aidl/client/ |
D | BootControlClient.cpp | 33 LOG(ERROR) << #x << " failed " << CONCAT(status, __COUNTER__).getDescription(); \ 93 LOG(ERROR) << __FUNCTION__ << "(" << slot << ")" in GetSuffix() 104 LOG(ERROR) << __FUNCTION__ << "(" << slot << ")" in IsSlotBootable() 114 LOG(ERROR) << __FUNCTION__ << "(" << slot << ")" in MarkSlotUnbootable() 123 LOG(ERROR) << __FUNCTION__ << "(" << slot << ")" in SetActiveBootSlot() 139 LOG(ERROR) << __FUNCTION__ << "(" << slot << ")" in IsSlotMarkedSuccessful() 149 LOG(ERROR) << __FUNCTION__ << " failed " << status.getDescription(); in MarkBootSuccessful() 157 LOG(ERROR) << __FUNCTION__ << "(" << merge_status << ")" in SetSnapshotMergeStatus() 189 LOG(ERROR) << __FUNCTION__ << " failed " << ret.description(); in GetNumSlots() 197 LOG(ERROR) << __FUNCTION__ << " failed " << ret.description(); in GetCurrentSlot() [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_app.c | 912 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/interfaces/neuralnetworks/aidl/utils/src/ |
D | BufferTracker.cpp | 40 LOG(ERROR) << "AidlManagedBuffer cannot handle extension operands."; in create() 71 LOG(ERROR) << "AidlManagedBuffer::validateRequest -- invalid buffer role."; in validateRequest() 75 LOG(ERROR) in validateRequest() 82 LOG(ERROR) << "AidlManagedBuffer::validateRequest -- incompatible dimensions (" in validateRequest() 93 LOG(ERROR) << "AidlManagedBuffer::validateRequest -- using the same device memory for " in validateRequest() 99 LOG(ERROR) << "AidlManagedBuffer::validateRequest -- invalid buffer role."; in validateRequest() 104 LOG(ERROR) << "AidlManagedBuffer::validateRequest -- incompatible dimensions (" in validateRequest() 117 LOG(ERROR) << "AidlManagedBuffer::validateCopyFrom -- invalid memory size: " << kSize in validateCopyFrom() 124 LOG(ERROR) << "AidlManagedBuffer::validateCopyFrom -- invalid dimensions for scalar " in validateCopyFrom() 134 LOG(ERROR) << "AidlManagedBuffer::validateCopyFrom -- the initial dimensions are not " in validateCopyFrom() [all …]
|
/hardware/interfaces/audio/aidl/default/bluetooth/ |
D | DevicePortProxy.cpp | 80 LOG(ERROR) << __func__ << debugMessage() << " already in use"; in registerPort() 144 LOG(ERROR) << __func__ << ": unknown device=" << description.toString(); in initSessionType() 149 LOG(ERROR) << __func__ << ": device=" << description.toString() in initSessionType() 170 LOG(ERROR) << "control_result_cb: BluetoothAudioPortAidl is not in use"; in controlResultHandler() 174 LOG(ERROR) << "control_result_cb: proxy of device port (cookie=" in controlResultHandler() 224 LOG(ERROR) << "control_result_cb: unexpected previous_state=" in controlResultHandler() 238 LOG(ERROR) << "session_changed_cb: BluetoothAudioPortAidl is not in use"; in sessionChangedHandler() 242 LOG(ERROR) << "session_changed_cb: proxy of device port (cookie=" in sessionChangedHandler() 259 LOG(ERROR) << __func__ << ": BluetoothAudioPortAidl is not in use"; in getPreferredDataIntervalUs() 266 LOG(ERROR) << __func__ << ": unsupported audio cfg tag"; in getPreferredDataIntervalUs() [all …]
|
/hardware/nxp/secure_element/snxxx/1.0/ |
D | SecureElement.cpp | 106 LOG(ERROR) << "eSE-Hal Init failed"; in init() 113 LOG(ERROR) << "Processing ATR....."; in getAtr() 122 LOG(ERROR) << "%s: seHalInit Failed!!!" << __func__; in getAtr() 131 LOG(ERROR) << "phNxpEse_SetEndPoint_Cntxt failed"; in getAtr() 135 LOG(ERROR) << "phNxpEse_getAtr failed"; in getAtr() 145 LOG(ERROR) << "phNxpEse_ResetEndPoint_Cntxt failed"; in getAtr() 161 LOG(ERROR) << "phNxpEse_getAtr seHalDeInit failed"; in getAtr() 180 LOG(ERROR) << "transmit failed to allocate the Memory!!!"; in transmit() 189 LOG(ERROR) << "phNxpEse_SetEndPoint_Cntxt failed!!!"; in transmit() 201 LOG(ERROR) << "transmit failed!!!"; in transmit() [all …]
|