/system/bt/audio_bluetooth_hw/ |
D | stream_apis.cc | 79 LOG(INFO) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_calculate_feeding_delay_ms() 94 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_calculate_feeding_delay_ms() 97 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_calculate_feeding_delay_ms() 155 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_sample_rate() 159 LOG(WARNING) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_sample_rate() 167 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_set_sample_rate() 176 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_buffer_size() 186 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_channels() 190 LOG(WARNING) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_channels() 200 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_format() [all …]
|
D | device_port_proxy.h | 84 BluetoothStreamState GetState() const;
|
/system/bt/test/suite/adapter/ |
D | adapter_unittest.cc | 35 EXPECT_EQ(GetState(), BT_STATE_OFF) in TEST_F() 40 EXPECT_EQ(GetState(), BT_STATE_ON) << "Adapter did not turn on."; in TEST_F() 44 EXPECT_EQ(GetState(), BT_STATE_OFF) << "Adapter did not turn off."; in TEST_F() 48 EXPECT_EQ(GetState(), BT_STATE_OFF) in TEST_F() 54 EXPECT_EQ(GetState(), BT_STATE_ON) << "Adapter did not turn on."; in TEST_F() 58 EXPECT_EQ(GetState(), BT_STATE_OFF) << "Adapter did not turn off."; in TEST_F() 67 EXPECT_EQ(GetState(), BT_STATE_ON) in TEST_F() 111 EXPECT_EQ(GetState(), BT_STATE_OFF) << "Adapter did not turn off."; in TEST_F() 119 EXPECT_EQ(GetState(), BT_STATE_ON) in TEST_F() 129 EXPECT_EQ(GetState(), BT_STATE_OFF) << "Adapter did not turn off."; in TEST_F() [all …]
|
D | bluetooth_test.h | 47 bt_state_t GetState();
|
D | bluetooth_test.cc | 82 bt_state_t BluetoothTest::GetState() { return state_; } in GetState() function in bttest::BluetoothTest
|
/system/bt/service/test/ |
D | adapter_unittest.cc | 124 EXPECT_EQ(bluetooth::ADAPTER_STATE_OFF, adapter_->GetState()); in TEST_F() 128 EXPECT_EQ(bluetooth::ADAPTER_STATE_OFF, adapter_->GetState()); in TEST_F() 139 EXPECT_EQ(bluetooth::ADAPTER_STATE_TURNING_ON, adapter_->GetState()); in TEST_F() 144 EXPECT_EQ(bluetooth::ADAPTER_STATE_ON, adapter_->GetState()); in TEST_F() 159 EXPECT_EQ(bluetooth::ADAPTER_STATE_OFF, adapter_->GetState()); in TEST_F() 163 EXPECT_EQ(bluetooth::ADAPTER_STATE_OFF, adapter_->GetState()); in TEST_F() 179 EXPECT_EQ(bluetooth::ADAPTER_STATE_TURNING_OFF, adapter_->GetState()); in TEST_F() 183 EXPECT_EQ(bluetooth::ADAPTER_STATE_ON, adapter_->GetState()); in TEST_F()
|
D | mock_adapter.h | 33 MOCK_CONST_METHOD0(GetState, AdapterState());
|
/system/apex/apexd/ |
D | apexd_session.cpp | 147 [&](const ApexSession &s) { return s.GetState() != state; }), in GetSessionsInState() 157 if (!session.IsFinalized() && session.GetState() != SessionState::UNKNOWN) { in GetActiveSessions() 164 SessionState::State ApexSession::GetState() const { return state_.state(); } in GetState() function in android::apex::ApexSession 173 switch (GetState()) { in IsFinalized() 258 << "; state = " << SessionState::State_Name(session.GetState()) in operator <<()
|
D | apexd_session.h | 45 ::apex::proto::SessionState::State GetState() const;
|
/system/update_engine/ |
D | libcurl_http_fetcher_unittest.cc | 200 EXPECT_EQ(state_machine_.GetState(), in TEST_F() 207 EXPECT_EQ(state_machine_.GetState(), in TEST_F() 214 EXPECT_EQ(state_machine_.GetState(), in TEST_F()
|
D | dynamic_partition_control_android_unittest.cc | 360 EXPECT_CALL(dynamicControl(), GetState(S("system"))) in TEST_P() 369 EXPECT_CALL(dynamicControl(), GetState(T("system"))).Times(0); in TEST_P() 375 EXPECT_CALL(dynamicControl(), GetState(S("bar"))).Times(0); in TEST_P() 381 EXPECT_CALL(dynamicControl(), GetState(T("bar"))).Times(0); in TEST_P() 415 EXPECT_CALL(dynamicControl(), GetState(S("system"))) in TEST_P() 423 EXPECT_CALL(dynamicControl(), GetState(T("system"))) in TEST_P() 440 EXPECT_CALL(dynamicControl(), GetState(S("bar"))).Times(0); in TEST_P() 446 EXPECT_CALL(dynamicControl(), GetState(T("bar"))).Times(0); in TEST_P()
|
D | dynamic_partition_control_android.cc | 192 DmDeviceState state = GetState(target_partition_name); in MapPartitionOnDeviceMapper() 213 state = GetState(target_partition_name); in MapPartitionOnDeviceMapper() 233 if (DeviceMapper::Instance().GetState(target_partition_name) != in UnmapPartitionOnDeviceMapper() 284 android::dm::DmDeviceState DynamicPartitionControlAndroid::GetState( in GetState() function in chromeos_update_engine::DynamicPartitionControlAndroid 286 return DeviceMapper::Instance().GetState(name); in GetState() 987 if (GetState(partition_name_suffix) != DmDeviceState::ACTIVE) { in GetDynamicPartitionDevice()
|
D | mock_dynamic_partition_control.h | 46 GetState,
|
D | libcurl_http_fetcher.h | 53 State GetState() { return state_; } in GetState() function
|
D | dynamic_partition_control_android.h | 131 virtual android::dm::DmDeviceState GetState(const std::string& name);
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetooth.aidl | 34 int GetState(); in GetState() method
|
/system/bt/test/suite/rfcomm/ |
D | rfcomm_test.cc | 33 ASSERT_TRUE(GetState() == BT_STATE_ON); in SetUp()
|
/system/bt/service/ |
D | adapter.cc | 229 AdapterState GetState() const override { return state_.load(); } in GetState() function in bluetooth::AdapterImpl 234 AdapterState current_state = GetState(); in Enable() 264 AdapterState current_state = GetState(); in Disable() 505 AdapterState prev_state = GetState(); in AdapterStateChangedCallback() 520 NotifyAdapterStateChanged(prev_state, GetState()); in AdapterStateChangedCallback()
|
D | adapter.h | 112 virtual AdapterState GetState() const = 0;
|
/system/bt/test/suite/gatt/ |
D | gatt_test.cc | 38 EXPECT_TRUE(GetState() == BT_STATE_ON); in SetUp()
|
/system/core/fs_mgr/libdm/ |
D | dm_test.cpp | 147 ASSERT_EQ(dm.GetState(dev.name()), DmDeviceState::ACTIVE); in TEST() 150 ASSERT_EQ(dm.GetState(dev.name()), DmDeviceState::SUSPENDED); in TEST() 153 ASSERT_EQ(dm.GetState(dev.name()), DmDeviceState::ACTIVE); in TEST() 556 ASSERT_EQ(DmDeviceState::INVALID, dm.GetState("libdm-test-dm-linear")); in TEST()
|
D | dm.cpp | 88 if (GetState(name) == DmDeviceState::INVALID) { in DeleteDeviceIfExists() 211 DmDeviceState DeviceMapper::GetState(const std::string& name) const { in GetState() function in android::dm::DeviceMapper
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | dm.h | 105 DmDeviceState GetState(const std::string& name) const;
|
/system/bt/service/ipc/binder/ |
D | bluetooth_binder_server.cc | 61 Status BluetoothBinderServer::GetState(int32_t* _aidl_return) { in GetState() function in ipc::binder::BluetoothBinderServer 63 *_aidl_return = adapter_->GetState(); in GetState()
|
D | bluetooth_binder_server.h | 73 Status GetState(int32_t* _aidl_return) override;
|