Searched defs:tool (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libstagefright/rtsp/
H A DMyHandler.h225 AString tool; local
226 MakeUserAgentString(&tool);
228 data[offset++] = tool.size();
230 memcpy(&data[offset], tool.c_str(), tool.size());
231 offset += tool.size();
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp3133 float tool = float(rawToolMajor) * GEOMETRIC_SCALE; local
3153 x, y, pressure, size, tool, tool, tool, tool, orientation, distance));
3328 // default tool type is finger
3443 // back to default tool type
4466 // Note: We only provide a single common touch/tool value because the device is assumed
4481 float tool = float(rawToolMajor) / 2 * 10.0f + 160.0f; local
4502 x, y, 1.0f, size, touch, touch, tool, too
4527 float tool = sqrtf(rawToolMajor) * 43.0f + 3.0f; local
[all...]

Completed in 88 milliseconds