Searched refs:users (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/gatekeeper/1.0/vts/functional/ |
D | VtsHalGatekeeperV1_0TargetTest.cpp | 395 } users[3]{10001, 10002, 10003}; in TEST_P() local 400 for (size_t i = 0; i < sizeof(users) / sizeof(users[0]); ++i) { in TEST_P() 401 setUid(users[i].userId); in TEST_P() 402 generatePassword(users[i].password, (i % 255) + 1); in TEST_P() 403 enrollNewPassword(users[i].password, users[i].enrollRsp, true); in TEST_P() 408 for (size_t i = 0; i < sizeof(users) / sizeof(users[0]); ++i) { in TEST_P() 409 setUid(users[i].userId); in TEST_P() 410 verifyPassword(users[i].password, users[i].enrollRsp.data, 0, in TEST_P() 411 users[i].verifyRsp, true); in TEST_P() 423 for (size_t i = 0; i < sizeof(users) / sizeof(users[0]); ++i) { in TEST_P() [all …]
|
/hardware/interfaces/soundtrigger/2.0/ |
D | ISoundTriggerHw.hal | 45 /** Maximum number of concurrent users detected */ 88 /** List of users IDs associated with this key phrase */ 89 vec<uint32_t> users; 141 * different users/applications on the same model. 169 * different users/applications on the same model.
|
/hardware/interfaces/automotive/can/1.0/default/libc++fs/ |
D | Android.bp | 60 // off_t on LP32 to get large file support without needing all users
|
/hardware/interfaces/soundtrigger/2.0/default/ |
D | SoundTriggerHalImpl.cpp | 340 std::min((int)triggerPhrase->users.size(), SOUND_TRIGGER_MAX_USERS); in convertTriggerPhraseToHal() 342 halTriggerPhrase->users[i] = triggerPhrase->users[i]; in convertTriggerPhraseToHal()
|
/hardware/interfaces/soundtrigger/2.1/ |
D | ISoundTriggerHw.hal | 71 * different users/applications on the same model. 105 * different users/applications on the same model.
|
/hardware/interfaces/soundtrigger/2.2/default/ |
D | SoundTriggerHw.cpp | 362 std::min((int)triggerPhrase->users.size(), SOUND_TRIGGER_MAX_USERS); in convertTriggerPhraseToHal() 364 halTriggerPhrase->users[i] = triggerPhrase->users[i]; in convertTriggerPhraseToHal()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 2697 * int32[4]: 1 // number of existing users (usersInfo.numberUsers); 2738 * the Android system to switch users - the 2764 * For example, if the system have users (0, 10, 11) and it's switching from 0 to 11 (where none 2773 * int32[6]: 3 // number of users 2790 * For example, if Android has users (0, 10, 11) and it's switching from 10 to 11 (where 2799 * int32[6]: 3 // number of users 2845 * If the request succeeded and Android has 3 users (0, 10, 11), the response would be: 2853 * int32[6]: 3 // number of users 2873 * value of the current and target users ids in the response are the same. This would be 2875 * 2. When it failed it's called right away and the value of the current and target users ids [all …]
|
/hardware/interfaces/soundtrigger/2.3/default/ |
D | SoundTriggerHw.cpp | 370 std::min((int)triggerPhrase->users.size(), SOUND_TRIGGER_MAX_USERS); in convertTriggerPhraseToHal() 372 halTriggerPhrase->users[i] = triggerPhrase->users[i]; in convertTriggerPhraseToHal()
|
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/ |
D | README.txt | 143 They remain so the users of libvendorgraphicbuffer don't have to change too much
|
/hardware/interfaces/gatekeeper/1.0/ |
D | IGatekeeper.hal | 113 * no users must be enrolled on the device.
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssGeofenceCallback.hal | 85 * An important aspect to note is that users of this API (framework), will use
|
/hardware/interfaces/identity/support/include/cppbor/ |
D | README.md | 44 In practice, users of CppBor will rarely use most of these classes
|