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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.c 754 GLuint inDevice;
777 data->ignoringDevice = data->inDevice;
783 data->ignoringDevice = data->inDevice;
841 if (data->inDevice)
843 data->inDevice++;
848 if (!data->inDevice)
879 if (data->inDevice-- == data->ignoringDevice)
984 userData.inDevice = 0;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 754 GLuint inDevice;
777 data->ignoringDevice = data->inDevice;
783 data->ignoringDevice = data->inDevice;
841 if (data->inDevice)
843 data->inDevice++;
848 if (!data->inDevice)
879 if (data->inDevice-- == data->ignoringDevice)
984 userData.inDevice = 0;
    [all...]
  /frameworks/av/services/audioflinger/
Threads.h 36 audio_devices_t outDevice, audio_devices_t inDevice, type_t type);
148 audio_devices_t inDevice() const { return mInDevice; }
307 // and inDevice().
    [all...]

Completed in 852 milliseconds