/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/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/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/sm8150/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/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/google/pixel/vibrator/cs40l25/tests/ |
D | test-hwapi.cpp | 134 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() argument 135 return std::make_tuple(name, func); in MakeParam() 143 auto func = std::get<1>(param); in TEST_P() local 145 EXPECT_TRUE(func(*mHwApi)); in TEST_P() 150 auto func = std::get<1>(param); in TEST_P() local 152 EXPECT_FALSE(func(*mNoApi)); in TEST_P() 168 auto func = std::get<1>(param); in TEST_P() local 174 EXPECT_TRUE(func(*mHwApi, &actual)); in TEST_P() 181 auto func = std::get<1>(param); in TEST_P() local 187 EXPECT_TRUE(func(*mHwApi, &actual)); in TEST_P() [all …]
|
/hardware/nxp/nfc/halimpl/src/adaptation/ |
D | EseAdaptation.cpp | 115 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/google/pixel/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 188 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() argument 189 return std::make_tuple(name, func); in MakeParam() 197 auto func = std::get<1>(param); in TEST_P() local 199 EXPECT_TRUE(func(*mHwApi)); in TEST_P() 204 auto func = std::get<1>(param); in TEST_P() local 206 EXPECT_FALSE(func(*mNoApi)); in TEST_P() 221 auto func = std::get<1>(param); in TEST_P() local 225 EXPECT_TRUE(func(*mHwApi, true)); in TEST_P() 231 auto func = std::get<1>(param); in TEST_P() local 235 EXPECT_TRUE(func(*mHwApi, false)); in TEST_P() [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 | 180 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg); 182 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/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);
|
/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);
|
/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 | 72 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler() argument 85 info->event_cb[info->num_event_cb].cb_func = func; in wifi_register_handler() 88 arg, func, cmd, info->num_event_cb); in wifi_register_handler() 98 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_vendor_handler() argument 111 info->event_cb[info->num_event_cb].cb_func = func; in wifi_register_vendor_handler() 114 arg, func, id, subcmd, info->num_event_cb); in wifi_register_vendor_handler()
|
/hardware/interfaces/health/utils/libhealthloop/include/health/ |
D | HealthLoop.h | 68 int RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup); 79 BoundFunction func; member
|
/hardware/google/pixel/vibrator/common/ |
D | HardwareBase.h | 49 Record(const char *func, const T &value, const std::ios *stream) in Record() argument 50 : mFunc(func), mValue(value), mStream(stream) {} in Record() 78 void record(const char *func, const T &value, const std::ios *stream); 149 void HwApiBase::record(const char *func, const T &value, const std::ios *stream) { in record() argument 151 mRecords.emplace_back(std::make_unique<Record<T>>(func, value, stream)); in record()
|
/hardware/interfaces/health/2.0/default/ |
D | healthd_common_adapter.cpp | 37 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/ |
D | HealthLoop.cpp | 59 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/ |
D | sdiovar.h | 32 int func; member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_cmd.h | 30 cmd_func_t *func; member
|
/hardware/interfaces/keymaster/4.0/vts/performance/ |
D | Benchmark.cpp | 419 #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/ |
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()
|