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

/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h282 AString tool = MakeUserAgent(); local
284 data[offset++] = tool.size();
286 memcpy(&data[offset], tool.c_str(), tool.size());
287 offset += tool.size();
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3235 float tool = float(rawToolMajor) * GEOMETRIC_SCALE; local
3255 x, y, pressure, size, tool, tool, tool, tool, orientation, distance));
3454 // default tool type is finger
3569 // back to default tool type
4592 // Note: We only provide a single common touch/tool value because the device is assumed
4607 float tool = float(rawToolMajor) / 2 * 10.0f + 160.0f; local
4628 x, y, 1.0f, size, touch, touch, tool, too
4653 float tool = sqrtf(rawToolMajor) * 43.0f + 3.0f; local
[all...]

Completed in 89 milliseconds