Home
last modified time | relevance | path

Searched refs:DLOG_IF (Results 1 – 25 of 90) sorted by relevance

1234

/external/chromium_org/content/renderer/media/
Dcdm_session_adapter.cc147 DLOG_IF(WARNING, !session) << __FUNCTION__ << " for unknown session " in OnSessionMessage()
156 DLOG_IF(WARNING, !session) << __FUNCTION__ << " for unknown session " in OnSessionKeysChange()
166 DLOG_IF(WARNING, !session) << __FUNCTION__ << " for unknown session " in OnSessionExpirationUpdate()
174 DLOG_IF(WARNING, !session) << __FUNCTION__ << " for unknown session " in OnSessionReady()
182 DLOG_IF(WARNING, !session) << __FUNCTION__ << " for unknown session " in OnSessionClosed()
194 DLOG_IF(WARNING, !session) << __FUNCTION__ << " for unknown session " in OnSessionError()
/external/chromium_org/media/midi/
Dmidi_manager_win.cc90 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) in SendShortMidiMessageInternal()
140 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) in SendLongMidiMessageInternal()
245 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) in Uninitialize()
254 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) in Uninitialize()
258 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) in Uninitialize()
319 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) in OnLongMessageReceived()
331 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) in OnLongMessageReceived()
440 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) in Uninitialize()
443 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) in Uninitialize()
470 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) in HandleMessage()
/external/chromium_org/sql/
Dconnection.cc317 DLOG_IF(FATAL, !poisoned_) << "Cannot preload null db"; in Preload()
385 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db"; in Raze()
494 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db"; in RazeWithTimout()
505 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db"; in RazeAndClose()
526 DLOG_IF(FATAL, !poisoned_) << "Cannot poison null db"; in Poison()
588 DLOG_IF(FATAL, !poisoned_) << "Rolling back a nonexistent transaction"; in RollbackTransaction()
605 DLOG_IF(FATAL, !poisoned_) << "Rolling back a nonexistent transaction"; in CommitTransaction()
656 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection without a db"; in ExecuteAndReturnErrorCode()
664 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection without a db"; in Execute()
683 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection without a db"; in ExecuteWithTimeout()
[all …]
/external/chromium_org/media/audio/win/
Daudio_low_latency_input_win.cc147 DLOG_IF(ERROR, !opened_) << "Open() has not been called successfully"; in Start()
169 DLOG_IF(ERROR, FAILED(hr)) << "Failed to start input streaming."; in Start()
222 DLOG_IF(ERROR, !opened_) << "Open() has not been called successfully"; in GetMaxVolume()
237 DLOG_IF(ERROR, !opened_) << "Open() has not been called successfully"; in SetVolume()
245 DLOG_IF(WARNING, FAILED(hr)) << "Failed to set new input master volume."; in SetVolume()
263 DLOG_IF(WARNING, FAILED(hr)) << "Failed to get input master volume."; in GetVolume()
277 DLOG_IF(WARNING, FAILED(hr)) << "Failed to get input master volume."; in IsMuted()
437 DLOG_IF(ERROR, FAILED(hr)) << "Failed to release capture buffer"; in Run()
642 DLOG_IF(ERROR, hr == S_FALSE) << "Format is not supported " in DesiredFormatIsSupported()
/external/chromium_org/media/audio/android/
Daudio_manager_android.cc203 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!"; in MakeLowLatencyOutputStream()
217 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!"; in MakeLinearInputStream()
226 DLOG_IF(ERROR, device_id.empty()) << "Invalid device ID!"; in MakeLowLatencyInputStream()
272 DLOG_IF(ERROR, !output_device_id.empty()) << "Not implemented!"; in GetPreferredOutputStreamParameters()
/external/chromium_org/chrome/installer/util/
Dregistry_test_data.cc29 DLOG_IF(DFATAL, result != ERROR_SUCCESS) in DeleteKey()
73 DLOG_IF(DFATAL, result != ERROR_SUCCESS) in Initialize()
Dadvanced_firewall_manager_win.cc84 DLOG_IF(ERROR, FAILED(hr)) << logging::SystemErrorCodeToString(hr); in AddUDPRule()
167 DLOG_IF(ERROR, FAILED(hr)) << logging::SystemErrorCodeToString(hr); in GetAllRules()
Dregistry_key_backup.cc168 DLOG_IF(WARNING, RegEnumValue(key.Handle(), num_values, &name_buffer[0], in Initialize()
200 DLOG_IF(WARNING, in Initialize()
/external/chromium_org/media/audio/openbsd/
Daudio_manager_openbsd.cc100 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!"; in MakeLowLatencyOutputStream()
123 DLOG_IF(ERROR, !output_device_id.empty()) << "Not implemented!"; in GetPreferredOutputStreamParameters()
/external/chromium_org/base/
Dlogging_unittest.cc78 DLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F()
144 DLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F()
180 DLOG_IF(INFO, debug_only_variable) << "test"; in TEST_F()
/external/chromium_org/media/audio/cras/
Daudio_manager_cras.cc111 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!"; in MakeLowLatencyOutputStream()
133 DLOG_IF(ERROR, !output_device_id.empty()) << "Not implemented!"; in GetPreferredOutputStreamParameters()
/external/chromium_org/content/renderer/pepper/
Dhost_globals.cc218 DLOG_IF(ERROR, !CheckIdType(module, ppapi::PP_ID_TYPE_MODULE)) in ModuleDeleted()
229 DLOG_IF(ERROR, !CheckIdType(module, ppapi::PP_ID_TYPE_MODULE)) in GetModule()
270 DLOG_IF(ERROR, !CheckIdType(instance, ppapi::PP_ID_TYPE_INSTANCE)) in GetInstance()
/external/chromium_org/media/audio/mac/
Daudio_low_latency_input_mac.cc253 DLOG_IF(ERROR, !audio_unit_) << "Open() has not been called successfully"; in Start()
384 DLOG_IF(WARNING, successful_channels == 0) in SetVolume()
472 DLOG_IF(WARNING, result != noErr) << "Failed to get mute state"; in IsMuted()
614 DLOG_IF(WARNING, result != noErr) << "Could not get audio device latency."; in GetHardwareLatency()
/external/chromium_org/media/video/capture/win/
Dvideo_capture_device_win.cc101 DLOG_IF(ERROR, FAILED(hr)) << "Failed to bind camera filter: " in GetDeviceFilter()
492 DLOG_IF(WARNING, FAILED(hr)) << "IAMVideoControl Interface NOT SUPPORTED: " in CreateCapabilityMap()
593 DLOG_IF(ERROR, FAILED(hr)) << "Anti-flicker setting failed: " in SetAntiFlickerInCaptureFilter()
618 DLOG_IF(ERROR, !crossbar_video_output_pin_) in InstantiateWDMFiltersAndPins()
635 DLOG_IF(ERROR, !analog_video_input_pin_) << "Failed to find WDM Video Input"; in InstantiateWDMFiltersAndPins()
/external/chromium_org/ppapi/shared_impl/
Dresource_tracker.cc43 DLOG_IF(ERROR, !CheckIdType(res, PP_ID_TYPE_RESOURCE)) in AddRefResource()
68 DLOG_IF(ERROR, !CheckIdType(res, PP_ID_TYPE_RESOURCE)) in ReleaseResource()
Dvar_tracker.cc67 DLOG_IF(ERROR, !CheckIdType(var_id, PP_ID_TYPE_VAR)) in AddRefVar()
100 DLOG_IF(ERROR, !CheckIdType(var_id, PP_ID_TYPE_VAR)) in ReleaseVar()
/external/chromium_org/ppapi/host/
Dresource_message_handler.cc49 DLOG_IF(WARNING, reply_context.params.result() != PP_OK) in RunMessageHandlerAndReply()
/external/chromium_org/mojo/system/
Dchannel.cc107 DLOG_IF(WARNING, is_shutting_down_) in AttachEndpoint()
131 DLOG_IF(WARNING, is_shutting_down_) in RunMessagePipeEndpoint()
188 DLOG_IF(WARNING, is_shutting_down_) << "WriteMessage() while shutting down"; in WriteMessage()
/external/chromium_org/chrome/browser/media/
Dmedia_stream_device_permissions.cc72 DLOG_IF(ERROR, !pattern.IsValid()) << "Invalid URL pattern: " << value; in GetDevicePolicy()
/external/chromium_org/win8/test/
Dopen_with_dialog_controller.cc119 DLOG_IF(WARNING, (state_ == CONTEXT_AUTOMATION_READY || in Orphan()
157 DLOG_IF(WARNING, SUCCEEDED(automation_result_) && FAILED(open_with_result_)) in NotifyClientAndDie()
/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_settings_service.cc265 DLOG_IF(WARNING, it->change_type() == SyncChange::ACTION_ADD) in ProcessSyncChanges()
268 DLOG_IF(WARNING, it->change_type() == SyncChange::ACTION_UPDATE) in ProcessSyncChanges()
275 DLOG_IF(WARNING, !dict->HasKey(key)) << "Trying to delete nonexistent " in ProcessSyncChanges()
/external/chromium_org/net/quic/
Dquic_sent_entropy_manager.cc89 DLOG_IF(WARNING, entropy_hash != expected_entropy_hash) in IsValidEntropy()
/external/chromium_org/media/audio/alsa/
Daudio_manager_alsa.cc287 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!"; in MakeLowLatencyOutputStream()
308 DLOG_IF(ERROR, !output_device_id.empty()) << "Not implemented!"; in GetPreferredOutputStreamParameters()
/external/chromium_org/chrome/browser/component_updater/
Dwidevine_cdm_component_installer.cc156 DLOG_IF(WARNING, versions_string.empty()) in CheckForCompatibleVersion()
196 DLOG_IF(WARNING, codecs.empty()) in GetAdditionalParams()
/external/chromium_org/components/signin/core/browser/
Dtest_signin_client.cc105 DLOG_IF(WARNING, signin_host_id_ != kInvalidProcessId) in SetSigninProcess()

1234