Searched refs:details (Results 26 - 46 of 46) sorted by relevance

12

/system/libvintf/
H A DCompatibilityMatrix.cpp45 return details::fetchAllInformation(path, gCompatibilityMatrixConverter, this);
H A DVintfObject.cpp92 namespace details { namespace in namespace:android::vintf
291 } // namespace details
296 return details::checkCompatibility(xmls, false /* mount */, *details::gPartitionMounter, error,
H A DHalManifest.cpp360 return details::fetchAllInformation(path, gHalManifestConverter, this);
/system/libvintf/test/
H A Dvintf_object_tests.cpp29 using namespace ::android::vintf::details;
252 int result = details::checkCompatibility(packageInfo, true /* mount */, mounter(), &error);
290 int result = details::checkCompatibility(packageInfo, true /* mount */, mounter(), &error);
351 int result = details::checkCompatibility(packageInfo, true /* mount */, mounter(), &error);
390 int result = details::checkCompatibility(packageInfo, true /* mount */, mounter(), &error);
/system/media/camera/docs/
H A Dndk_camera_metadata_tags.mako93 % if entry.description or entry.details:
114 % if entry.details:
115 ${entry.details | ndkdoc(metadata)}\
H A Dhtml.mako78 /* Entry details (full docs) flair */
152 if prop.details: cols = cols + 2
356 % if prop.details is not None:
362 ${prop.details | md_html, linkify_tags(metadata), wbr}
H A Dmetadata_model.py1121 details: A string with the detailed documentation for the entry
1122 hal_details: A string with the HAL implementation details for the entry
1227 def details(self): member in class:Entry
1289 self._details = kwargs.get('details')
1437 details: A string with the detailed documentation for the entry
1438 hal_details: A string with the HAL implementation details for the entry
1491 props_distinct = ['description', 'units', 'range', 'details',
/system/libhidl/base/
H A DHidlInternal.cpp32 namespace details { namespace in namespace:android::hardware
160 } // namespace details
H A DStatus.cpp139 namespace details { namespace in namespace:android::hardware
162 } // namespace details
H A DHidlSupport.cpp28 namespace details { namespace in namespace:android::hardware
36 } // namespace details
/system/libhidl/base/include/hidl/
H A DHidlInternal.h29 namespace details { namespace in namespace:android::hardware
187 } // namespace details
/system/libfmq/include/fmq/
H A DMessageQueue.h32 namespace details { namespace in namespace:android::hardware
35 } // namespace details
600 details::check(mReadPtr != nullptr);
604 details::check(mWritePtr != nullptr);
615 details::check(mRing != nullptr);
811 details::logError("Unexpected error code from EventFlag Wait status " + std::to_string(status));
926 details::logError("Unexpected error code from EventFlag Wait status " + std::to_string(status));
/system/libfmq/benchmarks/
H A Dmsgq_benchmark_client.cpp43 using android::hardware::details::waitForHwService;
/system/tpm/trunks/
H A Dtpm_generated_test.cc438 null_scheme.details.rsassa.hash_alg = TPM_ALG_SHA256;
H A Dtpm_utility_impl.cc50 // for predefined handle values, like TPM_RH_OWNER. For details on what types of
421 in_scheme.details.oaep.hash_alg = hash_alg;
481 in_scheme.details.oaep.hash_alg = hash_alg;
546 in_scheme.details.rsapss.hash_alg = hash_alg;
549 in_scheme.details.rsassa.hash_alg = hash_alg;
H A Dtpm_utility_test.cc548 EXPECT_EQ(scheme.details.oaep.hash_alg, TPM_ALG_SHA256);
676 EXPECT_EQ(scheme.details.oaep.hash_alg, TPM_ALG_SHA256);
859 EXPECT_EQ(scheme.details.rsassa.hash_alg, TPM_ALG_SHA256);
885 EXPECT_EQ(scheme.details.rsapss.hash_alg, TPM_ALG_SHA1);
H A Dtpm_generated.h1277 TPMU_SYM_DETAILS details; member in struct:trunks::TPMT_SYM_DEF
1284 TPMU_SYM_DETAILS details; member in struct:trunks::TPMT_SYM_DEF_OBJECT
1327 TPMU_SCHEME_KEYEDHASH details; member in struct:trunks::TPMT_KEYEDHASH_SCHEME
1348 TPMU_SIG_SCHEME details; member in struct:trunks::TPMT_SIG_SCHEME
1384 TPMU_KDF_SCHEME details; member in struct:trunks::TPMT_KDF_SCHEME
1401 TPMU_ASYM_SCHEME details; member in struct:trunks::TPMT_ASYM_SCHEME
1406 TPMU_ASYM_SCHEME details; member in struct:trunks::TPMT_RSA_SCHEME
1411 TPMU_ASYM_SCHEME details; member in struct:trunks::TPMT_RSA_DECRYPT
1441 TPMU_SIG_SCHEME details; member in struct:trunks::TPMT_ECC_SCHEME
H A Dtpm_generated.cc4829 result = Serialize_TPMU_SYM_DETAILS(value.details, value.algorithm, buffer);
4859 result = Parse_TPMU_SYM_DETAILS(buffer, value->algorithm, &value->details,
4887 result = Serialize_TPMU_SYM_DETAILS(value.details, value.algorithm, buffer);
4917 result = Parse_TPMU_SYM_DETAILS(buffer, value->algorithm, &value->details,
5246 result = Serialize_TPMU_SCHEME_KEYEDHASH(value.details, value.scheme, buffer);
5264 result = Parse_TPMU_SCHEME_KEYEDHASH(buffer, value->scheme, &value->details,
5441 result = Serialize_TPMU_SIG_SCHEME(value.details, value.scheme, buffer);
5459 result = Parse_TPMU_SIG_SCHEME(buffer, value->scheme, &value->details,
5712 result = Serialize_TPMU_KDF_SCHEME(value.details, value.scheme, buffer);
5730 result = Parse_TPMU_KDF_SCHEME(buffer, value->scheme, &value->details,
[all...]
/system/libhidl/
H A Dtest_main.cpp298 using android::hardware::details::TaskRunner;
/system/tools/hidl/test/
H A Dhidl_test_client.cpp993 using ::android::hardware::details::HidlInstrumentor;
1018 new ::android::hardware::details::HidlInstrumentor("", "");
2014 ::android::hardware::details::waitForHwService(T::descriptor, serviceName);
/system/libfmq/tests/
H A Dmsgq_test_client.cpp41 using android::hardware::details::waitForHwService;

Completed in 320 milliseconds

12