HomeSort by relevance Sort by last modified time
    Searched defs:sint16 (Results 1 - 2 of 2) sorted by null

  /packages/services/BuiltInPrintService/jni/include/
wtypes.h 61 typedef signed short sint16; typedef
  /external/webrtc/webrtc/base/
macconversion.cc 62 SInt16 sint16; local
63 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
64 if (converted) *i = static_cast<int>(sint16);

Completed in 72 milliseconds