/frameworks/compile/libbcc/lib/ExecutionEngine/ |
D | Runtime.c | 31 #define DEF_GENERIC_RUNTIME(func) \ argument 32 extern void *func; 33 #define DEF_VFP_RUNTIME(func) \ argument 34 extern void *func ## vfp; 35 #define DEF_LLVM_RUNTIME(func) argument 36 #define DEF_BCC_RUNTIME(func) argument 42 #define DEF_GENERIC_RUNTIME(func) \ argument 43 { #func, (void*) &func }, 45 #define DEF_VFP_RUNTIME(func) \ argument 46 { #func, (void*) &func ## vfp }, [all …]
|
D | Runtime.def | 18 # define DEF_GENERIC_OR_VFP_RUNTIME(func) DEF_VFP_RUNTIME(func) 19 # define DEF_LLVM_OR_VFP_RUNTIME(func) DEF_VFP_RUNTIME(func) 22 # define DEF_VFP_RUNTIME(func) 23 # define DEF_GENERIC_OR_VFP_RUNTIME(func) DEF_GENERIC_RUNTIME(func) 24 # define DEF_LLVM_OR_VFP_RUNTIME(func) DEF_LLVM_RUNTIME(func)
|
/frameworks/native/libs/utils/ |
D | Debug.cpp | 163 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode() argument 168 func ? (*func)(cookie, buffer) : defaultPrintFunc(cookie, buffer); in printTypeCode() 174 debugPrintFunc func, void* cookie) in printHexData() argument 181 if (func == NULL) func = defaultPrintFunc; in printHexData() 188 if (singleLineBytesCutoff < 0) func(cookie, "\n"); in printHexData() 189 func(cookie, "(NULL)"); in printHexData() 194 if (singleLineBytesCutoff < 0) func(cookie, "\n"); in printHexData() 195 func(cookie, "(empty)"); in printHexData() 200 if (singleLineBytesCutoff < 0) func(cookie, "\n"); in printHexData() 203 func(cookie, buf); in printHexData() [all …]
|
/frameworks/base/native/android/ |
D | storage_manager.cpp | 73 ObbCallback* registerObbCallback(AStorageManager_obbCallbackFunc func, void* data) { in registerObbCallback() 74 ObbCallback* cb = new ObbCallback(getNextNonce(), func, data); in registerObbCallback() 128 …void mountObb(const char* filename, const char* key, AStorageManager_obbCallbackFunc func, void* d… in mountObb() 129 ObbCallback* cb = registerObbCallback(func, data); in mountObb() 135 …void unmountObb(const char* filename, const bool force, AStorageManager_obbCallbackFunc func, void… in unmountObb() 136 ObbCallback* cb = registerObbCallback(func, data); in unmountObb()
|
/frameworks/rs/cpp/ |
D | RenderScript.cpp | 153 void RenderScript::setErrorHandler(ErrorHandlerFunc_t func) { in setErrorHandler() argument 154 mErrorFunc = func; in setErrorHandler() 157 void RenderScript::setMessageHandler(MessageHandlerFunc_t func) { in setMessageHandler() argument 158 mMessageFunc = func; in setMessageHandler()
|
D | RenderScript.h | 50 void setErrorHandler(ErrorHandlerFunc_t func); 53 void setMessageHandler(MessageHandlerFunc_t func);
|
/frameworks/base/core/jni/ |
D | android_bluetooth_common.h | 110 const char *func, 118 const char *func, 127 const char *func, 136 const char *func, 146 const char *func,
|
D | android_bluetooth_common.cpp | 149 const char *func, in dbus_func_args_async_valist() argument 158 msg = dbus_message_new_method_call(BLUEZ_DBUS_BASE_IFC, path, ifc, func); in dbus_func_args_async_valist() 206 const char *func, in dbus_func_args_async() argument 216 path, ifc, func, in dbus_func_args_async() 234 const char *func, in dbus_func_args_timeout_valist() argument 248 msg = dbus_message_new_method_call(BLUEZ_DBUS_BASE_IFC, path, ifc, func); in dbus_func_args_timeout_valist() 280 const char *func, in dbus_func_args_timeout() argument 287 path, ifc, func, in dbus_func_args_timeout() 297 const char *func, in dbus_func_args() argument 304 path, ifc, func, in dbus_func_args() [all …]
|
/frameworks/native/libs/binder/ |
D | BpBinder.cpp | 45 IBinder::object_cleanup_func func) in attach() argument 50 e.func = func; in attach() 79 if (e.func != NULL) { in kill() 80 e.func(mObjects.keyAt(i), e.object, e.cleanupCookie); in kill() 288 object_cleanup_func func) in attachObject() argument 292 mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
|
/frameworks/wilhelm/src/ |
D | assert.c | 28 void __assert2(const char *file, int line, const char *func, const char *failedexpr) in __assert2() argument 31 failedexpr, file, line, func); in __assert2()
|
/frameworks/native/opengl/libs/GLES_trace/tools/ |
D | genapi.py | 283 self.func = self.getFunc(callsite) 327 return "%s GLTrace_%s(%s);" % (self.ret, self.func, self.arglist) 330 return TRACE_CALL_TEMPLATE(func = self.func, 365 if api.func not in funcs: 367 funcs.add(api.func)
|
/frameworks/native/include/binder/ |
D | BpBinder.h | 55 object_cleanup_func func); 73 IBinder::object_cleanup_func func); 87 IBinder::object_cleanup_func func; member
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 226 void glStencilFunc(GLenum func, GLint ref, GLuint mask) { in glStencilFunc() argument 228 if (func < GL_NEVER || func > GL_ALWAYS) { in glStencilFunc() 249 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() argument 251 glAlphaFuncx(func, gglFloatToFixed(ref)); in glAlphaFunc() 544 void glDepthFunc(GLenum func) { in glDepthFunc() argument 546 c->rasterizer.procs.depthFunc(c, func); in glDepthFunc() 554 void glAlphaFuncx(GLenum func, GLclampx ref) { in glAlphaFuncx() argument 556 c->rasterizer.procs.alphaFuncx(c, func, ref); in glAlphaFuncx()
|
/frameworks/native/include/utils/ |
D | Debug.h | 56 debugPrintFunc func = 0, void* cookie = 0); 61 debugPrintFunc func = 0, void* cookie = 0);
|
D | TextOutput.h | 77 TextOutput& operator<<(TextOutput& to, TextOutputManipFunc func); 156 inline TextOutput& operator<<(TextOutput& to, TextOutputManipFunc func) 158 return (*func)(to);
|
/frameworks/av/media/libstagefright/ |
D | DataSource.cpp | 97 void DataSource::RegisterSniffer(SnifferFunc func) { in RegisterSniffer() argument 102 if (*it == func) { in RegisterSniffer() 107 gSniffers.push_back(func); in RegisterSniffer()
|
/frameworks/av/libvideoeditor/osal/src/ |
D | M4OSA_Thread.c | 67 if((threadContext->func(threadContext->param)) != M4NO_ERROR) in M4OSA_threadSyncForEverDo() 122 M4OSA_ThreadDoIt func) in M4OSA_threadSyncOpen() argument 128 "M4OSA_ThreadDoIt 0x%x", context, func); in M4OSA_threadSyncOpen() 133 M4OSA_DEBUG_IF2(func == M4OSA_NULL, in M4OSA_threadSyncOpen() 149 threadContext->func = func; in M4OSA_threadSyncOpen()
|
/frameworks/base/tests/backup/ |
D | backup_helper_test.cpp | 32 test_func func; member 90 t->result = t->func(); in main()
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_context.cpp | 204 GLMessage_Function func = msg->function(); in traceGLMessage() local 205 if (func == GLMessage::eglSwapBuffers in traceGLMessage() 206 || func == GLMessage::glDrawArrays in traceGLMessage() 207 || func == GLMessage::glDrawElements) { in traceGLMessage()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/ |
D | armVCM4P10_DeblockingChroma_unsafe_s.S | 14 .func armVCM4P10_DeblockingChromabSLT4_unsafe 41 .func armVCM4P10_DeblockingChromabSGE4_unsafe
|
D | armVCM4P10_Average_4x_Align_unsafe_s.S | 14 .func armVCM4P10_Average_4x4_Align0_unsafe 46 .func armVCM4P10_Average_4x4_Align2_unsafe 90 .func armVCM4P10_Average_4x4_Align3_unsafe
|
D | omxVCM4P10_TransformDequantLumaDCFromPair_s.S | 14 .func armVCM4P10_InvTransformDequantLumaDC4x4 62 .func omxVCM4P10_TransformDequantLumaDCFromPair
|
/frameworks/base/cmds/servicemanager/ |
D | binder.h | 50 void (*func)(struct binder_state *bs, void *ptr); member 95 void binder_loop(struct binder_state *bs, binder_handler func);
|
D | binder.c | 195 uint32_t *ptr, uint32_t size, binder_handler func) in binder_parse() argument 226 if (func) { in binder_parse() 234 res = func(bs, txn, &msg, &reply); in binder_parse() 259 death->func(bs, death->ptr); in binder_parse() 357 void binder_loop(struct binder_state *bs, binder_handler func) in binder_loop() argument 382 res = binder_parse(bs, 0, readbuf, bwr.read_consumed, func); in binder_loop()
|
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/ |
D | typedefs.h | 168 #define ADD_PREFIX(func) LINK0(PREFIX, _, func) argument
|