/system/bt/btif/src/ |
D | btif_sock_sdp.cc | 101 const uint16_t channel, const bool with_obex) { in create_base_record() 159 const uint16_t channel) { in add_sdp_by_uuid() 211 static int add_pbap_sdp(const char* name, const int channel) { in add_pbap_sdp() 265 static int add_ops_sdp(const char* name, const int channel) { in add_ops_sdp() 339 static int add_spp_sdp(const char* name, const int channel) { in add_spp_sdp() 387 const int channel) { in add_rfc_sdp_by_uuid() 428 bool is_reserved_rfc_channel(const int channel) { in is_reserved_rfc_channel() 451 int add_rfc_sdp_rec(const char* name, Uuid uuid, const int channel) { in add_rfc_sdp_rec()
|
D | btif_sock.cc | 131 const Uuid* service_uuid, int channel, in btsock_listen() 192 const Uuid* uuid, int channel, int* sock_fd, in btsock_connect()
|
/system/bt/stack/smp/ |
D | smp_l2c.cc | 87 static void smp_connect_callback(uint16_t channel, const RawAddress& bd_addr, in smp_connect_callback() 134 static void smp_data_received(uint16_t channel, const RawAddress& bd_addr, in smp_data_received() 239 static void smp_br_connect_callback(uint16_t channel, const RawAddress& bd_addr, in smp_br_connect_callback() 285 static void smp_br_data_received(uint16_t channel, const RawAddress& bd_addr, in smp_br_data_received()
|
/system/bt/gd/l2cap/internal/ |
D | dynamic_channel_allocator.cc | 87 auto channel = FindChannelByCid(cid); in FreeChannel() local 97 for (const auto& channel : channels_) { in IsPsmUsed() local 114 for (auto& channel : channels_) { in FindChannelByRemoteCid() local
|
D | sender.cc | 32 …nder(os::Handler* handler, ILink* link, Scheduler* scheduler, std::shared_ptr<ChannelImpl> channel) in Sender() 40 …nder(os::Handler* handler, ILink* link, Scheduler* scheduler, std::shared_ptr<ChannelImpl> channel, in Sender()
|
D | dynamic_channel_allocator_test.cc | 69 auto channel = channel_allocator_->AllocateChannel(psm, remote_cid); in TEST_F() local 81 auto channel = channel_allocator_->AllocateReservedChannel(reserved, psm, remote_cid); in TEST_F() local
|
D | data_pipeline_manager.cc | 30 void DataPipelineManager::AttachChannel(Cid cid, std::shared_ptr<ChannelImpl> channel, ChannelMode … in AttachChannel()
|
D | fixed_channel_allocator_test.cc | 72 auto channel = channel_allocator_->AllocateChannel(cid); in TEST_F() local
|
/system/connectivity/wificond/scanning/ |
D | single_scan_settings.cpp | 45 for (const auto& channel : channel_settings_) { in writeToParcel() local 74 ChannelSettings channel; in readFromParcel() local
|
/system/chre/apps/wifi_offload/test/ |
D | wifioffloadutility_test.cc | 24 int channel = wifi_offload::utility::Ieee80211FrequencyToChannel( in TEST() local
|
/system/bt/test/suite/rfcomm/ |
D | rfcomm_unittest.cc | 42 int channel; in TEST_F() local 83 int channel; in TEST_F() local
|
/system/bt/gd/l2cap/classic/internal/ |
D | link_manager_test.cc | 140 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F() 145 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F() 178 …service_3, NotifyChannelCreation(_)).WillOnce([&channel_3](std::unique_ptr<FixedChannel> channel) { in TEST_F() 309 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F() 314 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F() 383 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F() 388 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F() 459 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F() 464 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F()
|
D | signalling_manager.cc | 284 auto channel = channel_allocator_->FindChannelByCid(cid); in OnConfigurationRequest() local 375 auto channel = channel_allocator_->FindChannelByCid(local_cid); in SendInitialConfigRequest() local 426 auto channel = channel_allocator_->FindChannelByCid(cid); in negotiate_configuration() local 496 auto channel = channel_allocator_->FindChannelByCid(cid); in OnConfigurationResponse() local 584 auto channel = channel_allocator_->FindChannelByCid(cid); in OnDisconnectionRequest() local 611 auto channel = channel_allocator_->FindChannelByCid(cid); in OnDisconnectionResponse() local 862 … auto channel = channel_allocator_->FindChannelByRemoteCid(command_just_sent_.destination_cid_); in on_command_timeout() local
|
D | fixed_channel_service_impl.h | 38 virtual void NotifyChannelCreation(std::unique_ptr<FixedChannel> channel) { in NotifyChannelCreation()
|
D | dynamic_channel_service_impl.h | 43 virtual void NotifyChannelCreation(std::unique_ptr<DynamicChannel> channel) { in NotifyChannelCreation()
|
D | link.cc | 117 auto channel = fixed_channel_allocator_.AllocateChannel(cid); in AllocateFixedChannel() local 209 auto channel = dynamic_channel_allocator_.AllocateChannel(psm, remote_cid); in AllocateDynamicChannel() local 219 auto channel = dynamic_channel_allocator_.AllocateReservedChannel(reserved_cid, psm, remote_cid); in AllocateReservedDynamicChannel() local 317 for (auto& channel : pending_channel_list_) { in OnEncryptionChange() local
|
/system/bt/gd/l2cap/le/internal/ |
D | link_manager_test.cc | 133 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F() 138 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F() 175 .WillOnce([&channel_3, &promise_3](std::unique_ptr<FixedChannel> channel) { in TEST_F() 310 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F() 315 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F() 395 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F() 400 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F() 482 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F() 487 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F()
|
D | link.cc | 138 auto channel = fixed_channel_allocator_.AllocateChannel(cid); in AllocateFixedChannel() local 163 auto channel = dynamic_channel_allocator_.FindChannelByCid(local_cid); in SendDisconnectionRequest() local 186 auto channel = dynamic_channel_allocator_.AllocateChannel(psm, remote_cid); in AllocateDynamicChannel() local 198 auto channel = dynamic_channel_allocator_.AllocateReservedChannel(reserved_cid, psm, remote_cid); in AllocateReservedDynamicChannel() local
|
D | fixed_channel_service_impl.h | 38 virtual void NotifyChannelCreation(std::unique_ptr<FixedChannel> channel) { in NotifyChannelCreation()
|
D | dynamic_channel_service_impl.h | 43 virtual void NotifyChannelCreation(std::unique_ptr<DynamicChannel> channel) { in NotifyChannelCreation()
|
/system/update_engine/ |
D | image_properties_android.cc | 118 char channel[kChannelSize] = {0}; in ReadChannelFromMisc() local 148 char channel[kChannelSize] = {0}; in WriteChannelToMisc() local 158 string channel; in GetTargetChannel() local
|
D | mock_omaha_request_params.h | 64 bool FakeSetTargetChannel(const std::string& channel, in FakeSetTargetChannel()
|
/system/chre/apps/wifi_offload/ |
D | channel_histogram.cc | 126 uint8_t channel, uint32_t increase_count) { in IncrementScanCountForChannelForTest() 141 for (const auto channel : kAllChannels) { in operator ==() local
|
/system/connectivity/wificond/tests/ |
D | scan_settings_unittest.cpp | 91 ChannelSettings channel, channel1, channel2; in TEST_F() local 117 ChannelSettings channel, channel1, channel2; in TEST_F() local
|
/system/media/radio/src/ |
D | radio_metadata_hidden.h | 78 uint32_t channel; /* channel (frequency) this meta data is associated with */ member
|