/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.cc | 120 void LinkLayerController::IncomingPacket(LinkLayerPacketView incoming) { in IncomingPacket() argument 122 if (incoming.GetDestinationAddress() != properties_.GetAddress() && in IncomingPacket() 123 incoming.GetDestinationAddress() != properties_.GetLeAddress() && in IncomingPacket() 124 incoming.GetDestinationAddress() != Address::kEmpty) { in IncomingPacket() 129 switch (incoming.GetType()) { in IncomingPacket() 131 IncomingAclPacket(incoming); in IncomingPacket() 134 IncomingCommandPacket(incoming); in IncomingPacket() 137 IncomingDisconnectPacket(incoming); in IncomingPacket() 140 IncomingEncryptConnection(incoming); in IncomingPacket() 143 IncomingEncryptConnectionResponse(incoming); in IncomingPacket() [all …]
|
D | dual_mode_controller.h | 63 virtual void IncomingPacket(packets::LinkLayerPacketView incoming) override;
|
D | link_layer_controller.h | 78 void IncomingPacket(packets::LinkLayerPacketView incoming);
|
D | dual_mode_controller.cc | 70 void DualModeController::IncomingPacket(packets::LinkLayerPacketView incoming) { in IncomingPacket() argument 71 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/bta/hf_client/ |
D | bta_hf_client_int.h | 319 bool incoming, uint8_t status, bool mpty,
|
D | bta_hf_client_at.cc | 694 bool incoming, uint8_t status, bool mpty, in bta_hf_client_clcc() argument 701 evt.clcc.inc = incoming; in bta_hf_client_clcc()
|
/system/core/rootdir/ |
D | init.rc | 156 # reflect fwmark from incoming packets onto generated replies
|