Searched refs:mModule (Results 1 – 2 of 2) sorted by relevance
36 FingerprintDaemonProxy::FingerprintDaemonProxy() : mModule(NULL), mDevice(NULL), mCallback(NULL) { in FingerprintDaemonProxy()207 mModule = reinterpret_cast<const fingerprint_module_t*>(hw_module); in openHal()209 if (mModule->common.methods->open == NULL) { in openHal()216 if (0 != (err = mModule->common.methods->open(hw_module, NULL, &device))) { in openHal()
57 fingerprint_module_t const* mModule; variable