Home
last modified time | relevance | path

Searched defs:serial (Results 1 – 20 of 20) sorted by relevance

/system/core/fastboot/
Dfastboot_test.cpp206 static void ParseNetworkSerialTest(const std::string& description, const std::string& serial, in ParseNetworkSerialTest()
221 const std::string& serial, in ParseNetworkSerialNegativeTest()
Dfastboot.cpp98 static const char* serial = nullptr; variable
289 std::string serial = info->serial_number; in list_devices_callback() local
307 Result<NetworkSerial, FastbootError> ParseNetworkSerial(const std::string& serial) { in ParseNetworkSerial()
/system/keymaster/include/keymaster/km_openssl/
Dcertificate_utils.h40 BIGNUM_Ptr serial; member
/system/logging/liblog/
Dproperties.cpp58 uint32_t serial; member
280 uint32_t serial; member
/system/libbase/
Dproperties.cpp145 static void WaitForPropertyCallback(void* data_ptr, const char*, const char* value, unsigned serial in WaitForPropertyCallback()
254 [](void* data, const char*, const char* value, uint32_t serial) { in Get()
/system/tools/hidl/
DMethod.cpp46 size_t serial, in fillImplementation()
146 void Method::setSerialId(size_t serial) { in setSerialId()
DInterface.cpp465 size_t serial = hardware::IBinder::FIRST_CALL_TRANSACTION; in resolveInheritance() local
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py813 def do_reboot(serial, use_adb_reboot): argument
835 def reboot(serial, use_stressfs, permissive, use_adb_reboot, adb_buffersize=None): argument
/system/core/init/
Dpersistent_properties.cpp131 [](void* cookie, const char* name, const char* value, unsigned serial) { in LoadPersistentPropertiesFromMemory()
/system/security/keystore2/src/crypto/
Dcertificate_utils.cpp217 makeCertRump(std::optional<std::reference_wrapper<const std::vector<uint8_t>>> serial, in makeCertRump()
290 std::optional<std::reference_wrapper<const std::vector<uint8_t>>> serial, in makeCert()
/system/vold/
DFsCrypt.cpp618 bool fscrypt_vold_create_user_key(userid_t user_id, int serial, bool ephemeral) { in fscrypt_vold_create_user_key()
868 bool fscrypt_unlock_user_key(userid_t user_id, int serial, const std::string& secret_hex) { in fscrypt_unlock_user_key()
905 bool fscrypt_prepare_user_storage(const std::string& volume_uuid, userid_t user_id, int serial, in fscrypt_prepare_user_storage()
/system/core/libsystem/include/system/
Dradio.h139 char serial[RADIO_STRING_LEN_MAX]; /* serial number (for subscription services) */ member
155 char serial[RADIO_STRING_LEN_MAX]; member
/system/extras/pagecache/
Dpagecache.py221 def do_preprocess_adb_cmd(command, serial): argument
/system/librustutils/
Dsystem_properties.rs69 serial: c_uint, field
/system/keymaster/km_openssl/
Dcertificate_utils.cpp114 BIGNUM_Ptr serial(BN_new()); in get_certificate_params() local
/system/security/ondevice-signing/
DCertUtils.cpp421 BIGNUM* serial = BN_new(); in createPkcs7() local
/system/keymint/wire/src/
Dtypes.rs347 pub serial: Vec<u8>, field
Dlegacy.rs419 pub serial: Vec<u8>, field
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp1095 std::optional<std::reference_wrapper<const std::vector<uint8_t>>> serial; in makeCert() local
/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h1180 Buffer serial; member