Searched refs:UNUSED (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 29 #define UNUSED(x) (void)(x) macro 148 UNUSED(priv), UNUSED(buf), UNUSED(len); in wpa_driver_get_p2p_noa() 167 UNUSED(priv), UNUSED(beacon), UNUSED(proberesp), UNUSED(assocresp); in wpa_driver_set_ap_wps_p2p_ie()
|
/hardware/intel/common/utils/ituxd/jni/ |
D | thermalJNI.cpp | 36 #define UNUSED(expr) (void)(expr) macro 135 UNUSED(obj); in isFileExists() 157 UNUSED(obj); in getThermalZoneIndex() 174 UNUSED(obj); in getThermalZoneIndexContains() 191 UNUSED(obj); in getCoolingDeviceIndex() 208 UNUSED(obj); in getCoolingDeviceIndexContains() 225 UNUSED(obj); in writeSysfs() 243 UNUSED(obj); in readSysfs() 270 UNUSED(obj); in readSysfsTemp()
|
D | onload.cpp | 28 #define UNUSED(expr) (void)(expr) macro 34 UNUSED(reserved); in JNI_OnLoad()
|
/hardware/libhardware/modules/vehicle/ |
D | vehicle.c | 21 #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 409 int32_t zones UNUSED) { in vdev_subscribe() argument 513 static int vdev_dump(struct vehicle_hw_device* device UNUSED, int fd UNUSED) { in vdev_dump() argument 524 static int vdev_open(const hw_module_t* module, const char* name UNUSED, in vdev_open() argument
|
/hardware/qcom/wlan/cld80211-lib/ |
D | cld80211_lib.h | 39 #ifndef UNUSED 40 #define UNUSED(x) (void)(x) macro
|
D | cld80211_lib.c | 118 UNUSED(msg); in response_handler() 119 UNUSED(arg); in response_handler() 131 UNUSED(msg); in ack_handler() 140 UNUSED(msg); in finish_handler() 151 UNUSED(nla); in error_handler() 159 UNUSED(msg); in no_seq_check() 160 UNUSED(arg); in no_seq_check()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | common.h | 195 #ifndef UNUSED 196 #define UNUSED(x) (void)(x) macro
|
D | cpp_bindings.h | 349 UNUSED(reply); in handleResponse() 355 UNUSED(event); in handleEvent()
|