/hardware/qcom/display/msm8998/gpu_tonemapper/ |
D | glengine.h | 31 #define GL(func) func; argument 32 #define EGL(func) func; argument 34 #define GL(func) \ argument 35 func; \ 37 #define EGL(func) \ argument 38 func; \
|
/hardware/qcom/display/msm8909/gpu_tonemapper/ |
D | glengine.h | 31 #define GL(func) func; argument 32 #define EGL(func) func; argument 34 #define GL(func) \ argument 35 func; \ 37 #define EGL(func) \ argument 38 func; \
|
/hardware/qcom/sdm845/display/gpu_tonemapper/ |
D | glengine.h | 31 #define GL(func) func; argument 32 #define EGL(func) func; argument 34 #define GL(func) \ argument 35 func; \ 37 #define EGL(func) \ argument 38 func; \
|
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
D | glengine.h | 31 #define GL(func) func; argument 32 #define EGL(func) func; argument 34 #define GL(func) \ argument 35 func; \ 37 #define EGL(func) \ argument 38 func; \
|
/hardware/nxp/nfc/halimpl/src/adaptation/ |
D | EseAdaptation.cpp | 114 const char* func = "EseAdaptation::Initialize"; in Initialize() local 116 ALOGD_IF(nfc_debug_enabled, "%s: enter", func); in Initialize() 127 ALOGD_IF(nfc_debug_enabled, "%s: exit", func); in Initialize() 151 const char* func = "EseAdaptation::Thread"; in Thread() local 152 ALOGD_IF(nfc_debug_enabled, "%s: enter", func); in Thread() 158 ALOGD_IF(nfc_debug_enabled, "%s: exit", func); in Thread() 187 const char* func = "EseAdaptation::InitializeHalDeviceContext"; in InitializeHalDeviceContext() local 188 ALOGD_IF(nfc_debug_enabled, "%s: enter", func); in InitializeHalDeviceContext() 189 ALOGD_IF(nfc_debug_enabled, "%s: INxpEse::tryGetService()", func); in InitializeHalDeviceContext() 191 ALOGD_IF(mHalNxpEse == nullptr, "%s: Failed to retrieve the NXP ESE HAL!", func); in InitializeHalDeviceContext() [all …]
|
/hardware/interfaces/configstore/utils/include/configstore/ |
D | Utils.h | 65 template<typename V, typename I, android::hardware::Return<void> (I::* func) 78 auto status = (*configs.*func)([&ret](V v) { in decltype() 116 template<typename I, android::hardware::Return<void> (I::* func) 119 return get<OptionalBool, I, func>(defValue); in getBool() 122 template<typename I, android::hardware::Return<void> (I::* func) 125 return get<OptionalInt32, I, func>(defValue); in getInt32() 128 template<typename I, android::hardware::Return<void> (I::* func) 131 return get<OptionalUInt32, I, func>(defValue); in getUInt32() 134 template<typename I, android::hardware::Return<void> (I::* func) 137 return get<OptionalInt64, I, func>(defValue); in getInt64() [all …]
|
/hardware/nxp/secure_element/libese-spi/src/adaptation/ |
D | NfcAdaptation.cpp | 40 const char* func = "NfcAdaptation::Initialize"; in Initialize() local 41 ALOGD_IF(ese_debug_enabled, "%s", func); in Initialize() 47 func, mHalNxpNfc.get(), in Initialize() 50 ALOGD_IF(ese_debug_enabled, "%s: exit", func); in Initialize() 171 const char* func = "IoctlCallback"; in IoctlCallback() local 174 ALOGD_IF(ese_debug_enabled, "%s Ioctl Type=%lu", func, in IoctlCallback() 182 func, pOutData->data.nxpRsp.p_rsp[0], in IoctlCallback() 204 const char* func = "NfcAdaptation::HalIoctl"; in HalIoctl() local 209 ALOGD_IF(ese_debug_enabled, "%s arg=%ld", func, arg); in HalIoctl() 216 ALOGD_IF(ese_debug_enabled, "%s Ioctl Completed for Type=%lu", func, in HalIoctl()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | common.cpp | 59 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler() argument 70 info->event_cb[i].cb_func = func; in wifi_register_handler() 72 " and arg %p", func, cmd, arg); in wifi_register_handler() 82 info->event_cb[info->num_event_cb].cb_func = func; in wifi_register_handler() 85 ALOGV("Successfully added event handler %p for command %d", func, cmd); in wifi_register_handler() 96 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_vendor_handler() argument 108 info->event_cb[i].cb_func = func; in wifi_register_vendor_handler() 111 " and arg %p", func, id, subcmd, arg); in wifi_register_vendor_handler() 121 info->event_cb[info->num_event_cb].cb_func = func; in wifi_register_vendor_handler() 125 " %p", func, id, subcmd, arg); in wifi_register_vendor_handler()
|
D | common.h | 168 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg); 170 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg);
|
/hardware/qcom/msm8998/json-c/ |
D | json_object.h | 17 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) argument 19 #define THIS_FUNCTION_IS_DEPRECATED(func) __declspec(deprecated) func argument 21 #define THIS_FUNCTION_IS_DEPRECATED(func) func argument
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | mlinclude.h | 21 extern int functionEnterLog(const char *file, const char *func); 22 extern int functionExitLog(const char *file, const char *func);
|
D | log.h | 391 const char *func, int line) in __print_result_location() argument 393 MPL_LOGE("%s|%s|%d returning %d\n", file, func, line, result); in __print_result_location()
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlinclude.h | 21 extern int functionEnterLog(const char *file, const char *func); 22 extern int functionExitLog(const char *file, const char *func);
|
D | log.h | 337 const char *func, int line) in __print_result_location() argument 339 MPL_LOGE("%s|%s|%d returning %d\n", file, func, line, result); in __print_result_location()
|
/hardware/ril/libril/ |
D | ril_event.h | 31 ril_event_cb func; member 39 void ril_event_set(struct ril_event * ev, int fd, bool persist, ril_event_cb func, void * param);
|
D | ril_event.cpp | 87 dlog(" func = %x", (unsigned int)ev->func); in dump_event() 209 ev->func(ev->fd, 0, ev->param); in firePending() 252 void ril_event_set(struct ril_event * ev, int fd, bool persist, ril_event_cb func, void * param) in ril_event_set() argument 259 ev->func = func; in ril_event_set()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | common.cpp | 70 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler() argument 83 info->event_cb[info->num_event_cb].cb_func = func; in wifi_register_handler() 86 arg, func, cmd, info->num_event_cb); in wifi_register_handler() 96 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_vendor_handler() argument 109 info->event_cb[info->num_event_cb].cb_func = func; in wifi_register_vendor_handler() 112 arg, func, id, subcmd, info->num_event_cb); in wifi_register_vendor_handler()
|
D | common.h | 240 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg); 242 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | sdiovar.h | 32 int func; member
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | ConcurrentQueue.h | 107 const OnBatchReceivedFunc& func) { in run() argument 112 &BatchingConsumer<T>::runInternal, this, func); in run()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_cmd.h | 30 cmd_func_t *func; member
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | data_builder.c | 37 inv_process_cb_func func; member 1046 inv_error_t (*func)(struct inv_sensor_cal_t *data), in inv_register_data_cb() 1055 if ((inv_data_builder.process[kk].func == func) || in inv_register_data_cb() 1079 inv_data_builder.process[kk].func = func; in inv_register_data_cb() 1103 inv_error_t (*func)(struct inv_sensor_cal_t *data)) in inv_unregister_data_cb() 1108 if (inv_data_builder.process[kk].func == func) { in inv_unregister_data_cb() 1159 result = inv_data_builder.process[kk].func(&sensors); in inv_execute_on_data()
|
D | data_builder.h | 234 inv_error_t inv_register_data_cb(inv_error_t (*func) 237 inv_error_t inv_unregister_data_cb(inv_error_t (*func)
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | data_builder.h | 237 inv_error_t inv_register_data_cb(inv_error_t (*func) 240 inv_error_t inv_unregister_data_cb(inv_error_t (*func)
|
D | data_builder.c | 37 inv_process_cb_func func; member 1274 inv_error_t (*func)(struct inv_sensor_cal_t *data), in inv_register_data_cb() 1283 if ((inv_data_builder.process[kk].func == func) || in inv_register_data_cb() 1307 inv_data_builder.process[kk].func = func; in inv_register_data_cb() 1331 inv_error_t (*func)(struct inv_sensor_cal_t *data)) in inv_unregister_data_cb() 1336 if (inv_data_builder.process[kk].func == func) { in inv_unregister_data_cb() 1386 result = inv_data_builder.process[kk].func(&sensors); in inv_execute_on_data()
|