Searched refs:details (Results 1 – 25 of 56) sorted by relevance
123
/hardware/interfaces/identity/support/tests/ |
D | cppbor_test.cpp | 139 details::is_iterator_pair_over<pair<string::iterator, string::iterator>, char>::value)); in TEST() 140 EXPECT_TRUE((details::is_iterator_pair_over<pair<string::const_iterator, string::iterator>, in TEST() 142 EXPECT_TRUE((details::is_iterator_pair_over<pair<string::iterator, string::const_iterator>, in TEST() 144 EXPECT_TRUE((details::is_iterator_pair_over<pair<char*, char*>, char>::value)); in TEST() 145 EXPECT_TRUE((details::is_iterator_pair_over<pair<const char*, char*>, char>::value)); in TEST() 146 EXPECT_TRUE((details::is_iterator_pair_over<pair<char*, const char*>, char>::value)); in TEST() 147 EXPECT_FALSE((details::is_iterator_pair_over<pair<string::iterator, string::iterator>, in TEST() 149 EXPECT_FALSE((details::is_iterator_pair_over<pair<char*, char*>, uint8_t>::value)); in TEST() 150 EXPECT_TRUE((details::is_iterator_pair_over< in TEST() 152 EXPECT_TRUE((details::is_iterator_pair_over< in TEST() [all …]
|
/hardware/interfaces/configstore/utils/ |
D | ConfigStoreUtils.cpp | 24 namespace details { namespace
|
/hardware/interfaces/wifi/1.2/ |
D | IWifiNanIfaceEventCallback.hal | 35 * @param event: NanDataPathConfirmInd containing event details. 43 * @param event: NanDataPathScheduleUpdateInd containing event details.
|
/hardware/interfaces/camera/ |
D | README.md | 9 More details and versioning information can be found within each particular HAL.
|
/hardware/interfaces/health/storage/1.0/ |
D | IGarbageCollectCallback.hal | 27 * details.
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiNanIfaceEventCallback.hal | 223 * @param event: NanClusterEventInd containing event details. 261 * @param event: NanMatchInd containing event details. 276 * @param event: NanFollowupReceivedInd containing event details. 295 * @param event: NanDataPathRequestInd containing event details. 303 * @param event: NanDataPathConfirmInd containing event details.
|
/hardware/interfaces/health/2.1/ |
D | IHealthInfoCallback.hal | 27 * implementation post events. See documentation on @2.1::IHealth for details.
|
D | types.hal | 85 * Battery capacity level. See BatteryCapacityLevel for more details.
|
/hardware/interfaces/health/1.0/default/ |
D | README.md | 4 `hardware/interfaces/health/2.1/README.md` for more details.
|
/hardware/interfaces/automotive/evs/1.0/ |
D | IEvsDisplay.hal | 28 * See the description of the DisplayDesc structure for details. 31 * of the DisplayDesc structure for details.
|
D | types.hal | 65 * TODO: b/34722508 Review details of interaction of this structure with gralloc and OpenGL.
|
/hardware/interfaces/gnss/2.1/ |
D | types.hal | 43 * See the comment of @2.0::IGnssMeasurementCallback.GnssMeasurement.codeType for more details.
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ComposerVts.cpp | 29 using details::canCastInterface; 30 using details::getDescriptor;
|
/hardware/interfaces/bluetooth/1.1/ |
D | IBluetoothHci.hal | 29 * implementation-specific details related to the hardware.
|
/hardware/interfaces/health/2.1/default/ |
D | Android.bp | 42 // See README.md for details.
|
/hardware/interfaces/soundtrigger/2.3/ |
D | types.hal | 40 * details.
|
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/ |
D | Keymaster3.h | 32 using ::android::hardware::details::return_status;
|
/hardware/interfaces/camera/device/3.5/ |
D | ICameraDeviceCallback.hal | 43 * individual StreamBufferRet for details.
|
/hardware/interfaces/tests/extension/light/2.0/ |
D | types.hal | 58 * to describe all details of parameters. An interface is a contract, and
|
/hardware/interfaces/automotive/sv/1.0/ |
D | ISurroundViewService.hal | 26 * for more details.
|
/hardware/interfaces/bluetooth/1.0/ |
D | IBluetoothHci.hal | 27 * implementation-specific details related to the hardware.
|
/hardware/interfaces/memtrack/1.0/ |
D | types.hal | 78 * see getMemory() comments for further details.
|
/hardware/interfaces/confirmationui/1.0/ |
D | IConfirmationUI.hal | 64 * in types.hal for details.
|
/hardware/qcom/msm8998/json-c/ |
D | RELEASE_CHECKLIST.txt | 92 For more details see:
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 403 * every usage (see begin() for the details of the authentication-per-operation flow). 561 * return ErrorCode::KEY_REQUIRES_UPGRADE. See upgradeKey() for details. 585 * upgradeKey() for details. 660 * See system/security/keystore/keystore_attestation_id.cpp for details of construction. 778 * upgradeKey() for details. 800 * ErrorCode::KEY_REQUIRES_UPGRADE. See upgradeKey() for details. 860 * ConfirmationUI HAL for details of token computation. 1189 * more details. It is up to the caller to determine which of the generated auth tokens is 1196 * operation, for keys that require authentication per operation. See begin() for details. 1256 * for details of usage. [all …]
|
123