HomeSort by relevance Sort by last modified time
    Searched defs:hw_device (Results 1 - 7 of 7) sorted by null

  /system/core/trusty/gatekeeper/
trusty_gatekeeper.cpp 69 hw_device_t* TrustyGateKeeperDevice::hw_device() { function in class:gatekeeper::TrustyGateKeeperDevice
  /system/core/trusty/keymaster/
trusty_keymaster_device.cpp 382 hw_device_t* TrustyKeymasterDevice::hw_device() { function in class:keymaster::TrustyKeymasterDevice
  /system/core/gatekeeperd/
gatekeeperd.cpp 59 hw_device = IGatekeeper::getService();
61 if (hw_device == nullptr) {
68 if (hw_device != nullptr) {
69 hw_device->deleteAllUsers([](const GatekeeperResponse &){});
147 if (hw_device != nullptr) {
170 Return<void> hwRes = hw_device->enroll(uid, curPwdHandle, curPwd, newPwd,
247 if (hw_device != nullptr) {
259 Return<void> hwRes = hw_device->verify(uid, challenge, curPwdHandle, enteredPwd,
352 if (hw_device != nullptr) {
353 hw_device->deleteUser(uid, [] (const GatekeeperResponse &){})
377 sp<IGatekeeper> hw_device; member in class:android::GateKeeperProxy
    [all...]
  /device/linaro/hikey/audio/
audio_hw.c 65 struct audio_hw_device hw_device; member in struct:alsa_audio_device
653 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG;
654 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0;
655 adev->hw_device.common.module = (struct hw_module_t *) module;
656 adev->hw_device.common.close = adev_close;
657 adev->hw_device.init_check = adev_init_check;
658 adev->hw_device.set_voice_volume = adev_set_voice_volume;
659 adev->hw_device.set_master_volume = adev_set_master_volume;
660 adev->hw_device.get_master_volume = adev_get_master_volume;
661 adev->hw_device.set_master_mute = adev_set_master_mute
    [all...]
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 115 struct audio_hw_device hw_device; member in struct:audio_device
927 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG;
928 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0;
929 adev->hw_device.common.module = (struct hw_module_t *) module;
930 adev->hw_device.common.close = adev_close;
932 adev->hw_device.init_check = adev_init_check;
933 adev->hw_device.set_voice_volume = adev_set_voice_volume;
934 adev->hw_device.set_master_volume = adev_set_master_volume;
935 adev->hw_device.set_mode = adev_set_mode;
936 adev->hw_device.set_mic_mute = adev_set_mic_mute
    [all...]
  /system/keymaster/
soft_keymaster_device.cpp 332 hw_device_t* SoftKeymasterDevice::hw_device() { function in class:keymaster::SoftKeymasterDevice
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 52 struct audio_hw_device hw_device; member in struct:audio_device
    [all...]

Completed in 392 milliseconds