HomeSort by relevance Sort by last modified time
    Searched refs:MAG (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/cpp/
Sampler.cpp 52 sp<Sampler> Sampler::create(sp<RS> rs, RsSamplerValue min, RsSamplerValue mag, RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy) {
54 void* id = RS::dispatch->SamplerCreate(rs->getContext(), min, mag, wrapS, wrapT, RS_SAMPLER_WRAP, anisotropy);
58 #define CREATE_SAMPLER(N, MIN, MAG, WRAPS, WRAPT) sp<const Sampler> Sampler::N(sp<RS> rs) { \
60 rs->mSamplers.N = (create(rs, MIN, MAG, WRAPS, WRAPT, 0.f)); \
  /frameworks/native/services/sensorservice/
Fusion.h 74 enum { ACC=0x1, MAG=0x2, GYRO=0x4 };
Fusion.cpp 226 return (mInitState == (MAG|ACC|GYRO));
237 } else if (what == MAG) {
240 mInitState |= MAG;
252 if (mInitState == (MAG|ACC|GYRO)) {
302 // Also reject if too small since we will get ill-defined (zero mag)
307 if (!checkInitComplete(MAG, m))
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 108 milliseconds