Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 25 of 42) sorted by relevance

12

/hardware/interfaces/broadcastradio/common/tests/
DProgramIdentifier_test.cpp27 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/
DIGatekeeper.hal28 * 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/gatekeeper/1.0/default/
DGatekeeper.cpp85 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()
DGatekeeper.h52 Return<void> verify(uint32_t uid,
/hardware/google/av/hooks/
Dpre-commit4 if git rev-parse --verify HEAD >/dev/null 2>&1
/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeperDevice.h64 ::android::hardware::Return<void> verify(
DSoftGateKeeperDevice.cpp73 Return<void> SoftGateKeeperDevice::verify( in verify() function in android::SoftGateKeeperDevice
/hardware/libhardware/include/hardware/
Dgatekeeper.h141 int (*verify)(const struct gatekeeper_device *dev, uint32_t uid, uint64_t challenge, member
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
Diio_utils.h435 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/devnode_parser/
Diio_utils.h435 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/
Diio_utils.h434 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/
Dtypes.hal55 * 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/
DREADME3 means to verify the multi-HAL 2.0 implementation can successfully load and
/hardware/interfaces/audio/common/all-versions/default/
DAndroid.bp161 // to verify correctness of conversion utilities.
187 // to verify correctness of conversion utilities.
/hardware/interfaces/audio/common/all-versions/test/utility/
DAndroid.bp46 // to verify correctness of test utilities.
/hardware/interfaces/audio/core/all-versions/default/util/
DAndroid.bp116 // to verify correctness of conversion utilities.
/hardware/interfaces/audio/effect/all-versions/default/util/
DAndroid.bp114 // to verify correctness of conversion utilities.
/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp299 Return<void> DrmPlugin::verify(const hidl_vec<uint8_t>& sessionId, in verify() function in android::hardware::drm::V1_0::implementation::DrmPlugin
304 status_t status = mLegacyPlugin->verify(toVector(sessionId), in verify()
DDrmPlugin.h121 Return<void> verify(const hidl_vec<uint8_t>& sessionId,
/hardware/interfaces/media/bufferpool/1.0/
DREADME.md31 registered the receiver via an FMQ message, The buffer pool must verify the
DIAccessor.hal47 * pool must verify the receiver with the transaction ID. In order to
/hardware/interfaces/media/bufferpool/2.0/
DREADME.md31 registered the receiver via an FMQ message, The buffer pool must verify the
DIAccessor.hal48 * pool must verify the receiver with the transaction ID. In order to
/hardware/interfaces/neuralnetworks/1.0/
DIPreparedModel.hal30 * execute must verify the inputs to the function are correct. If there is
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAndroid.bp183 // to verify correctness of test utilities.

12