Home
last modified time | relevance | path

Searched refs:UNUSED (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_codec.h71 #ifdef UNUSED
73 #define UNUSED __attribute__ ((unused))
75 #define UNUSED
415 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\
435 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\
455 vpx_codec_control_##id(vpx_codec_ctx_t*, int) UNUSED;\
/hardware/libhardware/modules/vehicle/
Dvehicle.c21 #define UNUSED __attribute__((__unused__)) macro
146 static vehicle_prop_config_t const * vdev_list_properties(vehicle_hw_device_t* device UNUSED, in vdev_list_properties() argument
186 static int vdev_get(vehicle_hw_device_t* device UNUSED, vehicle_prop_value_t* data) { in vdev_get() argument
248 static void vdev_release_memory_from_get(struct vehicle_hw_device* device UNUSED, in vdev_release_memory_from_get() argument
263 static int vdev_set(vehicle_hw_device_t* device UNUSED, const vehicle_prop_value_t* data) { in vdev_set() argument
310 void print_subscribe_info(vehicle_device_impl_t* impl UNUSED) { in print_subscribe_info() argument
425 int32_t zones UNUSED) { in vdev_subscribe() argument
529 static int vdev_dump(struct vehicle_hw_device* device UNUSED, int fd UNUSED) { in vdev_dump() argument
540 static int vdev_open(const hw_module_t* module, const char* name UNUSED, in vdev_open() argument
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
Dnrf8001.cxx48 aci->aci_pins.active_pin = UNUSED; in init_local_interfaces()
49 aci->aci_pins.optional_chip_sel_pin = UNUSED; in init_local_interfaces()
Dhal_aci_tl.h61 #define UNUSED 255 macro
Dhal_aci_tl.cxx255 if (UNUSED != a_pins_local_ptr->reset_pin) in hal_aci_tl_pin_reset()
387 if (UNUSED != a_pins->active_pin) { in hal_aci_tl_init()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dasm_offsets.h18 static void assert_##name(void) UNUSED;\
/hardware/broadcom/libbt/include/
Dbt_vendor_brcm_a2dp.h68 #define UNUSED(x) (void)(x) macro