/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 37 #define EGL(func) \ argument
|
/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 37 #define EGL(func) \ argument
|
/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 37 #define EGL(func) \ argument
|
/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 37 #define EGL(func) \ argument
|
/hardware/qcom/sm7250/display/gpu_tonemapper/ |
D | glengine.h | 31 #define GL(func) func; argument 32 #define EGL(func) func; argument 34 #define GL(func) \ argument 37 #define EGL(func) \ argument
|
/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 37 #define EGL(func) \ argument
|
/hardware/google/pixel/vibrator/cs40l25/tests/ |
D | test-hwapi.cpp | 136 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() 145 auto func = std::get<1>(param); in TEST_P() local 152 auto func = std::get<1>(param); in TEST_P() local 171 auto func = std::get<1>(param); in TEST_P() local 184 auto func = std::get<1>(param); in TEST_P() local 196 auto func = std::get<1>(param); in TEST_P() local 214 auto func = std::get<1>(param); in TEST_P() local 226 auto func = std::get<1>(param); in TEST_P() local 248 auto func = std::get<1>(param); in TEST_P() local 258 auto func = std::get<1>(param); in TEST_P() local [all …]
|
/hardware/google/pixel/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 189 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() 198 auto func = std::get<1>(param); in TEST_P() local 205 auto func = std::get<1>(param); in TEST_P() local 222 auto func = std::get<1>(param); in TEST_P() local 232 auto func = std::get<1>(param); in TEST_P() local 242 auto func = std::get<1>(param); in TEST_P() local 266 auto func = std::get<1>(param); in TEST_P() local 277 auto func = std::get<1>(param); in TEST_P() local 299 auto func = std::get<1>(param); in TEST_P() local 310 auto func = std::get<1>(param); in TEST_P() local [all …]
|
/hardware/nxp/nfc/snxxx/halimpl/src/adaptation/ |
D | EseAdaptation.cc | 113 const char* func = "EseAdaptation::Initialize"; in Initialize() local 143 const char* func = "EseAdaptation::Thread"; in Thread() local 179 const char* func = "EseAdaptation::InitializeHalDeviceContext"; in InitializeHalDeviceContext() local 205 const char* func = "EseAdaptation::HalDeviceContextDataCallback"; in HalDeviceContextDataCallback() local 221 const char* func = "IoctlCallback"; in IoctlCallback() local 249 const char* func = "EseAdaptation::HalIoctl"; in HalIoctl() local
|
/hardware/nxp/nfc/pn8x/halimpl/src/adaptation/ |
D | EseAdaptation.cpp | 115 const char* func = "EseAdaptation::Initialize"; in Initialize() local 156 const char* func = "EseAdaptation::Thread"; in Thread() local 192 const char* func = "EseAdaptation::InitializeHalDeviceContext"; in InitializeHalDeviceContext() local 218 const char* func = "EseAdaptation::HalDeviceContextDataCallback"; in HalDeviceContextDataCallback() local 234 const char* func = "IoctlCallback"; in IoctlCallback() local 262 const char* func = "EseAdaptation::HalIoctl"; in HalIoctl() local
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/include/ |
D | Callable.h | 41 explicit AnyFuncWrapper(T func) : mFunc(std::move(func)) {} in AnyFuncWrapper() 50 std::unique_ptr<Callable> Callable::from(T func) { in from()
|
/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/ |
D | NfcAdaptation.cpp | 46 const char* func = "NfcAdaptation::Initialize"; in Initialize() local 176 const char* func = "NfcAdaptation::resetEse"; in resetEse() local 206 const char* func = "NfcAdaptation::setEseUpdateState"; in setEseUpdateState() local
|
/hardware/nxp/secure_element/pn8x/libese-spi/src/adaptation/ |
D | NfcAdaptation.cpp | 40 const char* func = "NfcAdaptation::Initialize"; in Initialize() local 171 const char* func = "IoctlCallback"; in IoctlCallback() local 204 const char* func = "NfcAdaptation::HalIoctl"; in HalIoctl() local
|
/hardware/google/pixel/vibrator/common/ |
D | HardwareBase.h | 49 Record(const char *func, const T &value, const std::ios *stream) in Record() 152 void HwApiBase::record(const char *func, const T &value, const std::ios *stream) { in record()
|
/hardware/interfaces/health/utils/libhealthloop/include/health/ |
D | HealthLoop.h | 79 BoundFunction func; member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_cmd.h | 30 cmd_func_t *func; member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | sdiovar.h | 32 int func; member
|
/hardware/ril/libril/ |
D | ril_event.h | 31 ril_event_cb func; member
|
/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() 96 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_vendor_handler()
|
/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() 98 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_vendor_handler()
|
/hardware/interfaces/health/2.0/default/ |
D | healthd_common_adapter.cpp | 37 int RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup) { in RegisterEvent()
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | ConcurrentQueue.h | 107 const OnBatchReceivedFunc& func) { in run()
|
/hardware/interfaces/security/keymint/aidl/vts/performance/ |
D | KeyMintBenchmark.cpp | 352 #define BENCHMARK_KM(func, transform, keySize) \ argument 354 #define BENCHMARK_KM_MSG(func, transform, keySize, msgSize) \ argument 359 #define BENCHMARK_KM_ALL_MSGS(func, transform, keySize) \ argument
|
/hardware/interfaces/health/utils/libhealthloop/ |
D | HealthLoop.cpp | 59 int HealthLoop::RegisterEvent(int fd, BoundFunction func, EventWakeup wakeup) { in RegisterEvent()
|
/hardware/interfaces/keymaster/4.0/vts/performance/ |
D | Benchmark.cpp | 419 #define BENCHMARK_KM(func, transform, keySize) \ argument 421 #define BENCHMARK_KM_MSG(func, transform, keySize, msgSize) \ argument 426 #define BENCHMARK_KM_ALL_MSGS(func, transform, keySize) \ argument
|