HomeSort by relevance Sort by last modified time
    Searched refs:slot (Results 51 - 75 of 802) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/native/libs/gui/
ConsumerBase.cpp 191 CB_LOGV("acquireBufferLocked: -> slot=%d/%llu",
197 status_t ConsumerBase::addReleaseFence(int slot,
200 return addReleaseFenceLocked(slot, graphicBuffer, fence);
203 status_t ConsumerBase::addReleaseFenceLocked(int slot,
205 CB_LOGV("addReleaseFenceLocked: slot=%d", slot);
209 if (!stillTracking(slot, graphicBuffer)) {
213 if (!mSlots[slot].mFence.get()) {
214 mSlots[slot].mFence = fence;
217 String8::format("%.28s:%d", mName.string(), slot),
    [all...]
  /bionic/libc/kernel/common/linux/
efs_dir.h 44 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 24 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /development/ndk/platforms/android-3/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /external/kernel-headers/original/linux/
efs_dir.h 37 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pci.h 25 * devices. The slot/function address of each device is encoded
28 * 7:3 = slot
31 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pci.h 25 * devices. The slot/function address of each device is encoded
28 * 7:3 = slot
31 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pci.h 25 * devices. The slot/function address of each device is encoded
28 * 7:3 = slot
31 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))

Completed in 1701 milliseconds

1 23 4 5 6 7 8 91011>>