Home
last modified time | relevance | path

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

12

/test/vts/drivers/libdrivercomm/
DVtsDriverCommUtil.cpp46 LOG(ERROR) << "ERROR opening socket."; in Connect()
52 LOG(ERROR) << "ERROR can't resolve the host name, 127.0.0.1"; in Connect()
61 LOG(ERROR) << "ERROR connecting to " << socket_name << " errno = " << errno in Connect()
74 LOG(ERROR) << "ERROR closing socket (errno = " << errno << ")"; in Close()
85 LOG(ERROR) << "ERROR sockfd not set."; in VtsSocketSendBytes()
93 LOG(ERROR) << " ERROR writing to socket."; in VtsSocketSendBytes()
102 LOG(ERROR) << "ERROR writing to socket."; in VtsSocketSendBytes()
112 LOG(ERROR) << "ERROR sockfd not set."; in VtsSocketRecvBytes()
139 LOG(ERROR) << "ERROR malloc failed."; in VtsSocketRecvBytes()
147 LOG(ERROR) << "ERROR read failed."; in VtsSocketRecvBytes()
[all …]
/test/vts/drivers/shell/
DShellDriver.cpp45 LOG(ERROR) << " ERROR closing socket (errno = " << errno << ")"; in Close()
62 LOG(ERROR) << "Failed to run command: " << command; in ExecShellCommandPopen()
75 LOG(ERROR) << "ERROR reading shell output"; in ExecShellCommandPopen()
159 LOG(ERROR) << "Receiving message failure."; in HandleShellCommandConnection()
164 LOG(ERROR) << "Received exit command."; in HandleShellCommandConnection()
167 LOG(ERROR) << "Unknown command type " << cmd_msg.command_type(); in HandleShellCommandConnection()
178 LOG(ERROR) << "Error during executing command [" << command << "]"; in HandleShellCommandConnection()
186 LOG(ERROR) << "Write output to socket error."; in HandleShellCommandConnection()
193 LOG(ERROR) << "Failed to close connection. errno: " << errno; in HandleShellCommandConnection()
202 LOG(ERROR) << "NULL socket address."; in StartListen()
[all …]
/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp56 LOG(ERROR) << "Failed to load specification for component: " in LoadTargetComponent()
84 LOG(ERROR) << "Can't load driver for component: " in LoadTargetComponent()
106 LOG(ERROR) << "can't find driver for component: " in CallFunction()
127 LOG(ERROR) << "Error in preprocess argument index " << index; in CallFunction()
133 LOG(ERROR) << "Failed to call function: " << api->DebugString(); in CallFunction()
138 LOG(ERROR) << "Failed to call function: " << api->DebugString(); in CallFunction()
152 LOG(ERROR) << "Error in setting return value index " << index; in CallFunction()
169 LOG(ERROR) << "Can't find driver with id: " << id; in VerifyResults()
179 LOG(ERROR) << "Can't find driver for component: " in GetAttribute()
194 LOG(ERROR) << "attribute not found - todo handle more explicitly"; in GetAttribute()
[all …]
/test/vts/agents/hal/
DSocketServerForDriver.cpp43 PLOG(ERROR) << "ERROR opening socket"; in RpcCallToRunner()
49 PLOG(ERROR) << "Can't resolve the host name, localhost"; in RpcCallToRunner()
60 PLOG(ERROR) << "ERROR connecting"; in RpcCallToRunner()
82 PLOG(ERROR) << "ERROR on fork"; in StartSocketServerForDriver()
95 PLOG(ERROR) << "ERROR opening socket"; in StartSocketServerForDriver()
105 PLOG(ERROR) << "ERROR on binding " << callback_socket_name; in StartSocketServerForDriver()
110 PLOG(ERROR) << "ERROR on listening"; in StartSocketServerForDriver()
122 PLOG(ERROR) << "ERROR on accept"; in StartSocketServerForDriver()
135 PLOG(ERROR) << "ERROR on fork"; in StartSocketServerForDriver()
DTcpServerForRunner.cpp47 LOG(ERROR) << "Can't open the socket."; in StartTcpServerForRunner()
57 PLOG(ERROR) << "bind failed"; in StartTcpServerForRunner()
63 PLOG(ERROR) << "getsockname failed"; in StartTcpServerForRunner()
70 LOG(ERROR) << "Can't write to " in StartTcpServerForRunner()
79 LOG(ERROR) << " listen failed."; in StartTcpServerForRunner()
87 LOG(ERROR) << "accept failed"; in StartTcpServerForRunner()
105 LOG(ERROR) << "Can't fork a child process to handle a session."; in StartTcpServerForRunner()
DAgentRequestHandler.cpp48 LOG(ERROR) << "Error(" << errno << ") opening " << path; in ListHals()
131 LOG(ERROR) << socket_port_flie_path << " delete error";
211 LOG(ERROR) << "No binder implementation available.";
215 LOG(ERROR) << "Unsupported driver type.";
285 LOG(ERROR) << "Can't fork a child process to run the vts_hal_driver.";
372 LOG(ERROR) << "Call: fail";
392 LOG(ERROR) << " binder not supported.";
407 LOG(ERROR) << "ExecuteShellCommand: failed to call the api";
425 LOG(ERROR) << "ExecuteShellCommand: shell driver reported fail";
429 LOG(ERROR) << "ExecuteShellCommand: shell driver reported unknown";
[all …]
DSocketClientToDriver.cpp62 LOG(ERROR) << "Failed to load the selected HAL."; in LoadHal()
203 LOG(ERROR) << "Unable to send hidl_handle command from agent to driver."; in ProcessHidlHandleCommand()
207 LOG(ERROR) << "Unable to receive hidl_handle message from driver to agent"; in ProcessHidlHandleCommand()
242 LOG(ERROR) << "Couldn't connect to " << service_name; in IsDriverRunning()
250 LOG(ERROR) << "Can't connect to " << socket_port_file_path; in GetDriverSocketClient()
/test/vts-testcase/kernel/encryption/
DKeymaster.cpp67 LOG(ERROR) << "generate_key failed: " << error.description(); in generateKey()
71 LOG(ERROR) << "generate_key failed, code " << int32_t(km_error); in generateKey()
97 LOG(ERROR) << "importKey failed: " << error.description(); in importKey()
101 LOG(ERROR) << "importKey failed, code " << int32_t(km_error); in importKey()
122 LOG(ERROR) << "export_key failed: " << error.description(); in exportKey()
126 LOG(ERROR) << "export_key failed, code " << int32_t(km_error); in exportKey()
136 LOG(ERROR) << "delete_key failed: " << error.description(); in deleteKey()
140 LOG(ERROR) << "delete_key failed, code " << int32_t(km::ErrorCode(error)); in deleteKey()
161 LOG(ERROR) << "upgrade_key failed: " << error.description(); in upgradeKey()
165 LOG(ERROR) << "upgrade_key failed, code " << int32_t(km_error); in upgradeKey()
/test/vts/drivers/hal/common/component_loader/
DHalDriverLoader.cpp60 LOG(ERROR) << "Can't open dir " << driver_lib_dir; in FindComponentSpecification()
125 LOG(ERROR) << "Couldn't get a driver base class"; in GetLibDriver()
129 LOG(ERROR) << "Couldn't load target component file, " << dll_file_name; in GetLibDriver()
142 LOG(ERROR) << "Couldn't get a driver base class"; in GetFuzzerBaseAndAddAllFunctionsToQueue()
171 LOG(ERROR) << "Couldn't get a driver base class"; in GetHidlHalDriver()
193 LOG(ERROR) << "Couldn't get hal service"; in GetHidlHalDriver()
207 LOG(ERROR) << "Failed to load " << driver_lib_path; in LoadDriver()
215 LOG(ERROR) << "Function not found."; in LoadDriver()
232 LOG(ERROR) << "Failed to load " << driver_lib_path; in LoadDriverWithInterfacePointer()
241 LOG(ERROR) << "Function not found."; in LoadDriverWithInterfacePointer()
[all …]
DDllLoader.cpp36 LOG(ERROR) << "file_path is NULL"; in Load()
43 LOG(ERROR) << "Can't load a shared library, " << file_path in Load()
91 LOG(ERROR) << "Existing error message " << error << "before loading " in LoadSymbol()
96 LOG(ERROR) << "Can't find " << symbol_name << " error: " << error; in LoadSymbol()
/test/vts/drivers/hal/common/driver_base/
DDriverBase.cpp153 LOG(ERROR) << "Error " << dent->d_name; in FunctionCallBegin()
164 LOG(ERROR) << "More than one product dir found."; in FunctionCallBegin()
171 LOG(ERROR) << "Couln't get module_basepath"; in FunctionCallBegin()
176 LOG(ERROR) << "Couln't open " << module_basepath; in FunctionCallBegin()
190 LOG(ERROR) << "Error " << dent->d_name; in FunctionCallBegin()
207 LOG(ERROR) << "Couldn't alloc memory"; in FunctionCallBegin()
214 LOG(ERROR) << "component_filename_ is NULL"; in FunctionCallBegin()
235 LOG(ERROR) << "Unable to open a gcda file. " << buffer; in ReadGcdaFile()
247 LOG(ERROR) << "Unable to allocate memory to read a gcda file."; in ReadGcdaFile()
250 LOG(ERROR) << "File read error"; in ReadGcdaFile()
[all …]
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DTestMsgQ.profiler.cpp56 …LOG(ERROR) << "Number of arguments does not match. expect: 1, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
84 …LOG(ERROR) << "Number of return values does not match. expect: 1, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
120 …LOG(ERROR) << "Number of arguments does not match. expect: 1, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
138 …LOG(ERROR) << "Number of return values does not match. expect: 2, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
191 …LOG(ERROR) << "Number of arguments does not match. expect: 1, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
209 …LOG(ERROR) << "Number of return values does not match. expect: 1, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
245 …LOG(ERROR) << "Number of arguments does not match. expect: 1, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
263 …LOG(ERROR) << "Number of return values does not match. expect: 1, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
299 …LOG(ERROR) << "Number of arguments does not match. expect: 1, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
317 …LOG(ERROR) << "Number of return values does not match. expect: 1, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
[all …]
DBar.profiler.cpp59 …LOG(ERROR) << "Number of arguments does not match. expect: 2, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
90 …LOG(ERROR) << "Number of return values does not match. expect: 1, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
131 …LOG(ERROR) << "Number of arguments does not match. expect: 1, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
149 …LOG(ERROR) << "Number of return values does not match. expect: 0, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
177 …LOG(ERROR) << "Number of arguments does not match. expect: 1, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
195 …LOG(ERROR) << "Number of return values does not match. expect: 1, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
231 …LOG(ERROR) << "Number of arguments does not match. expect: 4, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
273 …LOG(ERROR) << "Number of return values does not match. expect: 1, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
309 …LOG(ERROR) << "Number of arguments does not match. expect: 1, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
332 …LOG(ERROR) << "Number of return values does not match. expect: 1, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
[all …]
DNfc.profiler.cpp48 …LOG(ERROR) << "Number of arguments does not match. expect: 1, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
66 …LOG(ERROR) << "Number of return values does not match. expect: 1, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
102 …LOG(ERROR) << "Number of arguments does not match. expect: 1, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
125 …LOG(ERROR) << "Number of return values does not match. expect: 1, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
161 …LOG(ERROR) << "Number of arguments does not match. expect: 1, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
184 …LOG(ERROR) << "Number of return values does not match. expect: 1, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
220 …LOG(ERROR) << "Number of arguments does not match. expect: 0, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
230 …LOG(ERROR) << "Number of return values does not match. expect: 1, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
266 …LOG(ERROR) << "Number of arguments does not match. expect: 0, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
276 …LOG(ERROR) << "Number of return values does not match. expect: 1, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
[all …]
DMemoryTest.profiler.cpp51 …LOG(ERROR) << "Number of arguments does not match. expect: 1, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
80 …LOG(ERROR) << "Number of return values does not match. expect: 1, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
127 …LOG(ERROR) << "Number of arguments does not match. expect: 2, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
164 …LOG(ERROR) << "Number of return values does not match. expect: 0, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
192 …LOG(ERROR) << "Number of arguments does not match. expect: 1, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
210 …LOG(ERROR) << "Number of return values does not match. expect: 1, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
246 …LOG(ERROR) << "Number of arguments does not match. expect: 1, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
275 …LOG(ERROR) << "Number of return values does not match. expect: 0, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
303 …LOG(ERROR) << "Number of arguments does not match. expect: 0, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
313 …LOG(ERROR) << "Number of return values does not match. expect: 1, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
DNfcClientCallback.profiler.cpp48 …LOG(ERROR) << "Number of arguments does not match. expect: 2, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
74 …LOG(ERROR) << "Number of return values does not match. expect: 0, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
102 …LOG(ERROR) << "Number of arguments does not match. expect: 1, actual: " << (*args).size() << ", me… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
125 …LOG(ERROR) << "Number of return values does not match. expect: 0, actual: " << (*args).size() << "… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
/test/vts/drivers/resource/hidl_handle_driver/
DVtsHidlHandleDriver.cpp49 LOG(ERROR) << "native_handle create failure."; in CreateFileHandle()
57 LOG(ERROR) << "Failed to create file descriptor for file with path " in CreateFileHandle()
100 LOG(ERROR) << "Read from file failure: handle object with id " << handle_id in ReadFile()
107 LOG(ERROR) << "Read from file failure: read from file with descriptor " in ReadFile()
122 LOG(ERROR) << "Write to file failure: handle object with id " << handle_id in WriteFile()
129 LOG(ERROR) << "Write to file failure: write to file with descriptor " << fd in WriteFile()
159 LOG(ERROR) << "Unable to find hidl_handle associated with handle_id " in FindHandle()
/test/vts/drivers/resource/resource_manager/
DVtsResourceManager.cpp55 LOG(ERROR) << "No files to open."; in ProcessHidlHandleCommand()
63 LOG(ERROR) << "Currently only support file type."; in ProcessHidlHandleCommand()
100 LOG(ERROR) << "Host side creates a file with mode x, " in ProcessHidlHandleCommand()
112 LOG(ERROR) << "Unknown file mode."; in ProcessHidlHandleCommand()
151 LOG(ERROR) << "Unknown operation."; in ProcessHidlHandleCommand()
162 LOG(ERROR) << "Invalid hidl_handle address." in RegisterHidlHandle()
232 LOG(ERROR) << "unknown operation in hidl_memory_driver."; in ProcessHidlMemoryCommand()
243 LOG(ERROR) << "Resource manager: invalid hidl_memory address." in RegisterHidlMemory()
264 LOG(ERROR) << "Resource manager: current FMQ driver doesn't support type " in ProcessFmqCommand()
276 LOG(ERROR) in RegisterFmq()
[all …]
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DMemoryTest.driver.cpp23 LOG(ERROR) << "getService() returned a null pointer."; in GetService()
116 LOG(ERROR) << "attribute not found."; in GetAttribute()
125 LOG(ERROR) << "hw_binder_proxy_ is null. "; in CallFunction()
135 LOG(ERROR) << "Failed to get ashmemAllocator! "; in CallFunction()
140 LOG(ERROR) << "Failed to allocate memory! "; in CallFunction()
164 LOG(ERROR) << "Failed to get ashmemAllocator! "; in CallFunction()
169 LOG(ERROR) << "Failed to allocate memory! "; in CallFunction()
203 LOG(ERROR) << "Failed to get ashmemAllocator! "; in CallFunction()
208 LOG(ERROR) << "Failed to allocate memory! "; in CallFunction()
248 LOG(ERROR) << "TYPE_HIDL_MEMORY is not supported yet. "; in VerifyResults()
[all …]
/test/vts/drivers/hal/server/
DSocketServer.cpp99 LOG(ERROR) << "Can't serialize the interface spec message to a string."; in ListFunctions()
234 LOG(ERROR) << "Failed."; in ProcessOneCommand()
250 LOG(ERROR) << "Can't open the socket."; in StartSocketServer()
263 LOG(ERROR) << "ERROR binding failed. errno = " << error_save << " " in StartSocketServer()
275 LOG(ERROR) << "ERROR accept failed."; in StartSocketServer()
292 LOG(ERROR) << "Can't fork a child process to handle a session."; in StartSocketServer()
297 LOG(ERROR) << "Exiting"; in StartSocketServer()
/test/vts/drivers/hal/replayer/
DVtsHidlHalReplayer.cpp46 LOG(ERROR) << "Can not open trace file: " << trace_file in ListTestServices()
82 LOG(ERROR) << "Can not open trace file: " << trace_file in ReplayTrace()
147 LOG(ERROR) << "Couldn't get a driver base class"; in ReplayTrace()
157 LOG(ERROR) << "Replay function fail. Failed function call: " in ReplayTrace()
163 LOG(ERROR) << "Failed to parse result msg."; in ReplayTrace()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DCrashReporter.java51 CLog.logAndDisplay(LogLevel.ERROR, "Attempted upload with no test name"); in upload()
71 CLog.logAndDisplay(LogLevel.ERROR, "Upload to device failed"); in upload()
72 CLog.logAndDisplay(LogLevel.ERROR, e.getMessage()); in upload()
85 LogLevel.ERROR, in setUp()
87 CLog.logAndDisplay(LogLevel.ERROR, e.getMessage()); in setUp()
/test/mlts/benchmark/jni/
Drandom_graph_test_jni.cpp69 LOG(ERROR) << "Opening file " << nnapiLogPath << " failed"; in FuzzerLogRAII()
116 LOG(ERROR) << "Unable to get NNAPI device " << i << ": " in findDeviceByName()
123 LOG(ERROR) << "Unable to get name of NNAPI device " << i << ": " in findDeviceByName()
133 LOG(ERROR) << "No device with name " << deviceNameStr; in findDeviceByName()
186 LOG(ERROR) << mTestName << ": No model generated"; in runRandomModel()
193 LOG(ERROR) << mTestName << ": Randomly generated model is not valid"; in runRandomModel()
198 LOG(ERROR) << mTestName << ": Failed to finish model, result is " in runRandomModel()
319 LOG(ERROR) << mTestName << ": Unable to query device feature level"; in HalVersionsSupportedByDevice()
340 LOG(ERROR) << mTestName << ": Unable to query device type"; in OperandTypesSupportedByDevice()
395 LOG(ERROR) in OperationsSupportedByDevice()
[all …]
/test/vts/drivers/resource/include/fmq_driver/
DVtsFmqDriver.h382 LOG(ERROR) << "FMQ Driver: cannot find descriptor for the specified " in CreateFmq()
420 LOG(ERROR) << "FMQ Driver: blocking read is not allowed in " in ReadFmqBlocking()
439 LOG(ERROR) << "FMQ Driver: blocking read is not allowed in " in ReadFmqBlocking()
449 LOG(ERROR) << "FMQ Driver: cannot create event flag with the specified " in ReadFmqBlocking()
476 LOG(ERROR) << "FMQ Driver: blocking write is not allowed in " in WriteFmqBlocking()
495 LOG(ERROR) << "FMQ Driver: blocking write is not allowed in " in WriteFmqBlocking()
505 LOG(ERROR) << "FMQ Driver: cannot create event flag with the specified " in WriteFmqBlocking()
592 LOG(ERROR) << "FMQ Driver: cannot find Fast Message Queue with ID " in FindQueue()
599 LOG(ERROR) << "FMQ Driver: caller specified data type " << data_type in FindQueue()
606 LOG(ERROR) << "FMQ Driver: caller specified flavor " << flavor in FindQueue()
[all …]
/test/vts/utils/native/libprofiling/
DVtsProfilingInterface.cpp102 PLOG(ERROR) << "Can not open trace file: " << file_path; in CreateTraceFile()
129 LOG(ERROR) << "Failed to get trace file."; in AddTraceEvent()
133 LOG(ERROR) << "Failed to write record."; in AddTraceEvent()
136 PLOG(ERROR) << "Failed to flush"; in AddTraceEvent()

12