Home
last modified time | relevance | path

Searched refs:func (Results 1 – 25 of 40) sorted by relevance

12

/hardware/qcom/display/msm8998/gpu_tonemapper/
Dglengine.h31 #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/
Dglengine.h31 #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/
Dglengine.h31 #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/sm8150/display/gpu_tonemapper/
Dglengine.h31 #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/
Dglengine.h31 #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/
DEseAdaptation.cpp115 const char* func = "EseAdaptation::Initialize"; in Initialize() local
117 ALOGD_IF(nfc_debug_enabled, "%s: enter", func); in Initialize()
132 ALOGD_IF(nfc_debug_enabled, "%s: exit", func); in Initialize()
156 const char* func = "EseAdaptation::Thread"; in Thread() local
157 ALOGD_IF(nfc_debug_enabled, "%s: enter", func); in Thread()
163 ALOGD_IF(nfc_debug_enabled, "%s: exit", func); in Thread()
192 const char* func = "EseAdaptation::InitializeHalDeviceContext"; in InitializeHalDeviceContext() local
193 ALOGD_IF(nfc_debug_enabled, "%s: enter", func); in InitializeHalDeviceContext()
194 ALOGD_IF(nfc_debug_enabled, "%s: INxpEse::tryGetService()", func); in InitializeHalDeviceContext()
196 ALOGD_IF(mHalNxpEse == nullptr, "%s: Failed to retrieve the NXP ESE HAL!", func); in InitializeHalDeviceContext()
[all …]
/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h65 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/
DNfcAdaptation.cpp40 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/
Dcommon.cpp59 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()
/hardware/qcom/msm8998/json-c/
Djson_object.h17 #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/65xx/libsensors_iio/software/core/driver/include/
Dmlinclude.h21 extern int functionEnterLog(const char *file, const char *func);
22 extern int functionExitLog(const char *file, const char *func);
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlinclude.h21 extern int functionEnterLog(const char *file, const char *func);
22 extern int functionExitLog(const char *file, const char *func);
/hardware/ril/libril/
Dril_event.h31 ril_event_cb func; member
39 void ril_event_set(struct ril_event * ev, int fd, bool persist, ril_event_cb func, void * param);
Dril_event.cpp87 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/
Dcommon.cpp70 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()
Dcommon.h240 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/interfaces/health/utils/libhealthloop/include/health/
DHealthLoop.h68 int RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup);
79 BoundFunction func; member
/hardware/interfaces/health/2.0/default/
Dhealthd_common_adapter.cpp37 int RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup) { in RegisterEvent() argument
38 return HealthLoop::RegisterEvent(fd, func, wakeup); in RegisterEvent()
/hardware/interfaces/health/utils/libhealthloop/
DHealthLoop.cpp59 int HealthLoop::RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup) { in RegisterEvent() argument
64 .emplace_back(std::make_unique<EventHandler>(EventHandler{this, fd, func})) in RegisterEvent()
223 event_handler->func(event_handler->object, events[n].events); in MainLoop()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dsdiovar.h32 int func; member
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DConcurrentQueue.h107 const OnBatchReceivedFunc& func) { in run() argument
112 &BatchingConsumer<T>::runInternal, this, func); in run()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_cmd.h30 cmd_func_t *func; member
/hardware/interfaces/keymaster/4.0/vts/performance/
DBenchmark.cpp419 #define BENCHMARK_KM(func, transform, keySize) \ argument
420 BENCHMARK_CAPTURE(func, transform/keySize, #transform "/" #keySize, keySize)->Apply(settings);
421 #define BENCHMARK_KM_MSG(func, transform, keySize, msgSize) \ argument
422 BENCHMARK_CAPTURE(func, transform/keySize/msgSize, #transform "/" #keySize "/" #msgSize, \
426 #define BENCHMARK_KM_ALL_MSGS(func, transform, keySize) \ argument
427 BENCHMARK_KM_MSG(func, transform, keySize, SMALL_MESSAGE_SIZE) \
428 BENCHMARK_KM_MSG(func, transform, keySize, MEDIUM_MESSAGE_SIZE) \
429 BENCHMARK_KM_MSG(func, transform, keySize, LARGE_MESSAGE_SIZE)
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Ddata_builder.c37 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()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Ddata_builder.h237 inv_error_t inv_register_data_cb(inv_error_t (*func)
240 inv_error_t inv_unregister_data_cb(inv_error_t (*func)

12