Searched defs:pbf (Results  1 – 7 of 7) sorted by relevance
| /system/nfc/src/rust/nci/ | 
| D | api.rs | 120         let pbf = PacketBoundaryFlag::CompleteOrFinal;  in nfc_init()  localVariable179         let pbf = PacketBoundaryFlag::CompleteOrFinal;  in nfc_set_config()  localVariable
 218         let pbf = PacketBoundaryFlag::CompleteOrFinal;  in nfc_get_config()  localVariable
 
 | 
| /system/nfc/src/fuzzers/integration/fakes/ | 
| D | hal_fakes.cc | 36 void FakeHal::SimulatePacketArrival(uint8_t mt, uint8_t pbf, uint8_t gid,  in SimulatePacketArrival()
 | 
| /system/nfc/src/rust/rootcanal/ | 
| D | main.rs | 158     let pbf = PacketBoundaryFlag::CompleteOrFinal;  in command_response()  localVariable
 | 
| /system/nfc/src/nfc/nfc/ | 
| D | nfc_ncif.cc | 150   uint8_t pbf = 1;  in nfc_ncif_send_data()  local381   uint8_t mt, pbf, gid, *p;  in nfc_ncif_process_event()  local
 1932   uint8_t pbf;  in nfc_ncif_proc_data()  local
 
 | 
| /system/nfc/src/fuzzers/integration/ | 
| D | nfc_integration_fuzzer_impl.cc | 272   uint8_t pbf = packet.pbf();  in DoPacket()  local
 | 
| D | nfc_integration_fuzzer.proto | 362   optional bool pbf = 5;  field
 | 
| /system/nfc/src/include/ | 
| D | nci_defs.h | 102 #define NCI_MSG_PRS_HDR0(p, mt, pbf, gid)       \  argument120 #define NCI_DATA_PBLD_HDR(p, pbf, cid, len)             \  argument
 125 #define NCI_DATA_PRS_HDR(p, pbf, cid, len)      \  argument
 
 |