HomeSort by relevance Sort by last modified time
    Searched refs:id_t (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /bionic/libc/bionic/
getpriority.cpp 31 extern "C" int __getpriority(int, id_t);
33 int getpriority(int which, id_t who) {
wait.cpp 32 extern "C" int __waitid(idtype_t which, id_t id, siginfo_t* info, int options, struct rusage* ru);
42 int waitid(idtype_t which, id_t id, siginfo_t* info, int options) {
  /hardware/google/av/codec2/vndk/include/
C2PlatformStorePluginLoader.h 36 typedef ::C2BlockPool* (*CreateBlockPoolFunc)(::C2Allocator::id_t, ::C2BlockPool::local_id_t);
54 c2_status_t createBlockPool(::C2Allocator::id_t allocatorId,
C2PlatformSupport.h 38 enum : id_t {
116 C2PlatformAllocatorStore::id_t allocatorId,
C2BufferPriv.h 31 virtual C2Allocator::id_t getAllocatorId() const override {
56 virtual C2Allocator::id_t getAllocatorId() const override {
81 virtual C2Allocator::id_t getAllocatorId() const override {
C2AllocatorGralloc.h 57 virtual id_t getId() const override;
71 C2AllocatorGralloc(id_t id, bool bufferQueue = false);
C2BqBufferPriv.h 31 virtual C2Allocator::id_t getAllocatorId() const override {
C2AllocatorIon.h 40 virtual id_t getId() const override;
54 C2AllocatorIon(id_t id);
  /bionic/libc/include/sys/
resource.h 51 int getpriority(int __which, id_t __who);
52 int setpriority(int __which, id_t __who, int __priority);
wait.h 55 int waitid(idtype_t __type, id_t __id, siginfo_t* __info, int __options);
  /bionic/tests/headers/posix/
sys_resource_h.c 65 FUNCTION(getpriority, int (*f)(int, id_t));
68 FUNCTION(setpriority, int (*f)(int, id_t, int));
sys_wait_h.c 69 TYPE(id_t);
75 FUNCTION(waitid, int (*f)(idtype_t, id_t, siginfo_t*, int));
sys_types_h.c 42 TYPE(id_t);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
resource.h 28 typedef __id_t id_t; typedef
94 extern int getpriority (__priority_which_t __which, id_t __who) __THROW;
98 extern int setpriority (__priority_which_t __which, id_t __who, int __prio)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
resource.h 28 typedef __id_t id_t; typedef
94 extern int getpriority (__priority_which_t __which, id_t __who) __THROW;
98 extern int setpriority (__priority_which_t __which, id_t __who, int __prio)
  /bionic/tests/
sys_types_test.cpp 26 // id_t is the 'generic'.
27 ASSERT_EQ(4U, sizeof(id_t));
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
resource.h 135 int getpriority(int, id_t);
138 int setpriority(int, id_t, int);
  /external/valgrind/memcheck/tests/solaris/
thr_daemon_exit_standalone.c 146 static id_t lwp_create(void *stack) {
147 id_t tid;
204 static void lwp_continue(id_t tid) {
232 id_t tid = lwp_create((char *) stack + STACK_SIZE);
  /external/tensorflow/tensorflow/contrib/batching/python/ops/
batch_ops_test.py 168 batched, index, id_t = batch_ops.batch(
174 result = batch_ops.unbatch(computation, index, id_t,
212 batched, index, id_t = batch_ops.batch(
218 result = batch_ops.unbatch(computation, index, id_t, timeout_micros,
227 id_t,
254 batched, index, id_t = batch_ops.batch(
259 result = batch_ops.unbatch(computation, index, id_t,
batch_ops.py 113 batched_tensors, batch_index, id_t = gen_batch_ops.batch(
129 gen_batch_ops.unbatch(t, batch_index, id_t,
  /hardware/google/av/codec2/vndk/
C2AllocatorIon.cpp 132 virtual id_t getAllocatorId() const override;
136 C2AllocationIon(int ionFd, size_t size, size_t align, unsigned heapMask, unsigned flags, C2Allocator::id_t id);
137 C2AllocationIon(int ionFd, size_t size, int shareFd, C2Allocator::id_t id);
165 Impl(int ionFd, size_t capacity, int bufferFd, ion_user_handle_t buffer, C2Allocator::id_t id, int err)
194 static Impl *Import(int ionFd, size_t capacity, int bufferFd, C2Allocator::id_t id) {
212 static Impl *Alloc(int ionFd, size_t size, size_t align, unsigned heapMask, unsigned flags, C2Allocator::id_t id) {
344 C2Allocator::id_t getAllocatorId() const {
356 C2Allocator::id_t mId;
380 C2Allocator::id_t C2AllocationIon::getAllocatorId() const {
402 unsigned heapMask, unsigned flags, C2Allocator::id_t id
    [all...]
C2PlatformStorePluginLoader.cpp 50 ::C2Allocator::id_t allocatorId, ::C2BlockPool::local_id_t blockPoolId,
  /hardware/google/av/codec2/include/
C2Component.h     [all...]
  /hardware/google/av/codec2/vndk/include/v4l2/
C2VdaBqBlockPool.h 45 C2Allocator::id_t getAllocatorId() const override { return mAllocator->getId(); };
  /hardware/google/av/media/codecs/base/
SimpleC2Interface.cpp 85 C2Allocator::id_t rawAllocator = C2AllocatorStore::DEFAULT_LINEAR;
88 C2Allocator::id_t codedAllocator = C2AllocatorStore::DEFAULT_LINEAR;
142 C2Allocator::id_t inputAllocators[1] = { isEncoder ? rawAllocator : codedAllocator };
143 C2Allocator::id_t outputAllocators[1] = { isEncoder ? codedAllocator : rawAllocator };

Completed in 377 milliseconds

1 2 3 4