HomeSort by relevance Sort by last modified time
    Searched refs:hw_device_t (Results 251 - 275 of 317) sorted by null

<<111213

  /device/google/marlin/camera/QCamera2/HAL/
QCameraMuxer.cpp 271 struct hw_device_t **hw_device)
302 const char* id, __unused uint32_t halVersion, struct hw_device_t** hw_device)
    [all...]
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp 770 static int gralloc_device_close(struct hw_device_t *dev)
866 static int fb_close(struct hw_device_t *dev)
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 110 int OpenDevice(const hw_module_t* module, const char* id, hw_device_t** device);
134 int CloseDevice(struct hw_device_t* /*device*/) {
154 hw_device_t** device) {
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp 207 int HWCSession::Open(const hw_module_t *module, const char *name, hw_device_t **device) {
228 *device = reinterpret_cast<hw_device_t *>(composer_device);
234 int HWCSession::Close(hw_device_t *device) {
    [all...]
  /system/keymaster/
android_keymaster_test_utils.cpp 187 device_->common.close(reinterpret_cast<hw_device_t*>(device_));
726 static int close_device(hw_device_t* dev) {
730 return wrapped_device->common.close(const_cast<hw_device_t*>(&wrapped_device->common));
    [all...]
keymaster0_engine.cpp 74 reinterpret_cast<hw_device_t*>(const_cast<keymaster0_device_t*>(keymaster0_device_)));
keymaster1_engine.cpp 65 reinterpret_cast<hw_device_t*>(const_cast<keymaster1_device_t*>(keymaster1_device_)));
  /hardware/interfaces/camera/provider/2.4/default/
CameraProvider.cpp 239 struct hw_device_t* halDev = nullptr;
  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1On0Adapter.h 51 static int closeHook(struct hw_device_t* device) {
  /hardware/libhardware/include/hardware/
gps.h 936 struct hw_device_t common;
    [all...]
vehicle.h     [all...]
  /hardware/libhardware/tests/vehicle/
vehicle-hal-tool.c 427 hw_device_t *device = NULL;
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h 192 hw_device_t common;
alsa_default.cpp 55 static int s_device_open(const hw_module_t*, const char*, hw_device_t**);
56 static int s_device_close(hw_device_t*);
125 hw_device_t** device)
186 static int s_device_close(hw_device_t* device)
    [all...]
  /hardware/qcom/display/msm8084/libgralloc/
gpu.cpp 388 int gpu_context_t::gralloc_close(struct hw_device_t *dev)
  /hardware/qcom/display/msm8226/libgralloc/
gpu.cpp 391 int gpu_context_t::gralloc_close(struct hw_device_t *dev)
  /hardware/qcom/display/msm8909/libgralloc/
gpu.cpp 404 int gpu_context_t::gralloc_close(struct hw_device_t *dev)
  /hardware/qcom/display/msm8960/libgralloc/
gpu.cpp 375 int gpu_context_t::gralloc_close(struct hw_device_t *dev)
  /hardware/qcom/display/msm8994/libgralloc/
gpu.cpp 418 int gpu_context_t::gralloc_close(struct hw_device_t *dev)
  /hardware/qcom/display/msm8996/libgralloc/
gpu.cpp 413 int gpu_context_t::gralloc_close(struct hw_device_t *dev)
  /system/nvram/client/
nvram_client.c 402 (hw_device_t**)&nvram_device) != 0) {
  /system/nvram/hal/
nvram_device_adapter.cpp 290 int device_nvram_device_close(struct hw_device_t* device) {
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 269 status_t EmulatedCamera::connectCamera(hw_device_t** device)
    [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 941 struct hw_device_t** device)
949 // dev->common.close = (int (*)(struct hw_device_t*))close_lights;
952 *device = (struct hw_device_t*)dev;
  /external/drm_hwcomposer/
hwcomposer.cpp 835 static int hwc_device_close(struct hw_device_t *dev) {
902 struct hw_device_t **dev) {

Completed in 493 milliseconds

<<111213