Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 42) sorted by relevance

12

/device/google/coral/vibrator/tests/
Dtest-hwapi.cpp111 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam()
120 auto func = std::get<1>(param); in TEST_P() local
127 auto func = std::get<1>(param); in TEST_P() local
145 auto func = std::get<1>(param); in TEST_P() local
158 auto func = std::get<1>(param); in TEST_P() local
170 auto func = std::get<1>(param); in TEST_P() local
188 auto func = std::get<1>(param); in TEST_P() local
200 auto func = std::get<1>(param); in TEST_P() local
218 auto func = std::get<1>(param); in TEST_P() local
228 auto func = std::get<1>(param); in TEST_P() local
[all …]
/device/google/bonito/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
/device/google/coral/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
/device/google/crosshatch/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
/device/generic/goldfish-opengl/fuchsia/
Dservice_connector.cc22 void SetConnectToServiceFunction(PFN_ConnectToServiceAddr func) { in SetConnectToServiceFunction()
Dfuchsia_stdio.cc10 void __assert_fail(const char *expr, const char *file, int line, const char *func) in __assert_fail()
/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidFunctorThread.h38 : FunctorThread(Functor(func), flags) {} in FunctorThread()
DAndroidFunctorThread.cpp23 FunctorThread::FunctorThread(Functor&& func, ThreadFlags flags) in FunctorThread()
/device/google/contexthub/firmware/os/algos/common/math/
Dlevenberg_marquardt.c32 ResidualAndJacobianFunction func) { in lmSolverInit()
215 bool computeResidualAndGradients(ResidualAndJacobianFunction func, in computeResidualAndGradients()
Dlevenberg_marquardt.h104 ResidualAndJacobianFunction func; member
/device/linaro/poplar/wifi/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()
96 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_vendor_handler()
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DThreadInfo.cpp55 void setTlsDestructor(tlsDtorCallback func) { in setTlsDestructor()
DThreadInfo_host.cpp28 void setTlsDestructor(tlsDtorCallback func) { in setTlsDestructor()
/device/generic/goldfish/audio/
Ddevice_factory.cpp43 const auto func = reinterpret_cast<Func>( in DevicesFactory() local
/device/generic/goldfish/radio/libril/
Dril_event.h31 ril_event_cb func; member
Dril_event.cpp252 void ril_event_set(struct ril_event * ev, int fd, bool persist, ril_event_cb func, void * param) in ril_event_set()
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/encoder/
Dfoo_entry.cpp24 void fooAlphaFunc(FooInt func, FooFloat ref) in fooAlphaFunc()
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/wrapper/
Dfoo_wrapper_entry.cpp24 void fooAlphaFunc(FooInt func, FooFloat ref) in fooAlphaFunc()
/device/google/contexthub/firmware/os/core/
Dsyscall.c79 bool syscallAddFunc(uint32_t path, SyscallFunc func) in syscallAddFunc()
/device/google/contexthub/firmware/os/inc/
Dsyscall.h64 SyscallFunc func; member
Disr.h40 bool (*func)(struct ChainedIsr *); member
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Di2c.h33 enum StmGpioAltFunc func; member
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-base.h199 #define CODEC_API(codec, func, ...) \ argument
/device/google/coral/vibrator/
DHardware.cpp151 void HwApi::record(const char *func, const T &value, void *stream) { in record()
DHardware.h40 Record(const char *func, const T &value, const void *stream) in Record()

12