Searched refs:support_ec (Results 1 - 1 of 1) sorted by relevance

/system/keymaster/
H A Dandroid_keymaster_test.cpp126 Keymaster0AdapterTestInstanceCreator(bool support_ec) : support_ec_(support_ec) {} argument
212 InstanceCreatorPtr(new Keymaster0AdapterTestInstanceCreator(true /* support_ec */)),
213 InstanceCreatorPtr(new Keymaster0AdapterTestInstanceCreator(false /* support_ec */)),
3325 InstanceCreatorPtr(new Keymaster0AdapterTestInstanceCreator(true /* support_ec */)),
3326 InstanceCreatorPtr(new Keymaster0AdapterTestInstanceCreator(false /* support_ec */))));

Completed in 10 milliseconds