Home
last modified time | relevance | path

Searched defs:AddStream (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTO.cpp899 Error LTO::run(AddStreamFn AddStream, NativeObjectCache Cache) { in run()
955 Error LTO::runRegularLTO(AddStreamFn AddStream) { in runRegularLTO()
1055 AddStreamFn AddStream; member in __anonf759dbb70a11::InProcessThinBackend
1068 AddStreamFn AddStream, NativeObjectCache Cache) in InProcessThinBackend()
1081 AddStreamFn AddStream, NativeObjectCache Cache, unsigned Task, in runThinLTOBackendThread()
1088 auto RunThinBackend = [&](AddStreamFn AddStream) { in runThinLTOBackendThread()
1165 AddStreamFn AddStream, NativeObjectCache Cache) { in createInProcessThinBackend()
1255 AddStreamFn AddStream, NativeObjectCache Cache) { in createWriteIndexesThinBackend()
1262 Error LTO::runThinLTO(AddStreamFn AddStream, NativeObjectCache Cache, in runThinLTO()
H A DLTOBackend.cpp335 void codegen(const Config &Conf, TargetMachine *TM, AddStreamFn AddStream, in codegen()
375 void splitCodeGen(const Config &C, TargetMachine *TM, AddStreamFn AddStream, in splitCodeGen()
448 Error lto::backend(const Config &C, AddStreamFn AddStream, in backend()
502 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, in thinBackend()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTO.cpp1036 Error LTO::run(AddStreamFn AddStream, FileCache Cache) { in run()
1084 Error LTO::runRegularLTO(AddStreamFn AddStream) { in runRegularLTO()
1251 AddStreamFn AddStream; member in __anond0d2a4fd0c11::InProcessThinBackend
1266 AddStreamFn AddStream, FileCache Cache, lto::IndexWriteCallback OnWrite, in InProcessThinBackend()
1281 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM, in runThinLTOBackendThread()
1288 auto RunThinBackend = [&](AddStreamFn AddStream) { in runThinLTOBackendThread()
1389 AddStreamFn AddStream, FileCache Cache) { in createInProcessThinBackend()
1466 AddStreamFn AddStream, FileCache Cache) { in createWriteIndexesThinBackend()
1473 Error LTO::runThinLTO(AddStreamFn AddStream, FileCache Cache, in runThinLTO()
H A DLTOBackend.cpp362 AddStreamFn AddStream, unsigned Task, Module &Mod, in codegen()
420 AddStreamFn AddStream, in splitCodeGen()
495 Error lto::backend(const Config &C, AddStreamFn AddStream, in backend()
541 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, in thinBackend()
H A DLTOCodeGenerator.cpp314 auto AddStream = in compileOptimizedToFile() local
648 bool LTOCodeGenerator::compileOptimized(AddStreamFn AddStream, in compileOptimized()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/moqt/
H A Dmoqt_subscribe_windows.cc34 void SubscribeWindow::AddStream(uint64_t group_id, uint64_t object_id, in AddStream() function in moqt::SubscribeWindow
/aosp_15_r20/external/webrtc/pc/
H A Dstream_collection.h72 void AddStream(rtc::scoped_refptr<MediaStreamInterface> stream) { in AddStream() function
H A Dsession_description.h166 void AddStream(const StreamParams& stream) { in AddStream() function
H A Dlegacy_stats_collector.cc562 void LegacyStatsCollector::AddStream(MediaStreamInterface* stream) { in AddStream() function in webrtc::LegacyStatsCollector
H A Dpeer_connection.cc825 bool PeerConnection::AddStream(MediaStreamInterface* local_stream) { in AddStream() function in webrtc::PeerConnection
H A Dsdp_offer_answer.cc2848 bool SdpOfferAnswerHandler::AddStream(MediaStreamInterface* local_stream) { in AddStream() function in webrtc::SdpOfferAnswerHandler
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_write_blocked_list.cc119 void QuicWriteBlockedList::AddStream(QuicStreamId stream_id) { in AddStream() function in quic::QuicWriteBlockedList
H A Dquic_write_blocked_list_test.cc79 void AddStream(QuicStreamId stream_id) { in AddStream() function in quic::test::__anon37f189790111::QuicWriteBlockedListTest
/aosp_15_r20/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_pagecontentmanager.cpp94 size_t CPDF_PageContentManager::AddStream(fxcrt::ostringstream* buf) { in AddStream() function in CPDF_PageContentManager
/aosp_15_r20/external/webrtc/examples/unityplugin/
H A Dunity_plugin_apis.cc48 bool AddStream(int peer_connection_id, bool audio_only) { in AddStream() function
/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/
H A Ddelay_based_bwe_unittest_helper.cc90 void StreamGenerator::AddStream(RtpStream* stream) { in AddStream() function in webrtc::test::StreamGenerator
/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_unittest_helper.cc135 void StreamGenerator::AddStream(RtpStream* stream) { in AddStream() function in webrtc::testing::StreamGenerator
/aosp_15_r20/external/webrtc/pc/test/
H A Dfake_peer_connection_base.h43 bool AddStream(MediaStreamInterface* stream) override { return false; } in AddStream() function