/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.cc | 167 model::packets::LinkLayerPacketView incoming) { in IncomingPacket() argument 168 ASSERT(incoming.IsValid()); in IncomingPacket() 169 auto destination_address = incoming.GetDestinationAddress(); in IncomingPacket() 193 switch (incoming.GetType()) { in IncomingPacket() 195 IncomingAclPacket(incoming); in IncomingPacket() 198 IncomingDisconnectPacket(incoming); in IncomingPacket() 201 IncomingEncryptConnection(incoming); in IncomingPacket() 204 IncomingEncryptConnectionResponse(incoming); in IncomingPacket() 208 IncomingInquiryPacket(incoming); in IncomingPacket() 212 IncomingInquiryResponsePacket(incoming); in IncomingPacket() [all …]
|
D | dual_mode_controller.h | 68 model::packets::LinkLayerPacketView incoming) override;
|
D | link_layer_controller.h | 90 void IncomingPacket(model::packets::LinkLayerPacketView incoming);
|
D | dual_mode_controller.cc | 59 model::packets::LinkLayerPacketView incoming) { in IncomingPacket() argument 60 link_layer_controller_.IncomingPacket(incoming); in IncomingPacket()
|
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 997 component_t incoming(fragment); in build_texture_environment() local 1005 modulate(fragment, incoming, texel, component); in build_texture_environment() 1008 decal(fragment, incoming, texel, component); in build_texture_environment() 1011 blend(fragment, incoming, texel, component, i); in build_texture_environment() 1014 add(fragment, incoming, texel, component); in build_texture_environment() 1061 const component_t& incoming, in modulate() argument 1072 int Ni = incoming.size(); in modulate() 1078 RSB(AL, 0, dest.reg, texel.reg, reg_imm(texel.reg, LSL, incoming.h)); in modulate() 1079 AND(AL, 0, dest.reg, dest.reg, incoming.reg); in modulate() 1080 dest.l = incoming.l; in modulate() [all …]
|
D | GGLAssembler.h | 373 const component_t& incoming, 377 const component_t& incoming, 381 const component_t& incoming, 385 const component_t& incoming,
|
D | GGLAssembler.cpp | 552 component_t incoming(fragment); in build_incoming_component() local 554 MOV(AL, 0, fragment.reg, reg_imm(incoming.reg, LSR, incoming.l)); in build_incoming_component() 676 component_t incoming(fragment); in build_coverage_application() local 684 SMULWB(AL, fragment.reg, incoming.reg, cf); in build_coverage_application() 686 MOV(AL, 0, fragment.reg, reg_imm(incoming.reg, LSL, 1)); in build_coverage_application()
|
/system/bt/service/doc/ |
D | IBluetoothGattServerCallback.txt | 40 * Called when there is an incoming read request from the remote device with 58 * Called when there is an incoming read request from the remote device with 76 * Called when there is an incoming write request from the remote device with 96 * Called when there is an incoming write request from the remote device with 116 * Called when there is an incoming execute-write request to commit or abort
|
D | IBluetoothGattClientCallback.txt | 117 * Called when there is an incoming ATT Handle-Value notification or
|
/system/bt/doc/ |
D | btsnoop_net.md | 8 incoming TCP connections on port 8872.
|
D | power_management.md | 10 Power states are managed per-device, per-profile, so every incoming event 79 `bta_dm_pm_cback` with the bta sys module for incoming power management events,
|
/system/bt/gd/hci/facade/ |
D | facade.cc | 182 AclMsg incoming; in on_acl_ready() local 183 incoming.set_data(std::string(acl_ptr->begin(), acl_ptr->end())); in on_acl_ready() 184 pending_acl_events_.OnIncomingEvent(std::move(incoming)); in on_acl_ready()
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_int.h | 321 bool incoming, uint8_t status, bool mpty,
|
D | bta_hf_client_at.cc | 693 bool incoming, uint8_t status, bool mpty, in bta_hf_client_clcc() argument 700 evt.clcc.inc = incoming; in bta_hf_client_clcc()
|
/system/core/init/ |
D | README.ueventd.md | 19 incoming add/remove uevents. It defaults to using `0600` mode and `root` user/group. It always
|
/system/core/rootdir/ |
D | init.rc | 255 # reflect fwmark from incoming packets onto generated replies
|