HomeSort by relevance Sort by last modified time
    Searched full:handle (Results 301 - 325 of 15141) sorted by null

<<11121314151617181920>>

  /hardware/qcom/msm8x84/original-kernel-headers/linux/
ion.h 84 * @handle: pointer that will be populated with a cookie to use to
94 ion_user_handle_t handle; member in struct:ion_allocation_data
98 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
99 * @handle: a handle
100 * @fd: a file descriptor representing that handle
102 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
103 * the handle returned from ion alloc, and the kernel returns the file
105 * provides the file descriptor and the kernel returns the handle.
108 ion_user_handle_t handle; member in struct:ion_fd_data
117 ion_user_handle_t handle; member in struct:ion_handle_data
    [all...]
  /hardware/ti/omap4-aah/ion/
ion.h 27 struct ion_handle **handle);
29 struct ion_handle **handle, size_t *stride);
30 int ion_free(int fd, struct ion_handle *handle);
31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
33 int ion_share(int fd, struct ion_handle *handle, int *share_fd);
34 int ion_import(int fd, int share_fd, struct ion_handle **handle);
  /hardware/ti/omap4xxx/ion/
ion.h 27 struct ion_handle **handle);
29 struct ion_handle **handle, size_t *stride);
30 int ion_free(int fd, struct ion_handle *handle);
31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
33 int ion_share(int fd, struct ion_handle *handle, int *share_fd);
34 int ion_import(int fd, int share_fd, struct ion_handle **handle);
  /system/core/include/utils/
