Searched refs:location (Results 126 - 150 of 281) sorted by relevance

1234567891011>>

/frameworks/native/opengl/include/GLES3/
H A Dgl31.h451 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params);
452 GL_APICALL void GL_APIENTRY glGetUniformiv (GLuint program, GLint location, GLint *params);
488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
489 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
490 GL_APICALL void GL_APIENTRY glUniform1i (GLint location, GLint v0);
491 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);
492 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
494 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1);
495 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsize
[all...]
H A Dgl3.h451 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params);
452 GL_APICALL void GL_APIENTRY glGetUniformiv (GLuint program, GLint location, GLint *params);
488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
489 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
490 GL_APICALL void GL_APIENTRY glUniform1i (GLint location, GLint v0);
491 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);
492 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
494 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1);
495 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsize
[all...]
/frameworks/base/opengl/java/android/opengl/
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
1047 glGetUniformuiv( int program, int location, int[] params, int offset ) argument
1056 glGetUniformuiv( int program, int location, java.nio.IntBuffer params ) argument
1071 glUniform1ui( int location, int v0 ) argument
1078 glUniform2ui( int location, int v0, int v1 ) argument
1086 glUniform3ui( int location, int v0, int v1, int v2 ) argument
1095 glUniform4ui( int location, int v0, int v1, int v2, int v3 ) argument
1105 glUniform1uiv( int location, int count, int[] value, int offset ) argument
1114 glUniform1uiv( int location, int count, java.nio.IntBuffer value ) argument
1122 glUniform2uiv( int location, int count, int[] value, int offset ) argument
1131 glUniform2uiv( int location, int count, java.nio.IntBuffer value ) argument
1139 glUniform3uiv( int location, int count, int[] value, int offset ) argument
1148 glUniform3uiv( int location, int count, java.nio.IntBuffer value ) argument
1156 glUniform4uiv( int location, int count, int[] value, int offset ) argument
1165 glUniform4uiv( int location, int count, java.nio.IntBuffer value ) argument
[all...]
/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;
24 import com.android.server.location.ActivityRecognitionProxy;
25 import com.android.server.location.FlpHardwareProvider;
26 import com.android.server.location.FusedProxy;
27 import com.android.server.location.GeocoderProxy;
28 import com.android.server.location.GeofenceManager;
29 import com.android.server.location.GeofenceProxy;
30 import com.android.server.location.GpsLocationProvider;
31 import com.android.server.location
817 callLocationChangedLocked(Location location) argument
2104 reportLocation(Location location, boolean passive) argument
2155 handleLocationChangedLocked(Location location, boolean passive) argument
2334 handleLocationChanged(Location location, boolean passive) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java60 String location; field in class:CacheManager.CacheResult
154 return location;
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.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;
36 import android.hardware.location.GeofenceHardware;
37 import android.hardware.location.GeofenceHardwareImpl;
38 import android.location.Criteria;
39 import android.location.FusedBatchOptions;
40 import android.location
905 handleUpdateLocation(Location location) argument
2078 onLocationChanged(Location location) argument
[all...]
H A DLocationProviderProxy.java17 package com.android.server.location;
23 import android.location.LocationProvider;
30 import com.android.internal.location.ProviderProperties;
31 import com.android.internal.location.ILocationProvider;
32 import com.android.internal.location.ProviderRequest;
49 // cached values set by the location manager, synchronized on mLock
/frameworks/base/core/java/android/service/carrier/
H A DCarrierMessagingService.java228 * @param location the optional URI to send this MMS PDU. If this is {code null},
233 @Nullable Uri location, @NonNull ResultCallback<SendMmsResult> callback) {
246 * @param location the URI of the message to be downloaded.
251 public void onDownloadMms(@NonNull Uri contentUri, int subId, @NonNull Uri location, argument
458 public void sendMms(Uri pduUri, int subId, Uri location, argument
460 onSendMms(pduUri, subId, location, new ResultCallback<SendMmsResult>() {
469 public void downloadMms(Uri pduUri, int subId, Uri location, argument
471 onDownloadMms(pduUri, subId, location, new ResultCallback<Integer>() {
232 onSendMms(@onNull Uri pduUri, int subId, @Nullable Uri location, @NonNull ResultCallback<SendMmsResult> callback) argument
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyRequestMapper.java27 import android.location.Location;
385 Location location = request.get(JPEG_GPS_LOCATION);
386 if (location != null) {
387 if (checkForCompleteGpsData(location)) {
388 params.setGpsAltitude(location.getAltitude());
389 params.setGpsLatitude(location.getLatitude());
390 params.setGpsLongitude(location.getLongitude());
391 params.setGpsProcessingMethod(location.getProvider().toUpperCase());
392 params.setGpsTimestamp(location.getTime());
394 Log.w(TAG, "Incomplete GPS parameters provided in location "
456 checkForCompleteGpsData(Location location) argument
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h451 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params);
452 GL_APICALL void GL_APIENTRY glGetUniformiv (GLuint program, GLint location, GLint *params);
488 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
489 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
490 GL_APICALL void GL_APIENTRY glUniform1i (GLint location, GLint v0);
491 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);
492 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
494 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1);
495 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsize
[all...]
H A Dgl2ext.h976 typedef void (GL_APIENTRYP PFNGLDRAWBUFFERSINDEXEDEXTPROC) (GLint n, const GLenum *location, const GLint *indices);
980 GL_APICALL void GL_APIENTRY glDrawBuffersIndexedEXT (GLint n, const GLenum *location, const GLint *indices);
1027 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMFVEXTPROC) (GLuint program, GLint location, GLsizei bufSize, GLfloat *params);
1028 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMIVEXTPROC) (GLuint program, GLint location, GLsizei bufSize, GLint *params);
1032 GL_APICALL void GL_APIENTRY glGetnUniformfvEXT (GLuint program, GLint location, GLsizei bufSize, GLfloat *params);
1033 GL_APICALL void GL_APIENTRY glGetnUniformivEXT (GLuint program, GLint location, GLsizei bufSize, GLint *params);
1067 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1FEXTPROC) (GLuint program, GLint location, GLfloat v0);
1068 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);
1069 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1IEXTPROC) (GLuint program, GLint location, GLint v0);
1070 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1IVEXTPROC) (GLuint program, GLint location, GLsize
[all...]
/frameworks/opt/telephony/src/java/android/telephony/
H A DCellBroadcastMessage.java169 SmsCbLocation location = new SmsCbLocation(plmn, lac, cid);
238 SmsCbMessage msg = new SmsCbMessage(format, geoScope, serialNum, location, category,
257 SmsCbLocation location = msg.getLocation();
258 if (location.getPlmn() != null) {
259 cv.put(Telephony.CellBroadcasts.PLMN, location.getPlmn());
261 if (location.getLac() != -1) {
262 cv.put(Telephony.CellBroadcasts.LAC, location.getLac());
264 if (location.getCid() != -1) {
265 cv.put(Telephony.CellBroadcasts.CID, location.getCid());
/frameworks/base/tools/layoutlib/bridge/src/android/text/
H A DGreedyLineBreaker.java80 breakInfo.mBreaksList.add(mPrimitives.get(goodBreakIndex).location);
89 breakInfo.mBreaksList.add(mPrimitives.get(breakIndex).location);
114 breakInfo.mBreaksList.add(p.location);
147 breakInfo.mBreaksList.add(mPrimitives.get(goodBreakIndex).location);
151 breakInfo.mBreaksList.add(mPrimitives.get(breakIndex).location);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DLayoutBinder.java177 addVariable(variable.name, variable.type, variable.location);
181 mExprModel.addImport(userImport.name, userImport.type, userImport.location);
226 public IdentifierExpr addVariable(String name, String type, Location location) { argument
232 if (location != null) {
233 id.addLocation(location);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSmsCbMessage.java62 static SmsCbMessage createSmsCbMessage(SmsCbHeader header, SmsCbLocation location, argument
67 location, header.getServiceCategory(),
82 header.getGeographicalScope(), header.getSerialNumber(), location,
92 * @param location the location (geographical scope) for the message
95 public static SmsCbMessage createSmsCbMessage(SmsCbLocation location, byte[][] pdus) argument
98 return createSmsCbMessage(header, location, pdus);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java203 int[] location = new int[2];
204 mEventSource.getLocationOnScreen(location);
205 x += location[0];
206 y += location[1];
222 int[] location = new int[2];
223 mEventSource.getLocationOnScreen(location);
224 x += location[0];
225 y += location[1];
228 int[] location = new int[2];
229 v.getLocationOnScreen(location);
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DExprModel.java88 Location location = null;
90 location = new Location(mCurrentParserContext);
91 location.setParentLocation(mCurrentLocationInFile);
102 if (location != null) {
103 existing.addLocation(location);
109 if (location != null) {
110 expr.addLocation(location);
247 public StaticIdentifierExpr addImport(String alias, String type, Location location) { argument
253 if (location != null) {
254 id.addLocation(location);
601 setCurrentLocationInFile(Location location) argument
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DAggregatorManager.java98 // Set an empty string "" to disable the fake location
99 public boolean setFakeLocation(String location) { argument
103 agg.setFakeLocation(location);
104 mFakeLocation = location;
H A DClusterManager.java20 import android.location.Location;
31 * ClusterManager incrementally indentify representitve clusters from the input location
35 * location data are released.
45 // Consoliate location clusters (and check for new semantic clusters)
49 // A location cluster can be labeled as a semantic cluster if it has been
53 // Reset location cluters every 24 hours (86400 seconds).
107 public void addSample(Location location) { argument
111 long currentTime = location.getTime() / 1000; // measure time in seconds
114 if (location.getTime() == mLastLocation.getTime()) {
117 // get the duration spent in the last location
[all...]
/frameworks/base/location/java/android/location/
H A DGeocoder.java17 package android.location;
20 import android.location.Address;
34 * of a location into a (latitude, longitude) coordinate. Reverse
37 * reverse geocoded location description may vary, for example one
148 * named location, which may be a place name such as "Dalvik,
159 * @param locationName a user-supplied description of a location
190 * named location, which may be a place name such as "Dalvik,
205 * @param locationName a user-supplied description of a location
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneStateListener.aidl35 void onCellLocationChanged(in Bundle location);
/frameworks/native/opengl/libs/EGL/
H A Dtrace.cpp169 GLuint location, GLsizei count, const void* value) {
171 ALOGD("glUniform%d%c(%u, %u, value);", elementCount, type, location, count);
175 GLuint location, GLsizei count, GLboolean transpose, const void* value) {
177 ALOGD("glUniformMatrix%dfv(%u, %u, %s, value);", matrixSideLength, location, count,
207 GLuint location = va_arg(argp, GLuint);
213 TraceUniformv(elementCount, type, location, count, value);
223 GLuint location = va_arg(argp, GLuint);
231 TraceUniformMatrix(matrixSideLength, location, count, transpose, value);
/frameworks/base/
H A DAndroid.mk174 core/java/android/hardware/location/IActivityRecognitionHardware.aidl \
175 core/java/android/hardware/location/IActivityRecognitionHardwareSink.aidl \
176 core/java/android/hardware/location/IActivityRecognitionHardwareWatcher.aidl \
177 core/java/android/hardware/location/IFusedLocationHardware.aidl \
178 core/java/android/hardware/location/IFusedLocationHardwareSink.aidl \
179 core/java/android/hardware/location/IGeofenceHardware.aidl \
180 core/java/android/hardware/location/IGeofenceHardwareCallback.aidl \
181 core/java/android/hardware/location/IGeofenceHardwareMonitorCallback.aidl \
314 location/java/android/location/ICountryDetecto
[all...]
/frameworks/av/include/ndk/
H A DNdkMediaExtractor.h64 media_status_t AMediaExtractor_setDataSource(AMediaExtractor*, const char *location);
/frameworks/base/core/java/android/hardware/location/
H A DActivityChangedEvent.java17 package android.hardware.location;

Completed in 1531 milliseconds

1234567891011>>