Searched refs:func (Results 51 - 75 of 97) sorted by last modified time

1234

/frameworks/base/rs/java/android/renderscript/
H A DProgramStore.java346 * @param func function used for depth testing
350 public Builder setDepthFunc(DepthFunc func) { argument
351 mDepthFunc = func;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java6882 void enforceCallingPermission(String permission, String func) { argument
6888 String msg = "Permission Denial: " + func + " from pid="
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java670 private static void logEglError(String func) { argument
671 Slog.e(TAG, func + " failed: error " + EGL14.eglGetError(), new Throwable());
674 private static boolean checkGlErrors(String func) { argument
675 return checkGlErrors(func, true);
678 private static boolean checkGlErrors(String func, boolean log) { argument
683 Slog.e(TAG, func + " failed: error " + error, new Throwable());
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1359 private boolean checkCallingPermission(String permission, String func) { argument
1368 String msg = "Permission Denial: " + func + " from pid="
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java3496 boolean checkCallingPermission(String permission, String func) { argument
3506 String msg = "Permission Denial: " + func + " from pid="
/frameworks/base/native/android/
H A Dstorage_manager.cpp73 ObbCallback* registerObbCallback(AStorageManager_obbCallbackFunc func, void* data) { argument
74 ObbCallback* cb = new ObbCallback(getNextNonce(), func, data);
128 void mountObb(const char* rawPath, const char* key, AStorageManager_obbCallbackFunc func, argument
137 ObbCallback* cb = registerObbCallback(func, data);
144 void unmountObb(const char* filename, const bool force, AStorageManager_obbCallbackFunc func, void* data) { argument
145 ObbCallback* cb = registerObbCallback(func, data);
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java279 // C function void glAlphaFunc ( GLenum func, GLclampf ref )
282 int func,
286 // C function void glAlphaFuncx ( GLenum func, GLclampx ref )
289 int func,
488 // C function void glDepthFunc ( GLenum func )
491 int func
1114 // C function void glStencilFunc ( GLenum func, GLint ref, GLuint mask )
1117 int func,
281 glAlphaFunc( int func, float ref ) argument
288 glAlphaFuncx( int func, int ref ) argument
1116 glStencilFunc( int func, int ref, int mask ) argument
H A DGLES11Ext.java272 // C function void glAlphaFuncxOES ( GLenum func, GLclampx ref )
275 int func,
274 glAlphaFuncxOES( int func, int ref ) argument
H A DGLES20.java631 // C function void glDepthFunc ( GLenum func )
634 int func
1383 // C function void glStencilFunc ( GLenum func, GLint ref, GLuint mask )
1386 int func,
1391 // C function void glStencilFuncSeparate ( GLenum face, GLenum func, GLint ref, GLuint mask )
1395 int func,
1385 glStencilFunc( int func, int ref, int mask ) argument
1393 glStencilFuncSeparate( int face, int func, int ref, int mask ) argument
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp336 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
339 (JNIEnv *_env, jobject _this, jint func, jfloat ref) {
341 (GLenum)func,
346 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
349 (JNIEnv *_env, jobject _this, jint func, jint ref) {
351 (GLenum)func,
691 /* void glDepthFunc ( GLenum func ) */
694 (JNIEnv *_env, jobject _this, jint func) {
696 (GLenum)func
2625 /* void glStencilFunc ( GLenum func, GLin
338 android_glAlphaFunc__IF(JNIEnv *_env, jobject _this, jint func, jfloat ref) argument
348 android_glAlphaFuncx__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
693 android_glDepthFunc__I(JNIEnv *_env, jobject _this, jint func) argument
2627 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
[all...]
H A Dandroid_opengl_GLES11Ext.cpp792 /* void glAlphaFuncxOES ( GLenum func, GLclampx ref ) */
795 (JNIEnv *_env, jobject _this, jint func, jint ref) {
797 (GLenum)func,
794 android_glAlphaFuncxOES__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
H A Dandroid_opengl_GLES20.cpp1105 /* void glDepthFunc ( GLenum func ) */
1108 (JNIEnv *_env, jobject _this, jint func) {
1110 (GLenum)func
4177 /* void glStencilFunc ( GLenum func, GLint ref, GLuint mask ) */
4180 (JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) {
4182 (GLenum)func,
4188 /* void glStencilFuncSeparate ( GLenum face, GLenum func, GLint ref, GLuint mask ) */
4191 (JNIEnv *_env, jobject _this, jint face, jint func, jint ref, jint mask) {
4194 (GLenum)func,
1107 android_glDepthFunc__I(JNIEnv *_env, jobject _this, jint func) argument
4179 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
4190 android_glStencilFuncSeparate__IIII(JNIEnv *_env, jobject _this, jint face, jint func, jint ref, jint mask) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp270 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
273 (JNIEnv *_env, jobject _this, jint func, jfloat ref) {
275 (GLenum)func,
280 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
283 (JNIEnv *_env, jobject _this, jint func, jint ref) {
285 (GLenum)func,
625 /* void glDepthFunc ( GLenum func ) */
628 (JNIEnv *_env, jobject _this, jint func) {
630 (GLenum)func
3457 /* void glStencilFunc ( GLenum func, GLin
272 android_glAlphaFunc__IF(JNIEnv *_env, jobject _this, jint func, jfloat ref) argument
282 android_glAlphaFuncx__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
627 android_glDepthFunc__I(JNIEnv *_env, jobject _this, jint func) argument
3459 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
[all...]
/frameworks/base/core/java/android/content/
H A DContentProvider.java1604 * @param func Interface implementing the function that will actually
1611 final Bundle opts, final T args, final PipeDataWriter<T> func)
1619 func.writeDataToPipe(fds[1], uri, mimeType, opts, args);
1610 openPipeHelper(final Uri uri, final String mimeType, final Bundle opts, final T args, final PipeDataWriter<T> func) argument
/frameworks/av/include/media/stagefright/
H A DDataSource.h113 static void RegisterSniffer_l(SnifferFunc func);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp150 SimpleAction(ActionFunc func) argument
151 : mFunc(func) {
/frameworks/av/media/libstagefright/
H A DDataSource.cpp146 void DataSource::RegisterSniffer_l(SnifferFunc func) { argument
149 if (*it == func) {
154 gSniffers.push_back(func);
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dtypedefs.h168 #define ADD_PREFIX(func) LINK0(PREFIX, _, func)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DarmVCM4P10_Average_4x_Align_unsafe_s.S29 .func armVCM4P10_Average_4x4_Align0_unsafe
61 .func armVCM4P10_Average_4x4_Align2_unsafe
105 .func armVCM4P10_Average_4x4_Align3_unsafe
H A DarmVCM4P10_DeblockingChroma_unsafe_s.S29 .func armVCM4P10_DeblockingChromabSLT4_unsafe
56 .func armVCM4P10_DeblockingChromabSGE4_unsafe
H A DarmVCM4P10_DeblockingLuma_unsafe_s.S29 .func armVCM4P10_DeblockingLumabSLT4_unsafe
72 .func armVCM4P10_DeblockingLumabSGE4_unsafe
H A DarmVCM4P10_DecodeCoeffsToPair_s.S45 .func armVCM4P10_DecodeCoeffsToPair
H A DarmVCM4P10_InterpolateLuma_Align_unsafe_s.S29 .func armVCM4P10_InterpolateLuma_HorAlign9x_unsafe
89 .func armVCM4P10_InterpolateLuma_VerAlign4x_unsafe
H A DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.S29 .func armVCM4P10_InterpolateLuma_Copy4x4_unsafe
H A DarmVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.S29 .func armVCM4P10_InterpolateLuma_HorDiagCopy_unsafe
63 .func armVCM4P10_InterpolateLuma_VerDiagCopy_unsafe

Completed in 466 milliseconds

1234