HomeSort by relevance Sort by last modified time
    Searched refs:drv (Results 151 - 175 of 254) sorted by null

1 2 3 4 5 67 8 91011

  /frameworks/rs/driver/
rsdVertexArray.cpp 83 RsdHal *dc = (RsdHal *)rsc->mHal.drv;
  /frameworks/rs/
rsScript.h 80 void * drv; member in struct:android::renderscript::Script::Hal
  /development/ndk/platforms/android-9/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /external/mesa3d/src/gallium/state_trackers/va/
picture_h264.c 44 void vlVaHandlePictureParameterBufferH264(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf)
124 vlVaGetReferenceFrame(drv, h264->ReferenceFrames[i].picture_id, &context->desc.h264.ref[i]);
  /frameworks/rs/rsov/driver/
rsovAllocation.cpp 300 RSoVHal *hal = static_cast<RSoVHal *>(rsc->mHal.drv);
307 alloc->mHal.drv = rsovAlloc;
314 RSoVAllocation *rsovAlloc = static_cast<RSoVAllocation *>(alloc->mHal.drv);
316 alloc->mHal.drv = nullptr;
590 DrvAllocation *drv = (DrvAllocation *)calloc(1, sizeof(DrvAllocation));
591 if (!drv) {
594 alloc->mHal.drv = drv;
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,

Completed in 1533 milliseconds

1 2 3 4 5 67 8 91011