/system/bt/doc/ |
D | supported_features.md | 8 L2CAP | 4.2 | Initiator, Acceptor, LE Master, LE Slave 10 GAP | 4.2 | BR/EDR, LE Central, LE Periperhal, LE Observer, LE Broadcaster 11 GATT | 4.2 | Client, Server; LE and BR/EDR 12 ATT | 4.2 | Client, Server; LE and BR/EDR
|
D | pts_guide.md | 36 - `PTS_DisableConnUpdates` disables LE Connection updates. 37 - `PTS_DisableSDPOnLEPair` disables BR/EDR discovery after LE pairing to avoid
|
/system/bt/gd/storage/ |
D | device_test.cc | 136 mutation.Add(device.SetDeviceType(DeviceType::LE)); in TEST() 170 mutation.Add(device.SetDeviceType(DeviceType::LE)); in TEST() 173 ASSERT_THAT(device.GetDeviceType(), Optional(Eq(DeviceType::LE))); in TEST()
|
D | device.cc | 98 ASSERT(device_type == DeviceType::LE || device_type == DeviceType::DUAL); in Le()
|
D | config_cache_test.cc | 303 Optional(StrEq(std::to_string(bluetooth::hci::DeviceType::LE)))); in TEST()
|
D | config_cache.cc | 385 device_type = hci::DeviceType::LE; in FixDeviceTypeInconsistencyInSection()
|
/system/bt/gd/hci/acl_manager/ |
D | round_robin_scheduler.h | 37 enum ConnectionType { CLASSIC, LE }; enumerator
|
D | round_robin_scheduler_test.cc | 210 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle, le_connection… in TEST_F() 287 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle1, le_connectio… in TEST_F() 288 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle2, le_connectio… in TEST_F() 334 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle, le_connection… in TEST_F()
|
D | round_robin_scheduler.cc | 97 … le_acl_packet_credits_ == 0 && acl_queue_handler->second.connection_type_ == ConnectionType::LE; in start_round_robin() 181 bool le_buffer_full = next_connection_type == ConnectionType::LE && le_acl_packet_credits_ == 0; in handle_enqueue_next_fragment()
|
D | le_impl.h | 153 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, handle, queue); in on_le_connection_complete() 204 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, handle, queue); in on_le_enhanced_connection_complete()
|
/system/update_engine/fuzz/ |
D | xml.dict | 89 "UTF-16LE"
|
/system/bt/gd/hci/ |
D | enum_helper.h | 28 enum DeviceType { UNKNOWN = 0, BR_EDR = 1, LE = 2, DUAL = 3 }; enumerator
|
D | hci_packets.pdl | 693 // LE Events 3917 ON = 0x01, // E0 for BR/EDR and AES-CCM for LE 4216 // LE Events
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | arm64_assembler_test.cpp | 119 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV, enumerator 293 {0xA113,INSTR_MOV,GT,LE,0,NA,NA,0,0,MAX_32BIT ,SHIFT_LSL,1,2,1,2,0,0}, 294 {0xA114,INSTR_MOV,EQ,LE,0,NA,NA,1,0x80000001,NA,NA,NA,2,1,0x80000001,0,0}, 295 {0xA115,INSTR_MOV,LT,LE,0,NA,NA,0,0,MAX_32BIT ,SHIFT_LSL,31,2,1,0x80000000,0,0}, 298 {0xA118,INSTR_MOV,LE,GT,0,NA,NA,1,0x80000001,NA,NA,NA,2,1,2,0,0}, 301 {0xA121,INSTR_MOV,LE,GT,0,NA,NA,0,0,0x80000001,0,0,2,1,2,0,0}, 304 {0xA124,INSTR_MOV,LE,GT,0,NA,NA,0,0,MAX_32BIT ,SHIFT_LSL,1,2,1,2,0,0},
|
D | asm_test_jacket.S | 214 csel w2, w1, w0, LE
|
/system/bt/gd/docs/architecture/ |
D | style_guide.md | 128 * l2cap/: L2CAP layer, splitted among classic and LE 133 * le/: LE L2CAP module
|
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 550 MOV(LE, 0, u, reg_imm(width, LSL, FRAC_BITS)); in build_textures() 551 MOV(LE, 0, width, imm(0)); in build_textures() 574 MOV(LE, 0, v, reg_imm(height, LSL, FRAC_BITS)); in build_textures() 575 MOV(LE, 0, height, imm(0)); in build_textures()
|
D | ARMAssemblerInterface.h | 35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV, enumerator
|
D | MIPS64Assembler.cpp | 705 case LE: mMips->BLE(cond.r1, cond.r2, label); break; in B()
|
D | MIPSAssembler.cpp | 717 case LE: mMips->BLE(cond.r1, cond.r2, label); break; in B()
|