Searched refs:func (Results 26 - 50 of 98) sorted by relevance

1234

/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_Thread.c67 if((threadContext->func(threadContext->param)) != M4NO_ERROR)
105 * the "func" parameter. This function creates & allocates a unique
114 * @param func:(IN) "doIt" function pointer to run
122 M4OSA_ThreadDoIt func)
128 "M4OSA_ThreadDoIt 0x%x", context, func);
133 M4OSA_DEBUG_IF2(func == M4OSA_NULL,
149 threadContext->func = func;
121 M4OSA_threadSyncOpen(M4OSA_Context* context, M4OSA_ThreadDoIt func) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DarmVCM4P10_InterpolateLuma_Align_unsafe_s.S14 .func armVCM4P10_InterpolateLuma_HorAlign9x_unsafe
74 .func armVCM4P10_InterpolateLuma_VerAlign4x_unsafe
H A DarmVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.S14 .func armVCM4P10_InterpolateLuma_HorDiagCopy_unsafe
48 .func armVCM4P10_InterpolateLuma_VerDiagCopy_unsafe
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.S14 .func armVCM4P10_InvTransformDequantLumaDC4x4
69 .func omxVCM4P10_TransformDequantLumaDCFromPair
H A DarmVCM4P10_TransformResidual4x4_s.S14 .func armVCM4P10_TransformResidual4x4
H A DomxVCM4P10_DeblockLuma_I.S14 .func omxVCM4P10_DeblockLuma_I
H A DomxVCM4P10_TransformDequantChromaDCFromPair_s.S14 .func omxVCM4P10_TransformDequantChromaDCFromPair
H A DarmVCM4P10_Average_4x_Align_unsafe_s.S14 .func armVCM4P10_Average_4x4_Align0_unsafe
46 .func armVCM4P10_Average_4x4_Align2_unsafe
90 .func armVCM4P10_Average_4x4_Align3_unsafe
H A DarmVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.S14 .func armVCM4P10_InterpolateLuma_HalfVer4x4_unsafe
H A DarmVCM4P10_DeblockingLuma_unsafe_s.S14 .func armVCM4P10_DeblockingLumabSLT4_unsafe
57 .func armVCM4P10_DeblockingLumabSGE4_unsafe
H A DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.S14 .func armVCM4P10_InterpolateLuma_Copy4x4_unsafe
H A DarmVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.S14 .func armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.S14 .func omxVCM4P10_FilterDeblockingChroma_HorEdge_I
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.S14 .func omxVCM4P10_FilterDeblockingLuma_HorEdge_I
/frameworks/native/libs/binder/
H A DBinder.cpp139 object_cleanup_func func)
154 e->mObjects.attach(objectID, object, cleanupCookie, func);
137 attachObject( const void* objectID, void* object, void* cleanupCookie, object_cleanup_func func) argument
/frameworks/av/include/media/stagefright/
H A DDataSource.h80 static void RegisterSniffer(SnifferFunc func);
/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_Thread.h92 M4OSA_ThreadDoIt func );
/frameworks/native/include/binder/
H A DBinder.h52 object_cleanup_func func);
H A DIBinder.h143 object_cleanup_func func) = 0;
/frameworks/base/cmds/servicemanager/
H A Dbinder.c195 uint32_t *ptr, uint32_t size, binder_handler func)
226 if (func) {
234 res = func(bs, txn, &msg, &reply);
259 death->func(bs, death->ptr);
357 void binder_loop(struct binder_state *bs, binder_handler func) argument
382 res = binder_parse(bs, 0, readbuf, bwr.read_consumed, func);
194 binder_parse(struct binder_state *bs, struct binder_io *bio, uint32_t *ptr, uint32_t size, binder_handler func) argument
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java688 private static void logEglError(String func) { argument
689 Slog.e(TAG, func + " failed: error " + EGL14.eglGetError(), new Throwable());
692 private static boolean checkGlErrors(String func) { argument
693 return checkGlErrors(func, true);
696 private static boolean checkGlErrors(String func, boolean log) { argument
701 Slog.e(TAG, func + " failed: error " + error, new Throwable());
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DWifiDisplaySink.h112 int32_t sessionID, int32_t cseq, HandleRTSPResponseFunc func);
/frameworks/base/graphics/java/android/renderscript/
H A DProgramStore.java348 * @param func function used for depth testing
352 public Builder setDepthFunc(DepthFunc func) { argument
353 mDepthFunc = func;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec2 void glAlphaFunc ( GLenum func, GLclampf ref )
3 void glAlphaFuncx ( GLenum func, GLclampx ref )
23 void glDepthFunc ( GLenum func )
91 void glStencilFunc ( GLenum func, GLint ref, GLuint mask )
/frameworks/native/libs/utils/
H A DThreads.cpp213 int (*func)(void*);
221 result = (*(pDetails->func))(pDetails->arg);
238 pDetails->func = fn;
314 void androidSetCreateThreadFunc(android_create_thread_fn func) argument
316 gCreateThreadFn = func;

Completed in 228 milliseconds

1234