Searched refs:pin (Results 1 – 11 of 11) sorted by relevance
/hardware/google/pixel-sepolicy/ramdump/ |
D | ramdump.te | 9 # f2fs set pin file requires sys_admin
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantStaIface.hal | 340 * @param pin Pin of the AP. 347 startWpsRegistrar(Bssid bssid, string pin) 367 * @param pin 8 digit pin to be used. 374 startWpsPinKeypad(string pin) generates (SupplicantStatus status); 385 * @return generatedPin 8 digit pin generated.
|
D | ISupplicantP2pIface.hal | 33 * Display pin method configuration - pin is generated and displayed on 38 * Keypad pin method configuration - pin is entered on device. 556 * @param pin 8 digit pin to be used. 563 startWpsPinKeypad(string groupIfName, string pin) 576 * @return generatedPin 8 digit pin generated.
|
D | ISupplicantP2pIfaceCallback.hal | 204 * @param generatedPin 8 digit pin generated.
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | IBiometricsFingerprint.hal | 39 * a pin/password cleared time window where enrollment is allowed. 41 * generated by trustzone after verifying a pin/password/swipe. This is to
|
/hardware/libhardware/include/hardware/ |
D | bluetooth.h | 93 uint8_t pin[16]; member
|
/hardware/interfaces/radio/1.2/default/ |
D | Radio.h | 53 Return<void> supplyIccPinForApp(int32_t serial, const hidl_string& pin, 55 Return<void> supplyIccPukForApp(int32_t serial, const hidl_string& puk, const hidl_string& pin,
|
/hardware/interfaces/gatekeeper/1.0/ |
D | IGatekeeper.hal | 22 * Enrolls desiredPassword, which may be derived from a user selected pin
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 53 * @param pin PIN value 59 oneway supplyIccPinForApp(int32_t serial, string pin, string aid); 66 * @param pin New PIN value 72 oneway supplyIccPukForApp(int32_t serial, string puk, string pin, string aid); 105 * @param oldPin Old pin value 106 * @param newPin New pin value
|
/hardware/ril/libril/ |
D | ril_service.cpp | 123 Return<void> supplyIccPinForApp(int32_t serial, const hidl_string& pin, 127 const hidl_string& pin, const hidl_string& aid); 807 Return<void> RadioImpl::supplyIccPinForApp(int32_t serial, const hidl_string& pin, in supplyIccPinForApp() argument 813 2, pin.c_str(), aid.c_str()); in supplyIccPinForApp() 818 const hidl_string& pin, const hidl_string& aid) { in supplyIccPukForApp() argument 823 3, puk.c_str(), pin.c_str(), aid.c_str()); in supplyIccPukForApp()
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 438 * A hardware button hardwired to a pin on a StrongBox device in such a way that nothing
|