Searched refs:tool (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tools/aidl/
H A DAndroid.mk5 # This tool is prebuilt if we're doing an app-only build.
/frameworks/base/tools/aapt/
H A DAndroid.mk7 # This tool is prebuilt if we're doing an app-only build.
/frameworks/av/services/audioflinger/
H A DAndroid.mk82 # build audio resampler test tool
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DRTPSink.cpp698 AString tool = "stagefright/1.0"; local
699 data[offset++] = tool.size();
701 memcpy(&data[offset], tool.c_str(), tool.size());
702 offset += tool.size();
/frameworks/base/libs/androidfw/
H A DAndroid.mk17 # libandroidfw is partially built for the host (used by build time keymap validation tool)
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h226 AString tool; local
227 MakeUserAgentString(&tool);
229 data[offset++] = tool.size();
231 memcpy(&data[offset], tool.c_str(), tool.size());
232 offset += tool.size();
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp3195 float tool = float(rawToolMajor) * GEOMETRIC_SCALE; local
3215 x, y, pressure, size, tool, tool, tool, tool, orientation, distance));
3390 // default tool type is finger
3505 // back to default tool type
4528 // Note: We only provide a single common touch/tool value because the device is assumed
4543 float tool = float(rawToolMajor) / 2 * 10.0f + 160.0f; local
4564 x, y, 1.0f, size, touch, touch, tool, too
4589 float tool = sqrtf(rawToolMajor) * 43.0f + 3.0f; local
[all...]

Completed in 161 milliseconds