Searched refs:sources (Results 51 - 57 of 57) sorted by relevance

123

/frameworks/av/services/audioflinger/
H A DThreads.cpp3353 patch->sources,
7295 mInDevice = patch->sources[0].ext.device.type;
7325 patch->sources,
7331 if (strcmp(patch->sources[0].ext.device.address, "") != 0) {
7333 patch->sources[0].ext.device.type,
7334 patch->sources[0].ext.device.address);
7341 (int)patch->sources[0].ext.device.type);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp812 FakeInputMapper(InputDevice* device, uint32_t sources) : argument
814 mSources(sources), mKeyboardType(AINPUT_KEYBOARD_TYPE_NONE),
1016 const String8& name, uint32_t classes, uint32_t sources,
1019 FakeInputMapper* mapper = new FakeInputMapper(device, sources);
1065 << "Should return unknown when the device id is valid but the sources are not supported by the device.";
1069 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1073 << "Should return unknown when the device id is < 0 but the sources are not supported by any device.";
1077 << "Should return value provided by mapper when device id is < 0 and one of the devices supports some of the sources.";
1092 << "Should return unknown when the device id is valid but the sources are not supported by the device.";
1096 << "Should return value provided by mapper when device id is valid and the device supports some of the sources
1015 addDeviceWithFakeInputMapper(int32_t deviceId, int32_t controllerNumber, const String8& name, uint32_t classes, uint32_t sources, const PropertyMap* configuration) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java7434 final int sources = device.getSources();
7440 if ((sources & InputDevice.SOURCE_TOUCHSCREEN) ==
7448 if ((sources & InputDevice.SOURCE_TRACKBALL) == InputDevice.SOURCE_TRACKBALL) {
7451 } else if ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h136 typedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGKHRPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
148 GL_APICALL GLuint GL_APIENTRY glGetDebugMessageLogKHR (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
/frameworks/native/opengl/include/GLES3/
H A Dgl32.h1738 typedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
1783 GL_APICALL GLuint GL_APIENTRY glGetDebugMessageLog (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp168 static inline bool sourcesMatchMask(uint32_t sources, uint32_t sourceMask) { argument
169 return (sources & sourceMask & ~ AINPUT_SOURCE_CLASS_MASK) != 0;
393 ALOGI("Device added: id=%d, name='%s', sources=0x%08x", deviceId,
421 ALOGI("Device removed: id=%d, name='%s', sources=0x%08x",
3075 // Configure device sources, surface dimensions, orientation and
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 307 milliseconds

123