/hardware/interfaces/broadcastradio/common/tests/ |
D | ProgramIdentifier_test.cpp | 27 auto verify = [](std::string name, uint64_t nameId) { in TEST() local 32 verify("", 0); in TEST() 33 verify("Abc", 0x434241); in TEST() 34 verify("Some Station 1", 0x54415453454d4f53); in TEST() 35 verify("Station1", 0x314e4f4954415453); in TEST() 36 verify("!@#$%^&*()_+", 0); in TEST() 37 verify("-=[]{};':\"0", 0x30); in TEST()
|
/hardware/interfaces/gatekeeper/1.0/ |
D | IGatekeeper.hal | 28 * currentPassword. Valid currentPassword must verify() against 38 * it MUST verify against current_password_handle if the latter is not-empty 47 * verify. On error, this buffer must be empty. 75 * user wishes to verify against. Must be non-empty. 90 verify(uint32_t uid, uint64_t challenge,
|
/hardware/interfaces/scripts/ |
D | anapic_release_diff.sh | 29 repo upload . --no-verify --wip --hashtag=anapic_release_review
|
D | anapic_hidl2aidl_review.sh | 34 repo upload . --no-verify --wip --hashtag=anapic_release_review
|
/hardware/interfaces/gatekeeper/aidl/aidl_api/android.hardware.gatekeeper/current/android/hardware/gatekeeper/ |
D | IGatekeeper.aidl | 40 …android.hardware.gatekeeper.GatekeeperVerifyResponse verify(in int uid, in long challenge, in byte… in verify() method
|
/hardware/interfaces/gatekeeper/aidl/aidl_api/android.hardware.gatekeeper/1/android/hardware/gatekeeper/ |
D | IGatekeeper.aidl | 40 …android.hardware.gatekeeper.GatekeeperVerifyResponse verify(in int uid, in long challenge, in byte… in verify() method
|
/hardware/interfaces/gatekeeper/aidl/android/hardware/gatekeeper/ |
D | IGatekeeper.aidl | 144 GatekeeperVerifyResponse verify(in int uid, in long challenge, in byte[] enrolledPasswordHandle, in verify() method
|
/hardware/interfaces/gatekeeper/1.0/default/ |
D | Gatekeeper.cpp | 85 Return<void> Gatekeeper::verify(uint32_t uid, in verify() function in android::hardware::gatekeeper::V1_0::implementation::Gatekeeper 96 int ret = device->verify(device, uid, challenge, in verify()
|
D | Gatekeeper.h | 52 Return<void> verify(uint32_t uid,
|
/hardware/interfaces/gatekeeper/aidl/software/ |
D | GateKeeper.h | 53 ::ndk::ScopedAStatus verify(int32_t uid, int64_t challenge,
|
/hardware/google/av/hooks/ |
D | pre-commit | 4 if git rev-parse --verify HEAD >/dev/null 2>&1
|
/hardware/libhardware/include/hardware/ |
D | gatekeeper.h | 141 int (*verify)(const struct gatekeeper_device *dev, uint32_t uid, uint64_t challenge, member
|
/hardware/interfaces/gatekeeper/1.0/software/ |
D | SoftGateKeeperDevice.h | 64 ::android::hardware::Return<void> verify(
|
D | SoftGateKeeperDevice.cpp | 73 Return<void> SoftGateKeeperDevice::verify( in verify() function in android::SoftGateKeeperDevice
|
/hardware/libhardware/include_all/hardware/ |
D | gatekeeper.h | 141 int (*verify)(const struct gatekeeper_device *dev, uint32_t uid, uint64_t challenge, member
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
D | iio_utils.h | 435 inline int _write_sysfs_int(char *filename, char *basedir, int val, int verify) in _write_sysfs_int() argument 457 if (verify) { in _write_sysfs_int() 490 int _write_sysfs_string(char *filename, char *basedir, char *val, int verify) in _write_sysfs_string() argument 510 if (verify) { in _write_sysfs_string()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
D | iio_utils.h | 435 inline int _write_sysfs_int(char *filename, char *basedir, int val, int verify) in _write_sysfs_int() argument 457 if (verify) { in _write_sysfs_int() 490 int _write_sysfs_string(char *filename, char *basedir, char *val, int verify) in _write_sysfs_string() argument 510 if (verify) { in _write_sysfs_string()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | iio_utils.h | 434 inline int _write_sysfs_int(char *filename, char *basedir, int val, int verify) in _write_sysfs_int() argument 455 if (verify) { in _write_sysfs_int() 517 int _write_sysfs_string(char *filename, char *basedir, char *val, int verify) in _write_sysfs_string() argument 535 if (verify) { in _write_sysfs_string()
|
/hardware/interfaces/gnss/measurement_corrections/1.1/ |
D | types.hal | 55 * hasEnvironmentBearing should be checked to verify the environment bearing is available 66 * hasEnvironmentBearing should be checked to verify the environment bearing is available
|
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/ |
D | README | 3 means to verify the multi-HAL 2.0 implementation can successfully load and
|
/hardware/interfaces/audio/common/all-versions/test/utility/ |
D | Android.bp | 47 // to verify correctness of test utilities.
|
/hardware/interfaces/audio/common/all-versions/default/ |
D | Android.bp | 184 // to verify correctness of conversion utilities. 210 // to verify correctness of conversion utilities.
|
/hardware/interfaces/drm/aidl/android/hardware/drm/ |
D | IDrmPlugin.aidl | 741 boolean verify( in verify() method
|
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/ |
D | IDrmPlugin.aidl | 75 boolean verify(in byte[] sessionId, in byte[] keyId, in byte[] message, in byte[] signature); in verify() method
|
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/ |
D | IDrmPlugin.aidl | 75 boolean verify(in byte[] sessionId, in byte[] keyId, in byte[] message, in byte[] signature); in verify() method
|