Home
last modified time | relevance | path

Searched refs:provider_ (Results 1 – 3 of 3) sorted by relevance

/hardware/google/camera/common/hal/tests/
Dcamera_provider_tests.cc37 provider_ = CameraProvider::Create(std::move(mock_provider_hwl)); in CreateCameraProviderAndCheck()
38 ASSERT_NE(provider_, nullptr) << "Creating a CameraProvider failed."; in CreateCameraProviderAndCheck()
42 provider_ = nullptr; in DestroyCameraProvider()
45 std::unique_ptr<CameraProvider> provider_; member in android::google_camera_hal::CameraProviderTest
78 status_t res = provider_->SetCallback(&callback); in TEST_F()
95 status_t res = provider_->SetCallback(&callback); in TEST_F()
151 EXPECT_NE(provider_->GetVendorTags(nullptr), OK); in TEST_F()
154 status_t res = provider_->GetVendorTags(&sections); in TEST_F()
221 EXPECT_NE(provider_->GetCameraIdList(nullptr), OK); in TEST_F()
224 status_t res = provider_->GetCameraIdList(&camera_ids); in TEST_F()
[all …]
/hardware/interfaces/bluetooth/audio/2.0/default/
DBluetoothAudioProvider.h64 : provider_(provider) {} in BluetoothAudioDeathRecipient()
71 sp<BluetoothAudioProvider> provider_;
DBluetoothAudioProvider.cpp44 provider_->endSession(); in serviceDied()