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

  /system/core/trusty/gatekeeper/
trusty_gatekeeper.cpp 69 hw_device_t* TrustyGateKeeperDevice::hw_device() { function in class:gatekeeper::TrustyGateKeeperDevice
  /device/generic/goldfish/keymaster/trusty/
trusty_keymaster_device.cpp 645 hw_device_t* TrustyKeymasterDevice::hw_device() { function in class:keymaster::TrustyKeymasterDevice
  /system/core/gatekeeperd/
gatekeeperd.cpp 61 hw_device = IGatekeeper::getService();
63 if (hw_device == nullptr) {
91 if (hw_device != nullptr) {
92 hw_device->deleteAllUsers([](const GatekeeperResponse &){});
161 if (hw_device != nullptr) {
184 Return<void> hwRes = hw_device->enroll(uid, curPwdHandle, curPwd, newPwd,
261 if (hw_device != nullptr) {
273 Return<void> hwRes = hw_device->verify(uid, challenge, curPwdHandle, enteredPwd,
354 if (hw_device != nullptr) {
355 hw_device->deleteUser(uid, [] (const GatekeeperResponse &){})
391 sp<IGatekeeper> hw_device; member in class:android::GateKeeperProxy
    [all...]
  /system/core/trusty/keymaster/
trusty_keymaster_device.cpp 644 hw_device_t* TrustyKeymasterDevice::hw_device() { function in class:keymaster::TrustyKeymasterDevice
  /device/linaro/hikey/audio/
audio_hw.c 67 struct audio_hw_device hw_device; member in struct:alsa_audio_device
664 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG;
665 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0;
666 adev->hw_device.common.module = (struct hw_module_t *) module;
667 adev->hw_device.common.close = adev_close;
668 adev->hw_device.init_check = adev_init_check;
669 adev->hw_device.set_voice_volume = adev_set_voice_volume;
670 adev->hw_device.set_master_volume = adev_set_master_volume;
671 adev->hw_device.get_master_volume = adev_get_master_volume;
672 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/contexts/
soft_keymaster_device.cpp 331 hw_device_t* SoftKeymasterDevice::hw_device() { function in class:keymaster::SoftKeymasterDevice
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 51 struct audio_hw_device hw_device; member in struct:audio_device
    [all...]

Completed in 131 milliseconds