Searched defs:location (Results 151 - 175 of 195) sorted by relevance

12345678

/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp21 #define LOCATION_CLASS_NAME "android/location/Location"
209 "([Landroid/location/Location;)V");
230 "(ILandroid/location/Location;IJI)V"
235 "(IILandroid/location/Location;)V"
281 FlpLocation& location) {
282 location.size = sizeof(FlpLocation);
283 location.flags = 0;
288 location.latitude = env->CallDoubleMethod(locationObject, getLatitude);
290 location.longitude = env->CallDoubleMethod(locationObject, getLongitude);
292 location
278 TranslateFromObject( JNIEnv* env, jobject locationObject, FlpLocation& location) argument
458 TranslateToObject(const FlpLocation* location, jobject& locationObject) argument
630 GeofenceTransitionCallback( int32_t geofenceId, FlpLocation* location, int32_t transition, FlpUtcTime timestamp, uint32_t sourcesUsed ) argument
886 FlpLocation location; local
[all...]
H A Dcom_android_server_location_GnssLocationProvider.cpp111 static void location_callback(GpsLocation* location) argument
114 env->CallVoidMethod(mCallbacksObj, method_reportLocation, location->flags,
115 (jdouble)location->latitude, (jdouble)location->longitude,
116 (jdouble)location->altitude,
117 (jfloat)location->speed, (jfloat)location->bearing,
118 (jfloat)location->accuracy, (jlong)location->timestamp);
468 static void gps_geofence_transition_callback(int32_t geofence_id, GpsLocation* location, argument
482 gps_geofence_status_callback(int32_t status, GpsLocation* location) argument
761 AGpsRefLocation location; local
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DExpr.java126 public void addLocation(Location location) { argument
127 mLocations.add(location);
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DResourceBundle.java156 bundle.addVariable(orig.name, orig.type, orig.location, false);
337 found.location.createScope());
397 // The location of the name of the generated class, optional
464 public void addVariable(String name, String type, Location location, boolean declared) { argument
466 "Cannot use same variable name twice. %s in %s", name, location);
467 mVariables.add(new VariableDeclaration(name, type, location, declared));
470 public void addImport(String alias, String type, Location location) { argument
472 "Cannot import same alias twice. %s in %s", alias, location);
473 mImports.add(new NameTypeLocation(alias, type, location));
477 boolean used, String tag, String originalTag, Location location) {
476 createBindingTarget(String id, String viewName, boolean used, String tag, String originalTag, Location location) argument
534 setBindingClass(String bindingClass, Location location) argument
665 public Location location; field in class:ResourceBundle.NameTypeLocation
670 NameTypeLocation(String name, String type, Location location) argument
733 VariableDeclaration(String name, String type, Location location, boolean declared) argument
769 BindingTargetBundle(String id, String viewName, boolean used, String tag, String originalTag, Location location) argument
779 addBinding(String name, String expr, boolean isTwoWay, Location location, Location valueLocation) argument
800 setLocation(Location location) argument
871 BindingBundle(String name, String expr, boolean isTwoWay, Location location, Location valueLocation) argument
907 setLocation(Location location) argument
[all...]
/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp453 size_t location,
1019 size_t location,
1042 (void)location;
1016 DebugReportCallback(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT obj_type, uint64_t obj, size_t location, int32_t msg_code, const char* layer_prefix, const char* msg, void* user_data) argument
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java17 package com.android.server.location;
21 import com.android.internal.location.GpsNetInitiatedHandler;
22 import com.android.internal.location.GpsNetInitiatedHandler.GpsNiNotification;
23 import com.android.internal.location.ProviderProperties;
24 import com.android.internal.location.ProviderRequest;
34 import android.hardware.location.GeofenceHardware;
35 import android.hardware.location.GeofenceHardwareImpl;
36 import android.location.Criteria;
37 import android.location.FusedBatchOptions;
38 import android.location
1055 handleUpdateLocation(Location location) argument
2246 onLocationChanged(Location location) argument
[all...]
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp2362 ExtendedTimestamp::Location location; local
2363 status = ets.getBestTimestamp(&timestamp, &location);
2366 // It is possible that the best location has moved from the kernel to the server.
2368 if (location == ExtendedTimestamp::LOCATION_SERVER) {
2370 "getTimestamp() location moved from kernel to server");
2387 if (frames >= ets.mPosition[location]) {
2390 timestamp.mPosition = (uint32_t)(ets.mPosition[location] - frames);
2392 } else if (location == ExtendedTimestamp::LOCATION_KERNEL) {
2394 "getTimestamp() location moved from server to kernel");
2396 mPreviousLocation = location;
2650 pendingDuration(int32_t *msec, ExtendedTimestamp::Location location) argument
[all...]
/frameworks/base/core/java/android/os/
H A DStrictMode.java1796 public static void onFileUriExposed(Uri uri, String location) { argument
1797 final String message = uri + " exposed beyond app through " + location;
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES32.cpp1056 /* void glGetnUniformfv ( GLuint program, GLint location, GLsizei bufSize, GLfloat *params ) */
1059 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jfloatArray params_ref, jint offset) {
1092 (GLint)location,
1107 /* void glGetnUniformfv ( GLuint program, GLint location, GLsizei bufSize, GLfloat *params ) */
1110 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) {
1132 (GLint)location,
1146 /* void glGetnUniformiv ( GLuint program, GLint location, GLsizei bufSize, GLint *params ) */
1149 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jintArray params_ref, jint offset) {
1182 (GLint)location,
1197 /* void glGetnUniformiv ( GLuint program, GLint location, GLsize
1058 android_glGetnUniformfv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jfloatArray params_ref, jint offset) argument
1109 android_glGetnUniformfv__IIILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) argument
1148 android_glGetnUniformiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jintArray params_ref, jint offset) argument
1199 android_glGetnUniformiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) argument
1238 android_glGetnUniformuiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jintArray params_ref, jint offset) argument
1289 android_glGetnUniformuiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) argument
[all...]
H A Dandroid_opengl_GLES31.cpp1175 /* void glProgramUniform1i ( GLuint program, GLint location, GLint v0 ) */
1178 (JNIEnv *_env, jobject _this, jint program, jint location, jint v0) {
1181 (GLint)location,
1186 /* void glProgramUniform2i ( GLuint program, GLint location, GLint v0, GLint v1 ) */
1189 (JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1) {
1192 (GLint)location,
1198 /* void glProgramUniform3i ( GLuint program, GLint location, GLint v0, GLint v1, GLint v2 ) */
1201 (JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2) {
1204 (GLint)location,
1211 /* void glProgramUniform4i ( GLuint program, GLint location, GLin
1177 android_glProgramUniform1i__III(JNIEnv *_env, jobject _this, jint program, jint location, jint v0) argument
1188 android_glProgramUniform2i__IIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1) argument
1200 android_glProgramUniform3i__IIIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2) argument
1213 android_glProgramUniform4i__IIIIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2, jint v3) argument
1227 android_glProgramUniform1ui__III(JNIEnv *_env, jobject _this, jint program, jint location, jint v0) argument
1238 android_glProgramUniform2ui__IIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1) argument
1250 android_glProgramUniform3ui__IIIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2) argument
1263 android_glProgramUniform4ui__IIIIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2, jint v3) argument
1277 android_glProgramUniform1f__IIF(JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0) argument
1288 android_glProgramUniform2f__IIFF(JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0, jfloat v1) argument
1300 android_glProgramUniform3f__IIFFF(JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0, jfloat v1, jfloat v2) argument
1313 android_glProgramUniform4f__IIFFFF(JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0, jfloat v1, jfloat v2, jfloat v3) argument
1327 android_glProgramUniform1iv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1372 android_glProgramUniform1iv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1397 android_glProgramUniform2iv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1442 android_glProgramUniform2iv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1467 android_glProgramUniform3iv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1512 android_glProgramUniform3iv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1537 android_glProgramUniform4iv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1582 android_glProgramUniform4iv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1607 android_glProgramUniform1uiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1652 android_glProgramUniform1uiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1677 android_glProgramUniform2uiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1722 android_glProgramUniform2uiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1747 android_glProgramUniform3uiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1792 android_glProgramUniform3uiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1817 android_glProgramUniform4uiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1862 android_glProgramUniform4uiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1887 android_glProgramUniform1fv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint offset) argument
1932 android_glProgramUniform1fv__IIILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1957 android_glProgramUniform2fv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint offset) argument
2002 android_glProgramUniform2fv__IIILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
2027 android_glProgramUniform3fv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint offset) argument
2072 android_glProgramUniform3fv__IIILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
2097 android_glProgramUniform4fv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint offset) argument
2142 android_glProgramUniform4fv__IIILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
2167 android_glProgramUniformMatrix2fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2213 android_glProgramUniformMatrix2fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2239 android_glProgramUniformMatrix3fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2285 android_glProgramUniformMatrix3fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2311 android_glProgramUniformMatrix4fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2357 android_glProgramUniformMatrix4fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2383 android_glProgramUniformMatrix2x3fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2429 android_glProgramUniformMatrix2x3fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2455 android_glProgramUniformMatrix3x2fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2501 android_glProgramUniformMatrix3x2fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2527 android_glProgramUniformMatrix2x4fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2573 android_glProgramUniformMatrix2x4fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2599 android_glProgramUniformMatrix4x2fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2645 android_glProgramUniformMatrix4x2fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2671 android_glProgramUniformMatrix3x4fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2717 android_glProgramUniformMatrix3x4fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2743 android_glProgramUniformMatrix4x3fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2789 android_glProgramUniformMatrix4x3fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
[all...]
H A Dandroid_opengl_GLES20.cpp3525 /* void glGetUniformfv ( GLuint program, GLint location, GLfloat *params ) */
3528 (JNIEnv *_env, jobject _this, jint program, jint location, jfloatArray params_ref, jint offset) {
3561 (GLint)location,
3575 /* void glGetUniformfv ( GLuint program, GLint location, GLfloat *params ) */
3578 (JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) {
3600 (GLint)location,
3613 /* void glGetUniformiv ( GLuint program, GLint location, GLint *params ) */
3616 (JNIEnv *_env, jobject _this, jint program, jint location, jintArray params_ref, jint offset) {
3649 (GLint)location,
3663 /* void glGetUniformiv ( GLuint program, GLint location, GLin
3527 android_glGetUniformfv__II_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jfloatArray params_ref, jint offset) argument
3577 android_glGetUniformfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) argument
3615 android_glGetUniformiv__II_3II(JNIEnv *_env, jobject _this, jint program, jint location, jintArray params_ref, jint offset) argument
3665 android_glGetUniformiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) argument
4611 android_glUniform1f__IF(JNIEnv *_env, jobject _this, jint location, jfloat x) argument
4621 android_glUniform1fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
4671 android_glUniform1fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
4709 android_glUniform1i__II(JNIEnv *_env, jobject _this, jint location, jint x) argument
4719 android_glUniform1iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
4769 android_glUniform1iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
4807 android_glUniform2f__IFF(JNIEnv *_env, jobject _this, jint location, jfloat x, jfloat y) argument
4818 android_glUniform2fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
4868 android_glUniform2fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
4906 android_glUniform2i__III(JNIEnv *_env, jobject _this, jint location, jint x, jint y) argument
4917 android_glUniform2iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
4967 android_glUniform2iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5005 android_glUniform3f__IFFF(JNIEnv *_env, jobject _this, jint location, jfloat x, jfloat y, jfloat z) argument
5017 android_glUniform3fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
5067 android_glUniform3fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5105 android_glUniform3i__IIII(JNIEnv *_env, jobject _this, jint location, jint x, jint y, jint z) argument
5117 android_glUniform3iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
5167 android_glUniform3iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5205 android_glUniform4f__IFFFF(JNIEnv *_env, jobject _this, jint location, jfloat x, jfloat y, jfloat z, jfloat w) argument
5218 android_glUniform4fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
5268 android_glUniform4fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5306 android_glUniform4i__IIIII(JNIEnv *_env, jobject _this, jint location, jint x, jint y, jint z, jint w) argument
5319 android_glUniform4iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
5369 android_glUniform4iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5407 android_glUniformMatrix2fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
5458 android_glUniformMatrix2fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
5497 android_glUniformMatrix3fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
5548 android_glUniformMatrix3fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
5587 android_glUniformMatrix4fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
5638 android_glUniformMatrix4fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
[all...]
H A Dandroid_opengl_GLES30.cpp1098 /* void glUniformMatrix2x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
1101 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) {
1127 (GLint)location,
1143 /* void glUniformMatrix2x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
1146 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) {
1158 (GLint)location,
1168 /* void glUniformMatrix3x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
1171 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) {
1197 (GLint)location,
1213 /* void glUniformMatrix3x2fv ( GLint location, GLsize
1100 android_glUniformMatrix2x3fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
1145 android_glUniformMatrix2x3fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
1170 android_glUniformMatrix3x2fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
1215 android_glUniformMatrix3x2fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
1240 android_glUniformMatrix2x4fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
1285 android_glUniformMatrix2x4fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
1310 android_glUniformMatrix4x2fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
1355 android_glUniformMatrix4x2fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
1380 android_glUniformMatrix3x4fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
1425 android_glUniformMatrix3x4fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
1450 android_glUniformMatrix4x3fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
1495 android_glUniformMatrix4x3fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
2573 android_glGetUniformuiv__II_3II(JNIEnv *_env, jobject _this, jint program, jint location, jintArray params_ref, jint offset) argument
2617 android_glGetUniformuiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) argument
2675 android_glUniform1ui__II(JNIEnv *_env, jobject _this, jint location, jint v0) argument
2685 android_glUniform2ui__III(JNIEnv *_env, jobject _this, jint location, jint v0, jint v1) argument
2696 android_glUniform3ui__IIII(JNIEnv *_env, jobject _this, jint location, jint v0, jint v1, jint v2) argument
2708 android_glUniform4ui__IIIII(JNIEnv *_env, jobject _this, jint location, jint v0, jint v1, jint v2, jint v3) argument
2721 android_glUniform1uiv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray value_ref, jint offset) argument
2765 android_glUniform1uiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject value_buf) argument
2789 android_glUniform2uiv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray value_ref, jint offset) argument
2833 android_glUniform2uiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject value_buf) argument
2857 android_glUniform3uiv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray value_ref, jint offset) argument
2901 android_glUniform3uiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject value_buf) argument
2925 android_glUniform4uiv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray value_ref, jint offset) argument
2969 android_glUniform4uiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject value_buf) argument
[all...]
/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp237 void glUniform1f(GLint location, GLfloat v0) {} argument
238 void glUniform1fv(GLint location, GLsizei count, const GLfloat *value) {} argument
239 void glUniform1i(GLint location, GLint v0) {} argument
240 void glUniform1iv(GLint location, GLsizei count, const GLint *value) {} argument
241 void glUniform2f(GLint location, GLfloat v0, GLfloat v1) {} argument
242 void glUniform2fv(GLint location, GLsizei count, const GLfloat *value) {} argument
243 void glUniform2i(GLint location, GLint v0, GLint v1) {} argument
244 void glUniform2iv(GLint location, GLsizei count, const GLint *value) {} argument
245 void glUniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2) {} argument
246 void glUniform3fv(GLint location, GLsize argument
247 glUniform3i(GLint location, GLint v0, GLint v1, GLint v2) argument
248 glUniform3iv(GLint location, GLsizei count, const GLint *value) argument
249 glUniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) argument
250 glUniform4fv(GLint location, GLsizei count, const GLfloat *value) argument
251 glUniform4i(GLint location, GLint v0, GLint v1, GLint v2, GLint v3) argument
252 glUniform4iv(GLint location, GLsizei count, const GLint *value) argument
253 glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
254 glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
255 glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
[all...]
/frameworks/base/location/java/android/location/
H A DGpsMeasurement.java17 package android.location;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java47 import android.location.Location;
48 import android.location.LocationManager;
1818 collector.expectTrue("GPS location result and request should match.",
2132 public ExifTestData(Location location, int orientation, argument
2134 gpsLocation = location;
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java21 import com.android.internal.location.ProviderProperties;
22 import com.android.internal.location.ProviderRequest;
25 import com.android.server.location.ActivityRecognitionProxy;
26 import com.android.server.location.FlpHardwareProvider;
27 import com.android.server.location.FusedProxy;
28 import com.android.server.location.GeocoderProxy;
29 import com.android.server.location.GeofenceManager;
30 import com.android.server.location.GeofenceProxy;
31 import com.android.server.location.GnssLocationProvider;
32 import com.android.server.location
847 callLocationChangedLocked(Location location) argument
2154 reportLocation(Location location, boolean passive) argument
2205 handleLocationChangedLocked(Location location, boolean passive) argument
2384 handleLocationChanged(Location location, boolean passive) argument
[all...]
H A DDeviceIdleController.java38 import android.location.LocationRequest;
39 import android.location.Location;
40 import android.location.LocationListener;
41 import android.location.LocationManager;
153 /** Device is currently finding location (and may still be sensing). */
466 public void onLocationChanged(Location location) {
468 receivedGenericLocationLocked(location);
487 public void onLocationChanged(Location location) {
489 receivedGpsLocationLocked(location);
648 * This is how long we will wait to try to get a good location fi
2169 receivedGenericLocationLocked(Location location) argument
2185 receivedGpsLocationLocked(Location location) argument
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java407 // C function void glProgramUniform1i ( GLuint program, GLint location, GLint v0 )
411 int location,
415 // C function void glProgramUniform2i ( GLuint program, GLint location, GLint v0, GLint v1 )
419 int location,
424 // C function void glProgramUniform3i ( GLuint program, GLint location, GLint v0, GLint v1, GLint v2 )
428 int location,
434 // C function void glProgramUniform4i ( GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3 )
438 int location,
445 // C function void glProgramUniform1ui ( GLuint program, GLint location, GLuint v0 )
449 int location,
409 glProgramUniform1i( int program, int location, int v0 ) argument
417 glProgramUniform2i( int program, int location, int v0, int v1 ) argument
426 glProgramUniform3i( int program, int location, int v0, int v1, int v2 ) argument
436 glProgramUniform4i( int program, int location, int v0, int v1, int v2, int v3 ) argument
447 glProgramUniform1ui( int program, int location, int v0 ) argument
455 glProgramUniform2ui( int program, int location, int v0, int v1 ) argument
464 glProgramUniform3ui( int program, int location, int v0, int v1, int v2 ) argument
474 glProgramUniform4ui( int program, int location, int v0, int v1, int v2, int v3 ) argument
485 glProgramUniform1f( int program, int location, float v0 ) argument
493 glProgramUniform2f( int program, int location, float v0, float v1 ) argument
502 glProgramUniform3f( int program, int location, float v0, float v1, float v2 ) argument
512 glProgramUniform4f( int program, int location, float v0, float v1, float v2, float v3 ) argument
523 glProgramUniform1iv( int program, int location, int count, int[] value, int offset ) argument
533 glProgramUniform1iv( int program, int location, int count, java.nio.IntBuffer value ) argument
542 glProgramUniform2iv( int program, int location, int count, int[] value, int offset ) argument
552 glProgramUniform2iv( int program, int location, int count, java.nio.IntBuffer value ) argument
561 glProgramUniform3iv( int program, int location, int count, int[] value, int offset ) argument
571 glProgramUniform3iv( int program, int location, int count, java.nio.IntBuffer value ) argument
580 glProgramUniform4iv( int program, int location, int count, int[] value, int offset ) argument
590 glProgramUniform4iv( int program, int location, int count, java.nio.IntBuffer value ) argument
599 glProgramUniform1uiv( int program, int location, int count, int[] value, int offset ) argument
609 glProgramUniform1uiv( int program, int location, int count, java.nio.IntBuffer value ) argument
618 glProgramUniform2uiv( int program, int location, int count, int[] value, int offset ) argument
628 glProgramUniform2uiv( int program, int location, int count, java.nio.IntBuffer value ) argument
637 glProgramUniform3uiv( int program, int location, int count, int[] value, int offset ) argument
647 glProgramUniform3uiv( int program, int location, int count, java.nio.IntBuffer value ) argument
656 glProgramUniform4uiv( int program, int location, int count, int[] value, int offset ) argument
666 glProgramUniform4uiv( int program, int location, int count, java.nio.IntBuffer value ) argument
675 glProgramUniform1fv( int program, int location, int count, float[] value, int offset ) argument
685 glProgramUniform1fv( int program, int location, int count, java.nio.FloatBuffer value ) argument
694 glProgramUniform2fv( int program, int location, int count, float[] value, int offset ) argument
704 glProgramUniform2fv( int program, int location, int count, java.nio.FloatBuffer value ) argument
713 glProgramUniform3fv( int program, int location, int count, float[] value, int offset ) argument
723 glProgramUniform3fv( int program, int location, int count, java.nio.FloatBuffer value ) argument
732 glProgramUniform4fv( int program, int location, int count, float[] value, int offset ) argument
742 glProgramUniform4fv( int program, int location, int count, java.nio.FloatBuffer value ) argument
751 glProgramUniformMatrix2fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
762 glProgramUniformMatrix2fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
772 glProgramUniformMatrix3fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
783 glProgramUniformMatrix3fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
793 glProgramUniformMatrix4fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
804 glProgramUniformMatrix4fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
814 glProgramUniformMatrix2x3fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
825 glProgramUniformMatrix2x3fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
835 glProgramUniformMatrix3x2fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
846 glProgramUniformMatrix3x2fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
856 glProgramUniformMatrix2x4fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
867 glProgramUniformMatrix2x4fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
877 glProgramUniformMatrix4x2fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
888 glProgramUniformMatrix4x2fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
898 glProgramUniformMatrix3x4fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
909 glProgramUniformMatrix3x4fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
919 glProgramUniformMatrix4x3fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
930 glProgramUniformMatrix4x3fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
[all...]
H A DGLES32.java549 // C function void glGetnUniformfv ( GLuint program, GLint location, GLsizei bufSize, GLfloat *params )
553 int location,
559 // C function void glGetnUniformfv ( GLuint program, GLint location, GLsizei bufSize, GLfloat *params )
563 int location,
568 // C function void glGetnUniformiv ( GLuint program, GLint location, GLsizei bufSize, GLint *params )
572 int location,
578 // C function void glGetnUniformiv ( GLuint program, GLint location, GLsizei bufSize, GLint *params )
582 int location,
587 // C function void glGetnUniformuiv ( GLuint program, GLint location, GLsizei bufSize, GLuint *params )
591 int location,
551 glGetnUniformfv( int program, int location, int bufSize, float[] params, int offset ) argument
561 glGetnUniformfv( int program, int location, int bufSize, java.nio.FloatBuffer params ) argument
570 glGetnUniformiv( int program, int location, int bufSize, int[] params, int offset ) argument
580 glGetnUniformiv( int program, int location, int bufSize, java.nio.IntBuffer params ) argument
589 glGetnUniformuiv( int program, int location, int bufSize, int[] params, int offset ) argument
599 glGetnUniformuiv( int program, int location, int bufSize, java.nio.IntBuffer params ) argument
[all...]
H A DGLES20.java1164 // C function void glGetUniformfv ( GLuint program, GLint location, GLfloat *params )
1168 int location,
1173 // C function void glGetUniformfv ( GLuint program, GLint location, GLfloat *params )
1177 int location,
1181 // C function void glGetUniformiv ( GLuint program, GLint location, GLint *params )
1185 int location,
1190 // C function void glGetUniformiv ( GLuint program, GLint location, GLint *params )
1194 int location,
1508 // C function void glUniform1f ( GLint location, GLfloat x )
1511 int location,
1166 glGetUniformfv( int program, int location, float[] params, int offset ) argument
1175 glGetUniformfv( int program, int location, java.nio.FloatBuffer params ) argument
1183 glGetUniformiv( int program, int location, int[] params, int offset ) argument
1192 glGetUniformiv( int program, int location, java.nio.IntBuffer params ) argument
1510 glUniform1f( int location, float x ) argument
1517 glUniform1fv( int location, int count, float[] v, int offset ) argument
1526 glUniform1fv( int location, int count, java.nio.FloatBuffer v ) argument
1534 glUniform1i( int location, int x ) argument
1541 glUniform1iv( int location, int count, int[] v, int offset ) argument
1550 glUniform1iv( int location, int count, java.nio.IntBuffer v ) argument
1558 glUniform2f( int location, float x, float y ) argument
1566 glUniform2fv( int location, int count, float[] v, int offset ) argument
1575 glUniform2fv( int location, int count, java.nio.FloatBuffer v ) argument
1583 glUniform2i( int location, int x, int y ) argument
1591 glUniform2iv( int location, int count, int[] v, int offset ) argument
1600 glUniform2iv( int location, int count, java.nio.IntBuffer v ) argument
1608 glUniform3f( int location, float x, float y, float z ) argument
1617 glUniform3fv( int location, int count, float[] v, int offset ) argument
1626 glUniform3fv( int location, int count, java.nio.FloatBuffer v ) argument
1634 glUniform3i( int location, int x, int y, int z ) argument
1643 glUniform3iv( int location, int count, int[] v, int offset ) argument
1652 glUniform3iv( int location, int count, java.nio.IntBuffer v ) argument
1660 glUniform4f( int location, float x, float y, float z, float w ) argument
1670 glUniform4fv( int location, int count, float[] v, int offset ) argument
1679 glUniform4fv( int location, int count, java.nio.FloatBuffer v ) argument
1687 glUniform4i( int location, int x, int y, int z, int w ) argument
1697 glUniform4iv( int location, int count, int[] v, int offset ) argument
1706 glUniform4iv( int location, int count, java.nio.IntBuffer v ) argument
1714 glUniformMatrix2fv( int location, int count, boolean transpose, float[] value, int offset ) argument
1724 glUniformMatrix2fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
1733 glUniformMatrix3fv( int location, int count, boolean transpose, float[] value, int offset ) argument
1743 glUniformMatrix3fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
1752 glUniformMatrix4fv( int location, int count, boolean transpose, float[] value, int offset ) argument
1762 glUniformMatrix4fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
[all...]
H A DGLES30.java613 // C function void glUniformMatrix2x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
616 int location,
623 // C function void glUniformMatrix2x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
626 int location,
632 // C function void glUniformMatrix3x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
635 int location,
642 // C function void glUniformMatrix3x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
645 int location,
651 // C function void glUniformMatrix2x4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
654 int location,
615 glUniformMatrix2x3fv( int location, int count, boolean transpose, float[] value, int offset ) argument
625 glUniformMatrix2x3fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
634 glUniformMatrix3x2fv( int location, int count, boolean transpose, float[] value, int offset ) argument
644 glUniformMatrix3x2fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
653 glUniformMatrix2x4fv( int location, int count, boolean transpose, float[] value, int offset ) argument
663 glUniformMatrix2x4fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
672 glUniformMatrix4x2fv( int location, int count, boolean transpose, float[] value, int offset ) argument
682 glUniformMatrix4x2fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
691 glUniformMatrix3x4fv( int location, int count, boolean transpose, float[] value, int offset ) argument
701 glUniformMatrix3x4fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
710 glUniformMatrix4x3fv( int location, int count, boolean transpose, float[] value, int offset ) argument
720 glUniformMatrix4x3fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
1062 glGetUniformuiv( int program, int location, int[] params, int offset ) argument
1071 glGetUniformuiv( int program, int location, java.nio.IntBuffer params ) argument
1086 glUniform1ui( int location, int v0 ) argument
1093 glUniform2ui( int location, int v0, int v1 ) argument
1101 glUniform3ui( int location, int v0, int v1, int v2 ) argument
1110 glUniform4ui( int location, int v0, int v1, int v2, int v3 ) argument
1120 glUniform1uiv( int location, int count, int[] value, int offset ) argument
1129 glUniform1uiv( int location, int count, java.nio.IntBuffer value ) argument
1137 glUniform2uiv( int location, int count, int[] value, int offset ) argument
1146 glUniform2uiv( int location, int count, java.nio.IntBuffer value ) argument
1154 glUniform3uiv( int location, int count, int[] value, int offset ) argument
1163 glUniform3uiv( int location, int count, java.nio.IntBuffer value ) argument
1171 glUniform4uiv( int location, int count, int[] value, int offset ) argument
1180 glUniform4uiv( int location, int count, java.nio.IntBuffer value ) argument
[all...]
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java178 * <li>Pen commands: Th pen commands control text style and location. (SPA, SPC, SPL)</li>
339 // HCR moves the pen location to th beginning of the current line and deletes contents.
340 // FF clears the screen and moves the pen location to (0,0).
1644 private void setPenLocation(Cea708CCParser.CaptionPenLocation location) { argument
1646 mCurrentWindowLayout.setPenLocation(location.row, location.column);
1788 // TODO: change the location of pen based on row and column both.
/frameworks/native/cmds/installd/
H A Dcommands.cpp235 // consistent location. This only works on non-FBE devices, since we
250 // Migrate default data location if needed
519 // We let the framework scan the new location and persist that before
520 // deleting the data in the old location; this ordering ensures that
766 const char* patched_image_location_arg = "--patched-image-location=/system/framework/boot.art";
775 /* patchoat, patched-image-location, no-lock, isa, input-fd, output-fd */
872 char zip_location_arg[strlen("--zip-location=") + PKG_PATH_MAX];
874 char oat_location_arg[strlen("--oat-location=") + PKG_PATH_MAX];
887 sprintf(zip_location_arg, "--zip-location=%s", input_file_name);
889 sprintf(oat_location_arg, "--oat-location
1358 const char *location = strrchr(path, kLocationSeparator); local
[all...]
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1400 void DebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage) { argument
/frameworks/base/core/java/android/view/
H A DViewGroup.java156 // Current frontmost child that can accept drag and lies under the drag location.
1456 // the drag location is kept in the state between ENTERED and EXITED events.
4045 * which is added in order to fade it out in its old location should be removed
5149 final int[] location = attachInfo.mInvalidateChildLocation;
5150 location[CHILD_LEFT_INDEX] = child.mLeft;
5151 location[CHILD_TOP_INDEX] = child.mTop;
5205 parent = parent.invalidateChildInParent(location, dirty);
5232 public ViewParent invalidateChildInParent(final int[] location, final Rect dirty) { argument
5237 dirty.offset(location[CHILD_LEFT_INDEX] - mScrollX,
5238 location[CHILD_TOP_INDE
[all...]

Completed in 755 milliseconds

12345678