Searched defs:getDevice (Results 1 - 2 of 2) sorted by relevance

/system/security/keystore/
H A DKeyStore.h47 sp<Keymaster> getDevice(SecurityLevel securityLevel) const { return mKmDevices[securityLevel]; } function in class:keystore::KeyStore
62 // allowed. (also see getDevice below)
70 sp<Keymaster> getDevice(const Blob& blob) { return mKmDevices[blob.getSecurityLevel()]; } function in class:keystore::KeyStore
/system/vold/model/
H A DDisk.h61 dev_t getDevice() { return mDevice; } function in class:android::vold::Disk

Completed in 72 milliseconds