Home
last modified time | relevance | path

Searched refs:core_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Dshared_desktop_frame.cc57 return core_->frame(); in GetUnderlyingFrame()
61 SharedDesktopFrame* result = new SharedDesktopFrame(core_); in Share()
69 return !core_->HasOneRef(); in IsShared()
77 core_(core) { in SharedDesktopFrame()
Dshared_desktop_frame.h42 rtc::scoped_refptr<Core> core_; variable
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_core_dumper.cc83 if (!core_.CopyData(dest, virtual_address, length)) { in CopyFromProcess()
134 core_.SetContent(mapped_core_file_.content()); in EnumerateThreads()
135 if (!core_.IsValid()) { in EnumerateThreads()
140 ElfCoreDump::Note note = core_.GetFirstNote(); in EnumerateThreads()
Dlinux_core_dumper.h115 ElfCoreDump core_; variable