Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 29) sorted by relevance

12

/device/generic/goldfish/sensors/
Dmultihal_sensors_qemu.cpp129 if (const char* values = testPrefix(buf, end, "acceleration", ':')) { in parseQemuSensorEventLocked() local
139 } else if (const char* values = testPrefix(buf, end, "acceleration-uncalibrated", ':')) { in parseQemuSensorEventLocked() local
152 } else if (const char* values = testPrefix(buf, end, "gyroscope", ':')) { in parseQemuSensorEventLocked() local
162 } else if (const char* values = testPrefix(buf, end, "gyroscope-uncalibrated", ':')) { in parseQemuSensorEventLocked() local
179 } else if (const char* values = testPrefix(buf, end, "orientation", ':')) { in parseQemuSensorEventLocked() local
189 } else if (const char* values = testPrefix(buf, end, "magnetic", ':')) { in parseQemuSensorEventLocked() local
199 } else if (const char* values = testPrefix(buf, end, "magnetic-uncalibrated", ':')) { in parseQemuSensorEventLocked() local
212 } else if (const char* values = testPrefix(buf, end, "temperature", ':')) { in parseQemuSensorEventLocked() local
224 } else if (const char* values = testPrefix(buf, end, "proximity", ':')) { in parseQemuSensorEventLocked() local
236 } else if (const char* values = testPrefix(buf, end, "light", ':')) { in parseQemuSensorEventLocked() local
[all …]
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DSQLiteContentProvider.java69 public abstract Uri insertInTransaction(Uri uri, ContentValues values, in insertInTransaction()
75 public abstract int updateInTransaction(Uri uri, ContentValues values, String selection, in updateInTransaction()
107 public Uri insert(Uri uri, ContentValues values) { in insert()
129 public int bulkInsert(Uri uri, ContentValues[] values) { in bulkInsert()
149 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
DBrowserProvider2.java871 ContentValues values = new ContentValues(); in deleteBookmarks() local
1055 public Uri insertInTransaction(Uri uri, ContentValues values, boolean callerIsSyncAdapter) { in insertInTransaction()
1200 private boolean setParentValues(long parentId, ContentValues values) { in setParentValues()
1250 private long insertSearchesInTransaction(SQLiteDatabase db, ContentValues values) { in insertSearchesInTransaction()
1275 private long insertSettingsInTransaction(SQLiteDatabase db, ContentValues values) { in insertSettingsInTransaction()
1298 public int updateInTransaction(Uri uri, ContentValues values, String selection, in updateInTransaction()
1416 SQLiteDatabase db, String url, ContentValues values) { in shouldUpdateImages()
1477 int updateBookmarksInTransaction(ContentValues values, String selection, in updateBookmarksInTransaction()
1591 ContentValues values = new ContentValues(count); in valuesFromCursor() local
1615 int updateHistoryInTransaction(ContentValues values, String selection, String[] selectionArgs) { in updateHistoryInTransaction()
[all …]
/device/amlogic/yukawa/services/micmuteprovider/src/com/google/android/tv/hotword/
DHotwordMicToggleProvider.java84 public Uri insert(@NonNull Uri uri, ContentValues values) { in insert()
97 @NonNull Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
/device/generic/vulkan-cereal/stream-servers/tests/
DGLSnapshotVertexAttributes_unittest.cpp31 GlValues values; member
97 std::vector<GLfloat> values; in compareFloatParameter() local
116 std::vector<GLint> values; in compareIntParameter() local
DGLSnapshotPrograms_unittest.cpp54 std::vector<GlValues> values; member
279 std::vector<GlValues>& values) { in getUniformValues()
/device/generic/car/emulator/vhal_v2_0/interfaces/aidl/aidl_api/device.generic.car.emulator-aidl/current/device/generic/car/emulator/
DIVehicleBusCallback.aidl22 oneway void onNewPropValues(in android.hardware.automotive.vehicle.VehiclePropValue[] values); in onNewPropValues()
/device/generic/car/emulator/vhal_v2_0/interfaces/aidl/device/generic/car/emulator/
DIVehicleBusCallback.aidl13 oneway void onNewPropValues(in VehiclePropValue[] values); in onNewPropValues()
/device/generic/car/emulator/vhal_v2_0/interfaces/aidl/aidl_api/device.generic.car.emulator-aidl/1/device/generic/car/emulator/
DIVehicleBusCallback.aidl22 oneway void onNewPropValues(in android.hardware.automotive.vehicle.VehiclePropValue[] values); in onNewPropValues()
/device/linaro/dragonboard/qcom/pd-mapper/
Dassoc.h40 void **values; member
/device/google/cuttlefish/host/commands/cvd/server_command/
Dserial_launch.cpp72 Flag DeviceSpecificUintFlag(const std::string& name, std::vector<T>& values, in DeviceSpecificUintFlag()
92 std::vector<std::string>& values) { in DeviceSpecificStringFlag()
/device/google/trout/hal/vehicle/2.0/
DDefaultVehicleHalServer.cpp78 auto values = mServerSidePropStore.readAllValues(); in sendAllValuesToClient() local
/device/google/cuttlefish/host/commands/start/
Dflag_forwarder.cc350 std::vector<std::string> values; in ArgvForSubprocess() local
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp4142 GL_APICALL void GL_APIENTRY glVertexAttrib1fv(GLuint index, const GLfloat* values){ in glVertexAttrib1fv()
4155 GLfloat values[] = {x, y}; in glVertexAttrib2f() local
4161 GL_APICALL void GL_APIENTRY glVertexAttrib2fv(GLuint index, const GLfloat* values){ in glVertexAttrib2fv()
4174 GLfloat values[3] = {x, y, z}; in glVertexAttrib3f() local
4180 GL_APICALL void GL_APIENTRY glVertexAttrib3fv(GLuint index, const GLfloat* values){ in glVertexAttrib3fv()
4193 GLfloat values[4] = {x, y, z, z}; in glVertexAttrib4f() local
4199 GL_APICALL void GL_APIENTRY glVertexAttrib4fv(GLuint index, const GLfloat* values){ in glVertexAttrib4fv()
DGLESv30Imp.cpp490 … internal_glGetSynciv(GLsync sync, GLenum pname, GLsizei bufsize, GLsizei *length, GLint *values) { in internal_glGetSynciv()
564 …PIENTRY glGetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values) { in glGetSynciv()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp1268 void glVertexAttrib1fv(GLuint indx, const GLfloat* values) in glVertexAttrib1fv()
1280 void glVertexAttrib2fv(GLuint indx, const GLfloat* values) in glVertexAttrib2fv()
1292 void glVertexAttrib3fv(GLuint indx, const GLfloat* values) in glVertexAttrib3fv()
1304 void glVertexAttrib4fv(GLuint indx, const GLfloat* values) in glVertexAttrib4fv()
2133 void glGetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values) in glGetSynciv()
2169 void glGetSyncivAEMU(uint64_t sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values) in glGetSyncivAEMU()
DGL2Encoder.cpp5407 …GetSynciv(void* self, GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) { in s_glGetSynciv()
6669 void GL2Encoder::s_glVertexAttrib1fv(void *self , GLuint indx, const GLfloat* values) { in s_glVertexAttrib1fv()
6675 void GL2Encoder::s_glVertexAttrib2fv(void *self , GLuint indx, const GLfloat* values) { in s_glVertexAttrib2fv()
6681 void GL2Encoder::s_glVertexAttrib3fv(void *self , GLuint indx, const GLfloat* values) { in s_glVertexAttrib3fv()
6687 void GL2Encoder::s_glVertexAttrib4fv(void *self , GLuint indx, const GLfloat* values) { in s_glVertexAttrib4fv()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan-hpp/
DVulkanHppGenerator.hpp223 std::vector<EnumValueData> values = {}; member
DVulkanHppGenerator.cpp4939 std::vector<EnumValueData> const & values, in generateEnumInitializer()
13710 std::vector<std::string> values = tokenize( attribute.second, "," ); in readTypesTypeStructMember() local
13976 std::vector<std::string> values = tokenize( attributesIt->second, "," ); in checkAttributes() local
13997 std::vector<std::string> values = tokenize( a.second, "," ); in checkAttributes() local
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/
DXInput2.h89 double *values; member
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv3.cpp374 GLsizei* length, GLint* values) { in glGetSyncivAEMU()
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXlibint.h64 XGCValues values; /* shadow structure of values */ member
/device/generic/vulkan-cereal/stream-servers/gl/gles2_dec/
DGLESv2Decoder.cpp705 …civAEMU(void* self, uint64_t sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) { in s_glGetSyncivAEMU()
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c1022 struct CfgData *values = data; local
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c2858 struct CfgData *values = data; local

12