NativeHandle.h 30 // whether the wrapper owns the handle (so that it should clean up the
31 // handle upon destruction) or not.
32 // If handle is NULL, no NativeHandle will be created.
33 static sp<NativeHandle> create(native_handle_t* handle, bool ownsHandle);
35 const native_handle_t* handle() const { function in class:android::NativeHandle
43 NativeHandle(native_handle_t* handle, bool ownsHandle);
  /system/core/libion/original-kernel-headers/linux/
ion.h 81 * @handle: pointer that will be populated with a cookie to use to
91 ion_user_handle_t handle; member in struct:ion_allocation_data
95 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
96 * @handle: a handle
97 * @fd: a file descriptor representing that handle
99 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
100 * the handle returned from ion alloc, and the kernel returns the file
102 * provides the file descriptor and the kernel returns the handle.
105 ion_user_handle_t handle; member in struct:ion_fd_data
114 ion_user_handle_t handle; member in struct:ion_handle_data
    [all...]
  /external/v8/src/
json-stringifier.h 20 MUST_USE_RESULT MaybeHandle<Object> Stringify(Handle<Object> object);
24 Handle<String> object));
64 Handle<Object> object,
65 Handle<Object> key);
67 Result SerializeGeneric(Handle<Object> object,
68 Handle<Object> key,
73 INLINE(static Handle<String> StringifyString_(Isolate* isolate,
75 Handle<String> result));
78 INLINE(Result SerializeObject(Handle<Object> obj)) {
85 Handle<Object> object
    [all...]
accessors.cc 24 Handle<AccessorInfo> Accessors::MakeAccessor(
26 Handle<Name> name,
31 Handle<ExecutableAccessorInfo> info = factory->NewExecutableAccessorInfo();
36 Handle<Object> get = v8::FromCData(isolate, getter);
37 Handle<Object> set = v8::FromCData(isolate, setter);
44 Handle<ExecutableAccessorInfo> Accessors::CloneAccessor(
46 Handle<ExecutableAccessorInfo> accessor) {
48 Handle<ExecutableAccessorInfo> info = factory->NewExecutableAccessorInfo();
70 static V8_INLINE bool CheckForName(Handle<Name> name,
71 Handle<String> property_name
    [all...]
compiler.h 90 CompilationInfo(Handle<JSFunction> closure, Zone* zone);
108 Handle<Code> code() const { return code_; }
109 Handle<JSFunction> closure() const { return closure_; }
110 Handle<SharedFunctionInfo> shared_info() const { return shared_info_; }
111 Handle<Script> script() const { return script_; }
112 void set_script(Handle<Script> script) { script_ = script; }
125 Handle<Context> context() const { return context_; }
127 Handle<Code> unoptimized_code() const { return unoptimized_code_; }
233 Handle<TypeFeedbackVector> feedback_vector() const {
236 void SetCode(Handle<Code> code) { code_ = code;
    [all...]
  /external/webrtc/src/modules/audio_processing/
gain_control_impl.cc 23 typedef void Handle;
35 T* handle;
85 Handle* my_handle = static_cast<Handle*>(handle(i));
111 Handle* my_handle = static_cast<Handle*>(handle(i));
125 Handle* my_handle = static_cast<Handle*>(handle(i))
345 Handle* handle = NULL; local
    [all...]
  /external/libxml2/
xmlmodule.c 24 void *handle; member in struct:_xmlModule
28 static int xmlModulePlatformClose(void *handle);
29 static int xmlModulePlatformSymbol(void *handle, const char *name, void **result);
41 * Handle an out of memory condition
70 * Returns a handle for the module or NULL in case of error
85 module->handle = xmlModulePlatformOpen(name);
87 if (module->handle == NULL) {
125 rc = xmlModulePlatformSymbol(module->handle, name, symbol);
141 * @module: the module handle
161 rc = xmlModulePlatformClose(module->handle);
417 void *handle; local
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 184 * an opaque handle to it.
191 * ion_free - free a handle
193 * @handle: the handle to free
195 * Free the provided handle.
197 void ion_free(struct ion_client *client, struct ion_handle *handle);
200 * ion_phys - returns the physical address and len of a handle
202 * @handle: the handle
206 * This function queries the heap for a particular handle to get th
518 ion_user_handle_t handle; member in struct:ion_allocation_data
532 ion_user_handle_t handle; member in struct:ion_fd_data
541 ion_user_handle_t handle; member in struct:ion_handle_data
    [all...]
  /external/libdrm/tests/
gem_mmap.c 41 int do_read(int fd, int handle, void *buf, int offset, int size)
51 read.handle = handle;
59 int do_write(int fd, int handle, void *buf, int offset, int size)
64 write.handle = handle;
82 int handle; local
91 mmap.handle = 0x10101010;
102 handle = create.handle;
    [all...]
  /external/libgsm/man/
gsm.3 16 void gsm_encode(handle, src, dst)
18 gsm handle;
24 int gsm_decode(handle, src, dst)
26 gsm handle;
32 void gsm_destroy(handle)
34 gsm handle;
41 which can be used as a handle in subsequent calls to gsm_decode(),
67 gsm_create() returns an opaque handle object of type gsm, or 0 on error.
73 gsm handle;
80 if (!(handle = gsm_create())) error..
    [all...]
  /external/selinux/libsemanage/src/
user_extra_record.c 19 #include <semanage/handle.h>
34 static int semanage_user_extra_key_extract(semanage_handle_t * handle,
40 if (semanage_user_key_create(handle, user_extra->name, key_ptr) < 0)
46 ERR(handle, "could not extract key from user extra record");
86 hidden int semanage_user_extra_set_name(semanage_handle_t * handle,
93 ERR(handle, "out of memory, could not set name %s "
110 hidden int semanage_user_extra_set_prefix(semanage_handle_t * handle,
117 ERR(handle, "out of memory, could not set prefix %s "
127 hidden int semanage_user_extra_create(semanage_handle_t * handle,
135 ERR(handle, "out of memory, could not
    [all...]
parse_utils.h 7 #include <semanage/handle.h>
16 FILE *file_stream; /* Input stream handle */
22 extern int parse_init(semanage_handle_t * handle,
30 extern int parse_open(semanage_handle_t * handle, parse_info_t * info);
39 extern int parse_skip_space(semanage_handle_t * handle, parse_info_t * info);
42 extern int parse_assert_noeof(semanage_handle_t * handle, parse_info_t * info);
46 extern int parse_assert_space(semanage_handle_t * handle, parse_info_t * info);
50 extern int parse_assert_ch(semanage_handle_t * handle,
56 extern int parse_assert_str(semanage_handle_t * handle,
79 extern int parse_fetch_string(semanage_handle_t * handle,
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 68 * @param mutex pointer to mutex handle
71 inv_error_t inv_create_mutex(HANDLE *mutex)
84 *mutex = (HANDLE)pm;
92 * @param mutex Mutex handle
95 inv_error_t inv_lock_mutex(HANDLE mutex)
110 * @param mutex mutex handle
113 inv_error_t inv_unlock_mutex(HANDLE mutex)
140 * @param fp handle to file to close.
149 * @brief Close Handle
150 * @param handle handle to the resource
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 68 * @param mutex pointer to mutex handle
71 inv_error_t inv_create_mutex(HANDLE *mutex)
84 *mutex = (HANDLE)pm;
92 * @param mutex Mutex handle
95 inv_error_t inv_lock_mutex(HANDLE mutex)
110 * @param mutex mutex handle
113 inv_error_t inv_unlock_mutex(HANDLE mutex)
140 * @param fp handle to file to close.
149 * @brief Close Handle
150 * @param handle handle to the resource
    [all...]
  /hardware/libhardware/modules/gralloc/
mapper.cpp 39 buffer_handle_t handle,
42 private_handle_t* hnd = (private_handle_t*)handle;
60 buffer_handle_t handle)
62 private_handle_t* hnd = (private_handle_t*)handle;
78 buffer_handle_t handle)
80 if (private_handle_t::validate(handle) < 0)
85 // If a buffer handle is passed from the process that allocated it to a
98 // allocations happen in its process. After returning the buffer handle to
99 // the IGraphicBufferAlloc client, SurfaceFlinger free's its handle to the
102 // buffer belongs to, it will get a new handle to the buffer in respons
    [all...]
  /external/v8/test/cctest/
test-weaksets.cc 44 static Handle<JSWeakSet> AllocateJSWeakSet(Isolate* isolate) {
46 Handle<Map> map = factory->NewMap(JS_WEAK_SET_TYPE, JSWeakSet::kSize);
47 Handle<JSObject> weakset_obj = factory->NewJSObjectFromMap(map);
48 Handle<JSWeakSet> weakset(JSWeakSet::cast(*weakset_obj));
52 Handle<ObjectHashTable> table = ObjectHashTable::New(isolate, 1);
58 static void PutIntoWeakSet(Handle<JSWeakSet> weakset,
59 Handle<JSObject> key,
60 Handle<Object> value) {
61 Handle<ObjectHashTable> table = ObjectHashTable::Put(
62 Handle<ObjectHashTable>(ObjectHashTable::cast(weakset->table()))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 41 #define LockSegment(w) GlobalFix((HANDLE)(w))
42 #define UnlockSegment(w) GlobalUnfix((HANDLE)(w))
46 #define INVALID_HANDLE_VALUE ((HANDLE)(LONG_PTR)-1)
177 HANDLE hEvent;
187 HANDLE hProcess;
188 HANDLE hThread;
451 #define GlobalLRUNewest(h) ((HANDLE)(h))
452 #define GlobalLRUOldest(h) ((HANDLE)(h))
549 HANDLE hThread;
555 HANDLE hFile
    [all...]
  /external/e2fsprogs/lib/ss/
get_readline.c 44 void *handle = NULL; local
69 if ((handle = dlopen(cp, RTLD_NOW))) {
75 if (!handle)
78 info->readline_handle = handle;
80 dlsym(handle, "readline");
82 dlsym(handle, "add_history");
84 dlsym(handle, "rl_forced_update_display");
87 dlsym(handle, "rl_completion_matches");
88 if ((t = dlsym(handle, "rl_readline_name")) != NULL)
91 dlsym(handle, "rl_attempted_completion_function")) != NULL
    [all...]
  /external/libdrm/freedreno/kgsl/
kgsl_drm.h 121 uint32_t handle; member in struct:drm_kgsl_gem_create
125 uint32_t handle; member in struct:drm_kgsl_gem_prep
131 uint32_t handle; member in struct:drm_kgsl_gem_memtype
136 uint32_t handle; member in struct:drm_kgsl_gem_mmap
143 uint32_t handle; member in struct:drm_kgsl_gem_alloc
148 uint32_t handle; member in struct:drm_kgsl_gem_bind_gpu
153 uint32_t handle; member in struct:drm_kgsl_gem_bufinfo
161 uint32_t handle; member in struct:drm_kgsl_gem_bufcount
166 uint32_t handle; member in struct:drm_kgsl_gem_active
189 uint32_t handle; member in struct:drm_kgsl_gem_create_fd
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
htab.c 41 /* Make sure handle table handles match VDPAU handles. */
70 vlHandle handle = 0; local
73 handle = handle_table_add(htab, data);
75 return handle;
81 void* vlGetDataHTAB(vlHandle handle)
83 assert(handle);
88 data = handle_table_get(htab, handle);
92 return (void*)handle;
96 void vlRemoveDataHTAB(vlHandle handle)
101 handle_table_remove(htab, handle);
    [all...]
  /frameworks/av/media/mtp/
MtpDatabase.h 44 MtpObjectHandle handle,
63 virtual MtpResponseCode getObjectPropertyValue(MtpObjectHandle handle,
67 virtual MtpResponseCode setObjectPropertyValue(MtpObjectHandle handle,
79 virtual MtpResponseCode getObjectPropertyList(MtpObjectHandle handle,
84 virtual MtpResponseCode getObjectInfo(MtpObjectHandle handle,
87 virtual void* getThumbnail(MtpObjectHandle handle, size_t& outThumbSize) = 0;
89 virtual MtpResponseCode getObjectFilePath(MtpObjectHandle handle,
94 virtual MtpResponseCode deleteFile(MtpObjectHandle handle) = 0;
96 virtual MtpObjectHandleList* getObjectReferences(MtpObjectHandle handle) = 0;
98 virtual MtpResponseCode setObjectReferences(MtpObjectHandle handle,
    [all...]
  /frameworks/native/include/ui/
GraphicBufferMapper.h 41 status_t registerBuffer(buffer_handle_t handle);
43 status_t unregisterBuffer(buffer_handle_t handle);
45 status_t lock(buffer_handle_t handle,
48 status_t lockYCbCr(buffer_handle_t handle,
51 status_t unlock(buffer_handle_t handle);
53 status_t lockAsync(buffer_handle_t handle,
56 status_t lockAsyncYCbCr(buffer_handle_t handle,
60 status_t unlockAsync(buffer_handle_t handle, int *fenceFd);
62 // dumps information about the mapping of this handle
63 void dump(buffer_handle_t handle);
    [all...]

Completed in 988 milliseconds

<<11121314151617181920>>