Home
last modified time | relevance | path

Searched defs:csis (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dmod.rs31 pub mod csis; module
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client_test.cc48 namespace csis { namespace
133 void set_sample_cap_included_database(uint16_t conn_id, bool csis, in set_sample_cap_included_database()
219 void set_sample_database(uint16_t conn_id, bool csis, bool csis_broken, in set_sample_database()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_client_test.cc1788 std::unique_ptr<NiceMock<MockDeviceWrapper::csis_mock>> csis, in MockDeviceWrapper()
1812 std::unique_ptr<csis_mock> csis; member in bluetooth::le_audio::UnicastTestNoInit::MockDeviceWrapper
2175 std::unique_ptr<NiceMock<MockDeviceWrapper::csis_mock>> csis, in set_sample_database()
2355 auto csis = std::make_unique<NiceMock<MockDeviceWrapper::csis_mock>>(); in SetSampleDatabaseEmpty() local
2370 auto csis = std::make_unique<NiceMock<MockDeviceWrapper::csis_mock>>(); in SetSampleDatabaseEarbudsValid() local
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs492 csis: Option<CsisClient>, field