Home
last modified time | relevance | path

Searched refs:key2 (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/audio/hal/audio_extn/
Dsndmonitor.c529 static bool hasheq(void * key1, void *key2) in hasheq() argument
531 return key1 == key2; in hasheq()
/hardware/libhardware/tests/keymaster/
Dkeymaster_test.cpp1257 UniqueKey key2(&sDevice, key2_blob, key2_blob_length); in TEST_F() local