Searched defs:func (Results 1 - 25 of 57) sorted by path

123

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp153 SimpleAction(ActionFunc func) argument
154 : mFunc(func) {
/frameworks/av/media/libstagefright/
H A DDataSource.cpp150 void DataSource::RegisterSniffer_l(SnifferFunc func) { argument
153 if (*it == func) {
158 gSniffers.push_back(func);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp562 int32_t sessionID, int32_t cseq, HandleRTSPResponseFunc func) {
566 mResponseHandlers.add(id, func);
1082 HandleRTSPResponseFunc func = mResponseHandlers.valueAt(index); local
1085 status_t err = (this->*func)(sessionID, data);
561 registerResponseHandler( int32_t sessionID, int32_t cseq, HandleRTSPResponseFunc func) argument
/frameworks/base/core/java/android/content/
H A DContentProvider.java1659 * @param func Interface implementing the function that will actually
1667 final @NonNull PipeDataWriter<T> func) throws FileNotFoundException {
1674 func.writeDataToPipe(fds[1], uri, mimeType, opts, args);
1665 openPipeHelper(final @NonNull Uri uri, final @NonNull String mimeType, final @Nullable Bundle opts, final @Nullable T args, final @NonNull PipeDataWriter<T> func) argument
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp454 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
457 (JNIEnv *_env, jobject _this, jint func, jfloat ref) {
459 (GLenum)func,
464 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
467 (JNIEnv *_env, jobject _this, jint func, jint ref) {
469 (GLenum)func,
809 /* void glDepthFunc ( GLenum func ) */
812 (JNIEnv *_env, jobject _this, jint func) {
814 (GLenum)func
2744 /* void glStencilFunc ( GLenum func, GLin
456 android_glAlphaFunc__IF(JNIEnv *_env, jobject _this, jint func, jfloat ref) argument
466 android_glAlphaFuncx__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
811 android_glDepthFunc__I(JNIEnv *_env, jobject _this, jint func) argument
2746 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
[all...]
H A Dandroid_opengl_GLES11Ext.cpp910 /* void glAlphaFuncxOES ( GLenum func, GLclampx ref ) */
913 (JNIEnv *_env, jobject _this, jint func, jint ref) {
915 (GLenum)func,
912 android_glAlphaFuncxOES__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
H A Dandroid_opengl_GLES20.cpp1223 /* void glDepthFunc ( GLenum func ) */
1226 (JNIEnv *_env, jobject _this, jint func) {
1228 (GLenum)func
4282 /* void glStencilFunc ( GLenum func, GLint ref, GLuint mask ) */
4285 (JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) {
4287 (GLenum)func,
4293 /* void glStencilFuncSeparate ( GLenum face, GLenum func, GLint ref, GLuint mask ) */
4296 (JNIEnv *_env, jobject _this, jint face, jint func, jint ref, jint mask) {
4299 (GLenum)func,
1225 android_glDepthFunc__I(JNIEnv *_env, jobject _this, jint func) argument
4284 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
4295 android_glStencilFuncSeparate__IIII(JNIEnv *_env, jobject _this, jint face, jint func, jint ref, jint mask) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp274 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
277 (JNIEnv *_env, jobject _this, jint func, jfloat ref) {
279 (GLenum)func,
284 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
287 (JNIEnv *_env, jobject _this, jint func, jint ref) {
289 (GLenum)func,
629 /* void glDepthFunc ( GLenum func ) */
632 (JNIEnv *_env, jobject _this, jint func) {
634 (GLenum)func
3461 /* void glStencilFunc ( GLenum func, GLin
276 android_glAlphaFunc__IF(JNIEnv *_env, jobject _this, jint func, jfloat ref) argument
286 android_glAlphaFuncx__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
631 android_glDepthFunc__I(JNIEnv *_env, jobject _this, jint func) argument
3463 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5866 auto func = [&](const ResTable_config& cfg) { local
5875 forEachConfiguration(ignoreMipmap, ignoreAndroidPackage, includeSystemConfigs, func);
/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp196 void glDepthFunc(GLenum func) {} argument
225 void glStencilFunc(GLenum func, GLint ref, GLuint mask) {} argument
226 void glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) {} argument
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp775 t->func();
780 void CanvasContext::enqueueFrameWork(std::function<void()>&& func) { argument
785 task->func = func;
H A DCanvasContext.h167 ANDROID_API void enqueueFrameWork(std::function<void()>&& func);
238 std::function<void()> func; member in struct:android::uirenderer::renderthread::CanvasContext::FuncTask
/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
H A DGLErrorWrapper.java76 public void glAlphaFunc(int func, float ref) { argument
78 mgl.glAlphaFunc(func, ref);
82 public void glAlphaFuncx(int func, int ref) { argument
84 mgl.glAlphaFuncx(func, ref);
219 public void glDepthFunc(int func) { argument
221 mgl.glDepthFunc(func);
718 public void glStencilFunc(int func, int ref, int mask) { argument
720 mgl.glStencilFunc(func, ref, mask);
H A DGLLogWrapper.java1185 public void glAlphaFunc(int func, float ref) { argument
1187 arg("func", func);
1190 mgl.glAlphaFunc(func, ref);
1194 public void glAlphaFuncx(int func, int ref) { argument
1196 arg("func", func);
1199 mgl.glAlphaFuncx(func, ref);
1443 public void glDepthFunc(int func) { argument
1445 arg("func", fun
2354 glStencilFunc(int func, int ref, int mask) argument
[all...]
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java93 // C function void glAlphaFunc ( GLenum func, GLclampf ref )
96 int func,
100 // C function void glAlphaFuncx ( GLenum func, GLclampx ref )
103 int func,
302 // C function void glDepthFunc ( GLenum func )
305 int func
939 // C function void glStencilFunc ( GLenum func, GLint ref, GLuint mask )
942 int func,
95 glAlphaFunc( int func, float ref ) argument
102 glAlphaFuncx( int func, int ref ) argument
941 glStencilFunc( int func, int ref, int mask ) argument
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java266 int func,
271 int func,
408 int func
850 int func,
265 glAlphaFunc( int func, float ref ) argument
270 glAlphaFuncx( int func, int ref ) argument
849 glStencilFunc( int func, int ref, int mask ) argument
/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;
H A DRenderScript.java966 native void rsnScriptIntrinsicBLAS_Single(long con, long id, int func, int TransA, argument
970 synchronized void nScriptIntrinsicBLAS_Single(long id, int func, int TransA, argument
975 rsnScriptIntrinsicBLAS_Single(mContext, id, func, TransA, TransB, Side, Uplo, Diag, M, N, K, alpha, A, B, beta, C, incX, incY, KL, KU);
978 native void rsnScriptIntrinsicBLAS_Double(long con, long id, int func, int TransA, argument
982 synchronized void nScriptIntrinsicBLAS_Double(long id, int func, int TransA, argument
987 rsnScriptIntrinsicBLAS_Double(mContext, id, func, TransA, TransB, Side, Uplo, Diag, M, N, K, alpha, A, B, beta, C, incX, incY, KL, KU);
990 native void rsnScriptIntrinsicBLAS_Complex(long con, long id, int func, int TransA, argument
994 synchronized void nScriptIntrinsicBLAS_Complex(long id, int func, int TransA, argument
999 rsnScriptIntrinsicBLAS_Complex(mContext, id, func, TransA, TransB, Side, Uplo, Diag, M, N, K, alphaX, alphaY, A, B, betaX, betaY, C, incX, incY, KL, KU);
1002 native void rsnScriptIntrinsicBLAS_Z(long con, long id, int func, in argument
1006 nScriptIntrinsicBLAS_Z(long id, int func, int TransA, int TransB, int Side, int Uplo, int Diag, int M, int N, int K, double alphaX, double alphaY, long A, long B, double betaX, double betaY, long C, int incX, int incY, int KL, int KU) argument
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp607 nScriptIntrinsicBLAS_Single(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint TransA, argument
613 call.func = (RsBlasFunction)func;
640 nScriptIntrinsicBLAS_Double(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint TransA, argument
646 call.func = (RsBlasFunction)func;
673 nScriptIntrinsicBLAS_Complex(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint TransA, argument
679 call.func = (RsBlasFunction)func;
708 nScriptIntrinsicBLAS_Z(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jin argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java7715 void enforceCallingPermission(String permission, String func) { argument
7721 String msg = "Permission Denial: " + func + " from pid="
18607 private void enforceWriteSettingsPermission(String func) { argument
18618 String msg = "Permission Denial: " + func + " from pid="
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.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());

Completed in 345 milliseconds

123