Home
last modified time | relevance | path

Searched refs:source_ (Results 1 – 9 of 9) sorted by relevance

/system/update_engine/payload_consumer/
Dfile_descriptor_utils_unittest.cc76 FileDescriptorPtr source_{fake_source_}; member in chromeos_update_engine::FileDescriptorUtilsTest
86 source_, src_extents, target_, tgt_extents, 4, nullptr)); in TEST_F()
95 source_, extents, target_, extents, 4, nullptr)); in TEST_F()
107 source_, src_extents, source_, tgt_extents, 4, nullptr)); in TEST_F()
116 source_, extents, target_, extents, 4, nullptr)); in TEST_F()
130 source_, src_extents, target_, tgt_extents, 4, &hash_out)); in TEST_F()
146 source_, src_extents, target_, tgt_extents, 4, &hash_out)); in TEST_F()
173 EXPECT_FALSE(fd_utils::ReadAndHashExtents(source_, extents, 4, &hash_out)); in TEST_F()
179 EXPECT_TRUE(fd_utils::ReadAndHashExtents(source_, extents, 4, nullptr)); in TEST_F()
187 EXPECT_TRUE(fd_utils::ReadAndHashExtents(source_, extents, 4, &hash_out)); in TEST_F()
/system/tools/aidl/
Dlocation.h40 bool IsInternal() const { return source_ == Source::INTERNAL; } in IsInternal()
57 Source source_; variable
Dlocation.cpp20 : file_(file), begin_(begin), end_(end), source_(source) {} in AidlLocation()
/system/bt/audio_hal_interface/
Dle_audio_software.cc508 if (source_ == nullptr) { in GetSource()
509 source_ = new Source(); in GetSource()
528 delete source_; in GetSource()
529 source_ = nullptr; in GetSource()
534 return source_; in GetSource()
537 bool LeAudioClientInterface::IsSourceAcquired() { return source_ != nullptr; } in IsSourceAcquired()
541 if (source != source_) { in ReleaseSource()
548 delete (source_); in ReleaseSource()
549 source_ = nullptr; in ReleaseSource()
Dle_audio_software.h104 Source* source_ = nullptr; variable
Dclient_interface.cc465 source_(source) {
473 (source_->GetSessionType_2_1() != SessionType_2_1::UNKNOWN)) {
880 source_->LogBytesWritten(total_written); in WriteAudioData()
Dclient_interface.h286 IBluetoothSourceTransportInstance* source_;
/system/bt/vendor_libs/test_vendor_lib/test/
Dlink_layer_socket_device_test.cc99 ASSERT_EQ(received_view.GetSourceAddress(), source_); in ValidatePacket()
231 Address source_{{1, 2, 3, 4, 5, 6}}; member in test_vendor_lib::LinkLayerSocketDeviceTest
/system/core/fastboot/
Dfastboot.cpp1440 const ImageSource& source_; member in FlashAllTool
1452 : source_(source), in FlashAllTool()
1501 if (!source_.ReadFile("android-info.txt", &contents)) { in CheckRequirements()
1544 unique_fd fd = source_.OpenFile(image->img_name); in FlashImages()
1558 if (source_.ReadFile(image.sig_name, &signature_data)) { in FlashImage()
1572 unique_fd fd = source_.OpenFile("super_empty.img"); in UpdateSuperPartition()