Searched refs:counting_keymaster0_device_ (Results 1 – 1 of 1) sorted by relevance
147 counting_keymaster0_device_ = new Keymaster0CountingWrapper(keymaster0_device); in CreateDevice()151 keymaster->SetHardwareDevice(counting_keymaster0_device_); in CreateDevice()169 int keymaster0_calls() const override { return counting_keymaster0_device_->count(); } in keymaster0_calls()179 mutable Keymaster0CountingWrapper* counting_keymaster0_device_; member in keymaster::test::Keymaster0AdapterTestInstanceCreator