Searched refs:types (Results 326 - 350 of 562) sorted by relevance

<<11121314151617181920>>

/frameworks/native/libs/sensor/
H A DISensorEventConnection.cpp20 #include <sys/types.h>
/frameworks/native/libs/ui/
H A DFence.cpp30 #include <sys/types.h>
/frameworks/native/libs/vr/libvr_manager/
H A Dvr_manager.cpp22 #include <sys/types.h>
/frameworks/native/opengl/libagl/
H A Dfp.h23 #include <sys/types.h>
/frameworks/native/services/audiomanager/
H A DIPlayer.cpp23 #include <sys/types.h>
/frameworks/native/services/powermanager/
H A DIPowerManager.cpp22 #include <sys/types.h>
/frameworks/native/services/sensorservice/
H A DSensorDevice.h24 #include <sys/types.h>
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.h22 #include <sys/types.h>
/frameworks/rs/
H A DrsThreadIO.cpp22 #include <sys/types.h>
/frameworks/rs/script_api/
H A Drs_object_types.spec20 The types below are used to manipulate RenderScript objects like allocations, samplers,
180 The RS_KIND_PIXEL_* values are used in conjunction with the standard data types for representing
H A Drs_convert.spec39 Converting floating point values to integer types truncates.
H A Drs_value_types.spec22 RenderScript supports the following scalar numerical types:
82 The types are named @rs_matrix2x2, @rs_matrix3x3, and @rs_matrix4x4. See
/frameworks/base/tools/aapt2/
H A DFormat.proto54 repeated Type types = 3;
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
H A DVtsHalSensorManagerV1_0TargetTest.cpp27 #include <android/frameworks/sensorservice/1.0/types.h>
28 #include <android/hardware/sensors/1.0/types.h>
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31Ext.spec5 GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
H A DGLES32.spec6 GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
/frameworks/base/core/java/android/view/
H A DDisplayInfo.java536 int[] types = hdrCapabilities != null ? hdrCapabilities.getSupportedHdrTypes() : null;
537 return types != null && types.length > 0;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DConfigParsingUtils.cpp339 availableOutputDevices.types());
354 ALOGV("loadGlobalConfig() Available InputDevices %08x", availableInputDevices.types());
/frameworks/base/tools/aapt2/cmd/
H A DDiff.cpp220 for (std::unique_ptr<ResourceTableType>& type_a : pkg_a->types) {
267 // Check for any newly added types.
268 for (std::unique_ptr<ResourceTableType>& type_b : pkg_b->types) {
/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DContentRecommendation.java574 * Returns an array containing the content types tags that describe the content. The first tag
589 * Returns the primary content type tag for the recommendation, or null if no content types have
979 * Sets the content types associated with the content recommendation. The first tag entry
984 * @param types Array of predefined type tags (see the <code>CONTENT_TYPE_*</code>
987 public Builder setContentTypes(String[] types) { argument
988 mBuilderContentTypes = checkNotNull(types);
/frameworks/av/camera/
H A DICameraClient.cpp22 #include <sys/types.h>
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp20 #include <sys/types.h>
H A Drecordvideo.cpp20 #include <sys/types.h>
/frameworks/av/include/media/
H A DIAudioFlinger.h21 #include <sys/types.h>
H A DIAudioPolicyService.h21 #include <sys/types.h>

Completed in 495 milliseconds

<<11121314151617181920>>