Home
last modified time | relevance | path

Searched refs:incoming (Results 1 – 14 of 14) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc120 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 …]
Ddual_mode_controller.h63 virtual void IncomingPacket(packets::LinkLayerPacketView incoming) override;
Dlink_layer_controller.h78 void IncomingPacket(packets::LinkLayerPacketView incoming);
Ddual_mode_controller.cc70 void DualModeController::IncomingPacket(packets::LinkLayerPacketView incoming) { in IncomingPacket() argument
71 link_layer_controller_.IncomingPacket(incoming); in IncomingPacket()
/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp997 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 …]
DGGLAssembler.h373 const component_t& incoming,
377 const component_t& incoming,
381 const component_t& incoming,
385 const component_t& incoming,
DGGLAssembler.cpp552 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/
DIBluetoothGattServerCallback.txt40 * 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
DIBluetoothGattClientCallback.txt117 * Called when there is an incoming ATT Handle-Value notification or
/system/bt/doc/
Dbtsnoop_net.md8 incoming TCP connections on port 8872.
Dpower_management.md10 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/
Dbta_hf_client_int.h319 bool incoming, uint8_t status, bool mpty,
Dbta_hf_client_at.cc694 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/
Dinit.rc156 # reflect fwmark from incoming packets onto generated replies