Home
last modified time | relevance | path

Searched refs:GetInfo (Results 1 – 25 of 42) sorted by relevance

12

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dsend_time_history_unittest.cc77 EXPECT_TRUE(history_.GetInfo(&received_packet, false)); in TEST_F()
81 EXPECT_TRUE(history_.GetInfo(&received_packet2, true)); in TEST_F()
85 EXPECT_FALSE(history_.GetInfo(&received_packet3, true)); in TEST_F()
98 EXPECT_TRUE(history_.GetInfo(&info, true)); in TEST_F()
132 EXPECT_TRUE(history_.GetInfo(&packet, false)); in TEST_F()
136 EXPECT_TRUE(history_.GetInfo(&packet, true)); in TEST_F()
139 EXPECT_FALSE(history_.GetInfo(&packet, false)); in TEST_F()
150 EXPECT_TRUE(history_.GetInfo(&info, false)); in TEST_F()
156 EXPECT_FALSE(history_.GetInfo(&info, false)); in TEST_F()
159 EXPECT_TRUE(history_.GetInfo(&info2, false)); in TEST_F()
[all …]
Dsend_time_history.cc86 bool SendTimeHistory::GetInfo(PacketInfo* packet, bool remove) { in GetInfo() function in webrtc::SendTimeHistory
Dtransport_feedback_adapter.cc104 if (send_time_history_.GetInfo(&info, true) && info.send_time_ms >= 0) { in OnTransportFeedback()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.h50 const CPDF_Dictionary* GetInfo() const { return m_pInfoDict.Get(); } in GetInfo() function
51 CPDF_Dictionary* GetInfo() { return m_pInfoDict.Get(); } in GetInfo() function
/external/v8/src/compiler/
Dsimplified-lowering.cc321 GetInfo(graph()->end())->set_pushed(); in RunTypePropagationPhase()
329 NodeInfo* input_info = GetInfo(input); in RunTypePropagationPhase()
343 NodeInfo* info = GetInfo(node); in RunTypePropagationPhase()
353 if (GetInfo(user)->visited()) { in RunTypePropagationPhase()
354 GetInfo(user)->set_queued(); in RunTypePropagationPhase()
365 NodeInfo* info = GetInfo(node); in RunTypePropagationPhase()
375 if (GetInfo(user)->visited()) { in RunTypePropagationPhase()
376 GetInfo(user)->set_queued(); in RunTypePropagationPhase()
392 Type type = GetInfo(node)->feedback_type(); in TypeOf()
397 Type type = GetInfo(node)->feedback_type(); in FeedbackTypeOf()
[all …]
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
DJcopOsDownload.cpp33 &JcopOsDwnld::GetInfo,
35 &JcopOsDwnld::GetInfo,
37 &JcopOsDwnld::GetInfo,
327 tJBL_STATUS JcopOsDwnld::GetInfo(JcopOs_ImageInfo_t* pImageInfo, tJBL_STATUS status, JcopOs_Transci… in GetInfo() function in JcopOsDwnld
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
Dsend_time_history.h32 bool GetInfo(PacketInfo* packet, bool remove);
/external/vboot_reference/utility/
Defidecompress.c677 GetInfo ( in GetInfo() function
871 return GetInfo ( in EfiGetInfo()
955 return GetInfo ( in TianoGetInfo()
1074 EFI_STATUS r = GetInfo(ibuf, isize, &osize, &ssize); in main()
/external/pdfium/core/fxcodec/codec/
Dcjpx_decoder.h25 void GetInfo(uint32_t* width, uint32_t* height, uint32_t* components);
/external/image_io/includes/image_io/jpeg/
Djpeg_info_builder.h25 const JpegInfo& GetInfo() const { return jpeg_info_; } in GetInfo() function
/external/grpc-grpc/src/cpp/common/
Dchannel_filter.cc48 void ChannelData::GetInfo(grpc_channel_element* elem, in GetInfo() function in grpc::ChannelData
Dchannel_filter.h249 virtual void GetInfo(grpc_channel_element* elem,
317 channel_data->GetInfo(elem, channel_info); in GetChannelInfo()
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
DJcopOsDownload.h133 tJBL_STATUS GetInfo(JcopOs_ImageInfo_t* pVersionInfo, tJBL_STATUS status, JcopOs_TranscieveInfo_t* …
/external/libchrome/base/files/
Dfile_enumerator.h137 FileInfo GetInfo() const;
Dfile.h264 bool GetInfo(Info* info);
Dfile_enumerator_posix.cc179 FileEnumerator::FileInfo FileEnumerator::GetInfo() const { in GetInfo() function in base::FileEnumerator
Dfile_util_posix.cc150 *out_next_stat = traversal->GetInfo().stat(); in AdvanceEnumeratorWithStat()
370 if (traversal.GetInfo().IsDirectory()) in DeleteFile()
768 return file.GetInfo(results); in GetFileInfo()
Dfile_util.cc42 running_size += file_iter.GetInfo().GetSize(); in ComputeDirectorySize()
Dfile_unittest.cc381 EXPECT_TRUE(file.GetInfo(&info));
412 EXPECT_TRUE(file.GetInfo(&info));
589 EXPECT_TRUE(dir.GetInfo(&info));
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dsend_side.cc54 if (!send_time_history_.GetInfo(&packet_info, true)) { in GiveFeedback()
/external/image_io/src/gcontainer/
Dgcontainer.cc65 const auto& jpeg_info = jpeg_info_builder.GetInfo(); in ExtractFirstImageInJpeg()
/external/pdfium/third_party/lcms/src/
Dcmsio1.c983 const cmsMLU* GetInfo(cmsHPROFILE hProfile, cmsInfoType Info) in GetInfo() function
1018 const cmsMLU* mlu = GetInfo(hProfile, Info); in cmsGetProfileInfo()
1029 const cmsMLU* mlu = GetInfo(hProfile, Info); in cmsGetProfileInfoASCII()
/external/image_io/src/jpeg/
Djpeg_apple_depth_builder.cc60 *info = info_builder.GetInfo(); in GetJpegInfo()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_creator.cpp653 if (m_pDocument->GetInfo()) { in WriteDoc_Stage4()
655 !m_Archive->WriteDWord(m_pDocument->GetInfo()->GetObjNum()) || in WriteDoc_Stage4()
/external/autotest/client/cros/cellular/
Dmodem.py185 return self.Modem().GetInfo()[2]

12