Home
last modified time | relevance | path

Searched refs:LOG_F (Results 1 – 25 of 56) sorted by relevance

123

/external/webrtc/webrtc/modules/audio_device/
Daudio_device_generic.cc18 LOG_F(LS_ERROR) << "Not supported on this platform"; in SetRecordingSampleRate()
23 LOG_F(LS_ERROR) << "Not supported on this platform"; in SetPlayoutSampleRate()
28 LOG_F(LS_ERROR) << "Not supported on this platform"; in SetLoudspeakerStatus()
33 LOG_F(LS_ERROR) << "Not supported on this platform"; in GetLoudspeakerStatus()
38 LOG_F(LS_ERROR) << "Not supported on this platform"; in ResetAudioDevice()
46 LOG_F(LS_ERROR) << "Not supported on this platform"; in SoundDeviceControl()
51 LOG_F(LS_ERROR) << "Not supported on this platform"; in BuiltInAECIsAvailable()
56 LOG_F(LS_ERROR) << "Not supported on this platform"; in EnableBuiltInAEC()
61 LOG_F(LS_ERROR) << "Not supported on this platform"; in BuiltInAECIsEnabled()
66 LOG_F(LS_ERROR) << "Not supported on this platform"; in BuiltInAGCIsAvailable()
[all …]
/external/webrtc/webrtc/base/
Dhttpbase_unittest.cc67 LOG_F(LS_VERBOSE) << "chunked: " << chunked << " size: " << data_size; in onHttpHeaderComplete()
76 LOG_F(LS_VERBOSE) << "mode: " << mode << " err: " << err; in onHttpComplete()
81 LOG_F(LS_VERBOSE) << "err: " << err; in onHttpClosed()
119 LOG_F(LS_VERBOSE) << "Enter"; in SetupSource()
137 LOG_F(LS_VERBOSE) << "Exit"; in SetupSource()
141 LOG_F(LS_VERBOSE) << "Enter"; in VerifyHeaderComplete()
169 LOG_F(LS_VERBOSE) << "Exit"; in VerifyHeaderComplete()
174 LOG_F(LS_VERBOSE) << "Enter"; in VerifyDocumentContents()
185 LOG_F(LS_VERBOSE) << "Exit"; in VerifyDocumentContents()
189 LOG_F(LS_VERBOSE) << "Enter"; in ObtainDocumentStream()
[all …]
Dsocketpool.cc43 LOG_F(LS_VERBOSE) << "(" << remote << ")"; in RequestConnectedStream()
53 LOG_F(LS_VERBOSE) << "Providing cached stream"; in RequestConnectedStream()
60 LOG_F(LS_VERBOSE) << "Providing new stream"; in RequestConnectedStream()
70 LOG_F(LS_VERBOSE) << "(" << it->first << ")"; in ReturnConnectedStream()
73 LOG_F(LS_VERBOSE) << "Returning closed stream"; in ReturnConnectedStream()
78 LOG_F(LS_VERBOSE) << "Caching stream"; in ReturnConnectedStream()
90 LOG_F(LS_WARNING) << "(" << events << ", " << err in OnStreamEvent()
97 LOG_F(LS_VERBOSE) << "(" << it->first << ")"; in OnStreamEvent()
100 LOG_F(LS_VERBOSE) << "Returning closed stream"; in OnStreamEvent()
162 LOG_F(LS_VERBOSE) << "Creating new socket"; in RequestConnectedStream()
[all …]
Doptionsfile.cc32 LOG_F(LS_WARNING) << "Could not open file, err=" << err; in Load()
49 LOG_F(LS_WARNING) << "Ignoring malformed line in " << path_; in Load()
57 LOG_F(LS_ERROR) << "Error when reading from file"; in Load()
69 LOG_F(LS_ERROR) << "Could not open file, err=" << err; in Save()
98 LOG_F(LS_ERROR) << "Unable to write to file"; in Save()
Ddiskcache.cc88 LOG_F(LS_WARNING) << "Cache files open"; in Purge()
106 LOG_F(LS_WARNING) << "Cache overfull"; in LockResource()
128 LOG_F(LS_ERROR) << "Couldn't create cache file"; in WriteResource()
204 LOG_F(LS_ERROR) << "Couldn't remove cache file: " << filename; in DeleteResource()
235 LOG_F(LS_WARNING) << "All resources are locked!"; in CheckLimit()
244 LOG_F(LS_ERROR) << "Couldn't delete from cache!"; in CheckLimit()
319 LOG_F(LS_WARNING) << "Missing cache entry"; in ReleaseResource()
Dhttpbase.cc126 LOG_F(LS_VERBOSE) << " state: " << state_ << " line: " in ProcessLine()
494 LOG_F(LS_ERROR) << "(" << error << ")"; in HandleStreamClose()
576 LOG_F(LS_WARNING) << "danger of starvation"; in DoReceiveLoop()
668 LOG_F(LS_ERROR) << "Read error: " << error; in flush_data()
699 LOG_F(LS_ERROR) << "error"; in flush_data()
805 LOG_F(LS_ERROR) << "Read error: " << error; in OnDocumentEvent()
865 LOG_F(LS_ERROR) << "Unexpected EOS"; in ProcessData()
870 LOG_F(LS_ERROR) << "Write error: " << write_error; in ProcessData()
878 LOG_F(LS_VERBOSE); in OnComplete()
Dsslsocketfactory.cc43 LOG_F(LS_ERROR) << "Empty address"; in Connect()
172 LOG_F(LS_ERROR) << "SSL unavailable"; in CreateProxySocket()
179 LOG_F(LS_ERROR) << "SSL failed to start."; in CreateProxySocket()
Dhttpclient.cc240 LOG_F(LS_WARNING) << "Malformed cache header"; in HttpReadCacheHeaders()
461 LOG_F(LS_WARNING) << "Couldn't lock cache"; in BeginCacheFile()
471 LOG_F(LS_ERROR) << "Couldn't open body cache"; in BeginCacheFile()
490 LOG_F(LS_ERROR) << "Couldn't open header cache"; in WriteCacheHeaders()
495 LOG_F(LS_ERROR) << "Couldn't write header cache"; in WriteCacheHeaders()
556 LOG_F(LS_WARNING) << "Cache failure, continuing with normal request"; in CheckCache()
575 LOG_F(LS_ERROR) << "Error reading cache headers"; in ReadCacheHeaders()
591 LOG_F(LS_ERROR) << "Unavailable cache body"; in ReadCacheBody()
/external/honggfuzz/libhfuzz/
Dpersistent.c27 LOG_F("LLVMFuzzerMutate() is not supported in honggfuzz yet"); in LLVMFuzzerMutate()
42 LOG_F("writeToFd(size=%zu) failed", sizeof(readyTag)); in HF_ITER()
50 LOG_F("readFromFd(size=%zu) failed", sizeof(rlen)); in HF_ITER()
54 LOG_F("len (%zu) > buf_size (%zu)\n", len, (size_t)_HF_PERF_BITMAP_SIZE_16M); in HF_ITER()
58 LOG_F("readFromFd(size=%zu) failed", len); in HF_ITER()
68 LOG_F("LLVMFuzzerTestOneInput() returned '%d' instead of '0'", ret); in runOneInput()
82 LOG_F( in main()
88 LOG_F( in main()
Dinstrument.c49 LOG_F("Received (via envvar) my_thread_no > _HF_THREAD_MAX (%" PRIu32 " > %d)\n", in mapBB()
57 LOG_F( in mapBB()
224 LOG_F("This process has too many PC guards: %tx\n", in __sanitizer_cov_trace_pc_guard_init()
/external/webrtc/webrtc/voice_engine/
Dvoe_network_impl.cc44 LOG_F(LS_ERROR) << "Failed to locate channel: " << channel; in RegisterExternalTransport()
55 LOG_F(LS_ERROR) << "Failed to locate channel: " << channel; in DeRegisterExternalTransport()
75 LOG_F(LS_ERROR) << "Invalid packet length: " << length; in ReceivedRTPPacket()
81 LOG_F(LS_ERROR) << "Failed to locate channel: " << channel; in ReceivedRTPPacket()
85 LOG_F(LS_ERROR) << "No external transport for channel: " << channel; in ReceivedRTPPacket()
98 LOG_F(LS_ERROR) << "Invalid packet length: " << length; in ReceivedRTCPPacket()
104 LOG_F(LS_ERROR) << "Failed to locate channel: " << channel; in ReceivedRTCPPacket()
108 LOG_F(LS_ERROR) << "No external transport for channel: " << channel; in ReceivedRTCPPacket()
Dvoe_base_impl.cc55 LOG_F(LS_ERROR) << "VE_RUNTIME_REC_ERROR"; in OnErrorIsReported()
58 LOG_F(LS_ERROR) << "VE_RUNTIME_PLAY_ERROR"; in OnErrorIsReported()
71 LOG_F(LS_WARNING) << "VE_RUNTIME_REC_WARNING"; in OnWarningIsReported()
74 LOG_F(LS_WARNING) << "VE_RUNTIME_PLAY_WARNING"; in OnWarningIsReported()
247 LOG_F(LS_INFO) in Init()
342 LOG_F(LS_ERROR) << "Failed to enable high pass filter."; in Init()
346 LOG_F(LS_ERROR) << "Failed to disable drift compensation."; in Init()
350 LOG_F(LS_ERROR) << "Failed to set noise suppression level: " in Init()
356 LOG_F(LS_ERROR) << "Failed to set analog level limits with minimum: " in Init()
361 LOG_F(LS_ERROR) << "Failed to set mode: " << kDefaultAgcMode; in Init()
[all …]
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc93 LOG_F(LS_WARNING) << "Failed to make system & display power assertion: " in Capture()
126 LOG_F(LS_WARNING) << "Switching to the fallback screen capturer."; in Capture()
207 LOG_F(LS_WARNING) << "Failed to call SetWindowPos: " << GetLastError() in CaptureImage()
222 LOG_F(LS_WARNING) << "Failed to call MagSetWindowSource: " << GetLastError() in CaptureImage()
276 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: " in InitializeMagnifier()
283 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: " in InitializeMagnifier()
295 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: " in InitializeMagnifier()
324 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: " in InitializeMagnifier()
340 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: " in InitializeMagnifier()
355 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: " in InitializeMagnifier()
[all …]
Dcursor.cc115 LOG_F(LS_ERROR) << "Unable to get cursor icon info. Error = " in CreateMouseCursorFromHCursor()
131 LOG_F(LS_ERROR) << "Unable to get bitmap info. Error = " in CreateMouseCursorFromHCursor()
159 LOG_F(LS_ERROR) << "Unable to get bitmap bits. Error = " in CreateMouseCursorFromHCursor()
179 LOG_F(LS_ERROR) << "Unable to get bitmap bits. Error = " in CreateMouseCursorFromHCursor()
/external/honggfuzz/
Dhonggfuzz.c145 LOG_F("Parsing of the cmd-line arguments failed"); in main()
153 LOG_F("Couldn't load input corpus"); in main()
158 LOG_F("Couldn't parse dictionary file ('%s')", hfuzz.dictionaryFile); in main()
162 LOG_F("Couldn't parse stackhash blacklist file ('%s')", hfuzz.blacklistFile); in main()
167 LOG_F("Couldn't parse symbols blacklist file ('%s')", hfuzzl.symsBlFile); in main()
172 LOG_F("Couldn't parse symbols whitelist file ('%s')", hfuzzl.symsWlFile); in main()
178 LOG_F("files_mapSharedMem(sz=%zu, dir='%s') failed", sizeof(feedback_t), in main()
Dfuzz.c100 LOG_F( in fuzz_prepareFileDynamically()
328 LOG_F("Could not initialize the thread"); in fuzz_runVerifier()
339 LOG_F("subproc_Run()"); in fuzz_runVerifier()
575 LOG_F("fuzz_prepareFileExternally() failed"); in fuzz_fuzzLoop()
578 LOG_F("fuzz_prepareFileDynamically() failed"); in fuzz_fuzzLoop()
583 LOG_F("fuzz_postProcessFile() failed"); in fuzz_fuzzLoop()
591 LOG_F("fuzz_prepareFileExternally() failed"); in fuzz_fuzzLoop()
595 LOG_F("fuzz_prepareFile() failed"); in fuzz_fuzzLoop()
601 LOG_F("fuzz_postProcessFile() failed"); in fuzz_fuzzLoop()
607 LOG_F("subproc_Run()"); in fuzz_fuzzLoop()
[all …]
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_not_implemented_ios.mm37 LOG_F(LS_WARNING) << "Not implemented";
43 LOG_F(LS_WARNING) << "Not implemented";
111 LOG_F(LS_WARNING) << "Not implemented";
180 LOG_F(LS_WARNING) << "Not implemented";
195 LOG_F(LS_WARNING) << "Not implemented";
260 LOG_F(LS_WARNING) << "Not implemented";
/external/honggfuzz/mac/
Darch.c454 LOG_F("Parent: could not create thread to wait for child's exception"); in arch_archInit()
459 LOG_F("Parent: could not detach thread to wait for child's exception"); in arch_archInit()
526 LOG_F("Could not find callstack in crash report %s", description); in hash_callstack()
535 LOG_F("Could not find callstack start in crash report %s", description); in hash_callstack()
549 LOG_F("Could not find callstack end in crash report %s", description); in hash_callstack()
553 LOG_F("Malformed callstack: %s", description); in hash_callstack()
660 LOG_F("This function should never get called"); in catch_mach_exception_raise()
668 LOG_F("This function should never get called"); in catch_mach_exception_raise_state()
678 LOG_F("Got non EXC_CRASH! This should not happen."); in catch_mach_exception_raise_state_identity()
/external/honggfuzz/linux/
Dpt.c94 LOG_F("pt_errata() failed: %s", pt_errstr(errcode)); in arch_ptAnalyze()
99 LOG_F("pt_pkt_alloc_decoder() failed"); in arch_ptAnalyze()
126 LOG_F( in arch_ptAnalyze()
Dperf.c99 LOG_F("The PERF AUX data has been overwritten. The AUX buffer is too small"); in arch_perfMmapParse()
120 LOG_F("The PERF FD is already initialized, possibly conflicting perf types enabled"); in arch_perfCreate()
124 LOG_F("Intel BTS events (new type) are not supported on this platform"); in arch_perfCreate()
127 LOG_F("Intel PT events are not supported on this platform"); in arch_perfCreate()
215 LOG_F("Your <linux/perf_event.h> includes are too old to support Intel PT/BTS"); in arch_perfCreate()
Darch.c185 LOG_F("Couldn't stop itself"); in arch_launchChild()
256 LOG_F("Failed to read new PID from file - abort"); in arch_prepareParent()
274 LOG_F("PID: %d not in a stopped state", childPid); in arch_prepareParent()
453 LOG_F("Unsupported kernel version (%s)", uts.release); in arch_archInit()
/external/webrtc/webrtc/p2p/base/
Dpseudotcp.cc359 LOG_F(WARNING) << "packet too large"; in NotifyPacket()
475 LOG_F(LS_VERBOSE) << "(" << (force ? "true" : "false") << ")"; in Close()
652 LOG_F(LS_ERROR) << "wrong conversation"; in process()
662 LOG_F(LS_ERROR) << "closed"; in process()
676 LOG_F(LS_ERROR) << "Missing control code"; in process()
699 LOG_F(LS_WARNING) << "Unknown control code: " << seg.data[0]; in process()
865 LOG_F(LS_INFO) << "too new"; in process()
867 LOG_F(LS_INFO) << "too old"; in process()
966 LOG_F(LS_VERBOSE) << "too many retransmits"; in transmit()
984 LOG_F(LS_VERBOSE) << "packet failed"; in transmit()
[all …]
/external/webrtc/webrtc/system_wrappers/include/
Dlogging.h123 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": " macro
125 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": " macro
/external/webrtc/webrtc/modules/desktop_capture/mac/
Ddesktop_configuration_monitor.cc47 LOG_F(LS_ERROR) << "Event wait timed out."; in Lock()
76 LOG_F(LS_ERROR) << "Event wait timed out."; in DisplaysReconfigured()
/external/honggfuzz/libcommon/
Dutil.c50 LOG_F("malloc(size='%zu')", sz); in util_Malloc()
74 LOG_F("mmap(size='%zu')", sz); in util_MMap()
82 LOG_F("strdup(size=%zu)", strlen(s)); in util_StrDup()
124 LOG_F("min:%" PRIu64 " > max:%" PRIu64, min, max); in util_rndGet()

123