| /device/generic/goldfish/sensors/ | 
| D | multihal_sensors_qemu.cpp | 129     if (const char* values = testPrefix(buf, end, "acceleration", ':')) {  in parseQemuSensorEventLocked()  local139     } 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/ | 
| D | SQLiteContentProvider.java | 69     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()
 
 | 
| D | BrowserProvider2.java | 871         ContentValues values = new ContentValues();  in deleteBookmarks()  local1055     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/ | 
| D | HotwordMicToggleProvider.java | 84     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/ | 
| D | GLSnapshotVertexAttributes_unittest.cpp | 31     GlValues values;  member97         std::vector<GLfloat> values;  in compareFloatParameter()  local
 116         std::vector<GLint> values;  in compareIntParameter()  local
 
 | 
| D | GLSnapshotPrograms_unittest.cpp | 54     std::vector<GlValues> values;  member279                           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/ | 
| D | IVehicleBusCallback.aidl | 22   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/ | 
| D | IVehicleBusCallback.aidl | 13     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/ | 
| D | IVehicleBusCallback.aidl | 22   oneway void onNewPropValues(in android.hardware.automotive.vehicle.VehiclePropValue[] values);  in onNewPropValues()
 | 
| /device/linaro/dragonboard/qcom/pd-mapper/ | 
| D | assoc.h | 40 	void **values;  member
 | 
| /device/google/cuttlefish/host/commands/cvd/server_command/ | 
| D | serial_launch.cpp | 72 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/ | 
| D | DefaultVehicleHalServer.cpp | 78     auto values = mServerSidePropStore.readAllValues();  in sendAllValuesToClient()  local
 | 
| /device/google/cuttlefish/host/commands/start/ | 
| D | flag_forwarder.cc | 350           std::vector<std::string> values;  in ArgvForSubprocess()  local
 | 
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/ | 
| D | GLESv2Imp.cpp | 4142 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()
 
 | 
| D | GLESv30Imp.cpp | 490 … 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/ | 
| D | gl2_entry.cpp | 1268 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()
 
 | 
| D | GL2Encoder.cpp | 5407 …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/ | 
| D | VulkanHppGenerator.hpp | 223     std::vector<EnumValueData>           values    = {};  member
 | 
| D | VulkanHppGenerator.cpp | 4939                                                          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/ | 
| D | XInput2.h | 89     double        *values;  member
 | 
| /device/generic/opengl-transport/host/libs/virglrenderer/ | 
| D | GLESv3.cpp | 374                             GLsizei* length, GLint* values) {  in glGetSyncivAEMU()
 | 
| /device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/ | 
| D | Xlibint.h | 64     XGCValues values;	/* shadow structure of values */  member
 | 
| /device/generic/vulkan-cereal/stream-servers/gl/gles2_dec/ | 
| D | GLESv2Decoder.cpp | 705 …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/ | 
| D | invensense_icm40600.c | 1022     struct CfgData *values = data;  local
 | 
| /device/google/contexthub/firmware/os/drivers/bosch_bmi160/ | 
| D | bosch_bmi160.c | 2858     struct CfgData *values = data;  local
 |