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

1 2 3

  /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) {
grp_pwd.cpp 232 static bool is_valid_app_id(id_t id) {
233 id_t appid = id % AID_USER_OFFSET;
292 static id_t app_id_from_name(const char* name, bool is_group) {
410 static bool is_oem_id(id_t id) {
416 static id_t oem_id_from_name(const char* name) {
424 return static_cast<id_t>(id);
  /frameworks/av/media/codec2/vndk/include/
C2PlatformStorePluginLoader.h 36 typedef ::C2BlockPool* (*CreateBlockPoolFunc)(::C2Allocator::id_t, ::C2BlockPool::local_id_t);
46 typedef ::C2Allocator* (*CreateAllocatorFunc)(::C2Allocator::id_t, ::c2_status_t*);
64 c2_status_t createBlockPool(::C2Allocator::id_t allocatorId,
84 c2_status_t createAllocator(::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 67 virtual id_t getId() const override;
81 C2AllocatorGralloc(id_t id, bool bufferQueue = false);
C2AllocatorIon.h 40 virtual id_t getId() const override;
54 C2AllocatorIon(id_t id);
C2BqBufferPriv.h 32 virtual C2Allocator::id_t getAllocatorId() const override {
  /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);
types.h 49 typedef __id_t id_t; typedef
  /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);
  /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/e2fsprogs/lib/ext2fs/
ext4_acl.h 24 #define ACL_UNDEFINED_ID ((id_t)-1)
  /frameworks/av/media/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);
166 Impl(int ionFd, size_t capacity, int bufferFd, ion_user_handle_t buffer, C2Allocator::id_t id, int err)
195 static Impl *Import(int ionFd, size_t capacity, int bufferFd, C2Allocator::id_t id);
209 static Impl *Alloc(int ionFd, size_t size, size_t align, unsigned heapMask, unsigned flags, C2Allocator::id_t id);
302 C2Allocator::id_t getAllocatorId() const {
345 C2Allocator::id_t mId;
370 ImplV2(int ionFd, size_t capacity, int bufferFd, C2Allocator::id_t id, int err)
400 C2Allocator::id_t id)
    [all...]
C2PlatformStorePluginLoader.cpp 60 ::C2Allocator::id_t allocatorId, ::C2BlockPool::local_id_t blockPoolId,
77 ::C2Allocator::id_t allocatorId, std::shared_ptr<C2Allocator>* const allocator) {
  /frameworks/av/media/codec2/components/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 };
  /frameworks/av/media/codec2/core/include/
C2Component.h     [all...]
  /external/tensorflow/tensorflow/contrib/batching/python/ops/
batch_ops.py 176 batched_tensors, batch_index, id_t = gen_batch_ops.batch(
192 gen_batch_ops.unbatch(t, batch_index, id_t,
batch_ops_test.py 171 batched, index, id_t = batch_ops.batch(
177 result = batch_ops.unbatch(computation, index, id_t,
375 batched, index, id_t = batch_ops.batch(
381 result = batch_ops.unbatch(computation, index, id_t, timeout_micros,
390 id_t,
417 batched, index, id_t = batch_ops.batch(
422 result = batch_ops.unbatch(computation, index, id_t,
  /external/ltp/testcases/kernel/syscalls/waitid/
waitid01.c 59 id_t pid;

Completed in 662 milliseconds

1 2 3