Searched refs:handle (Results 1 - 14 of 14) sorted by relevance

/development/ndk/platforms/android-3/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
H A Dnsswitch.h211 void *handle; /* handle from dlopen() */ member in struct:__anon323
/development/ndk/platforms/android-8/include/
H A Ddlfcn.h47 extern int dlclose(void* handle);
49 extern void* dlsym(void* handle, const char* symbol);
/development/tools/emulator/system/sensors/
H A Dsensors_qemu.c139 native_handle_t* handle; local
145 handle = native_handle_create(1, 0);
146 handle->data[0] = dup(ctl->fd);
147 return handle;
152 int handle,
160 D("%s: handle=%s (%d) fd=%d enabled=%d", __FUNCTION__,
161 _sensorIdToName(handle), handle, ctl->fd, enabled);
163 if (!ID_CHECK(handle)) {
164 E("%s: bad handle I
151 control__activate(struct sensors_poll_device_t *dev, int handle, int enabled) argument
229 data__data_open(struct sensors_poll_device_t *dev, native_handle_t* handle) argument
450 poll__activate(struct sensors_poll_device_t *dev, int handle, int enabled) argument
466 poll__setDelay(struct sensors_poll_device_t *dev, int handle, int64_t ns) argument
[all...]
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
H A Dweb_services.py20 Contains several RequestHandler subclasses used to handle post operations.
205 handle = contact.handle
210 DeletedContactData(updated_contacts, handle, high_water_mark)
213 UpdatedContactData(updated_contacts, handle, None, base_url, high_water_mark)
242 contact = datastore.Contact(handle='temp')
250 logging.info('Deleted contact: ' + contact.handle)
263 contact.handle = contact.firstname + '_' + contact.lastname
264 logging.info('Created new contact handle: ' + contact.handle)
[all...]
H A Ddashboard.py45 def send_form(self, title, action, contactId, handle, content_obj):
56 'handle': handle,
58 'has_handle': (handle != None),
104 self.send_form('Edit Contact', '/edit_contact', id, contact.handle,
119 self.send_form('Edit Contact', '/edit_contact', id, contact.handle, data)
/development/tools/emulator/opengl/system/gralloc/
H A Dgralloc.cpp68 buffer_handle_t handle; member in struct:_alloc_list_node
318 // Allocate ColorBuffer handle on the host (only if h/w access is allowed)
339 // alloc succeeded - insert the allocated handle to the allocated list
343 node->handle = cb;
358 buffer_handle_t handle)
360 const cb_handle_t *cb = (const cb_handle_t *)handle;
362 ERR("gralloc_free: invalid handle");
386 while( n && n->handle != cb ) {
417 gralloc_free(&d->device, d->allocListHead->handle);
513 buffer_handle_t handle)
357 gralloc_free(alloc_device_t* dev, buffer_handle_t handle) argument
512 gralloc_register_buffer(gralloc_module_t const* module, buffer_handle_t handle) argument
552 gralloc_unregister_buffer(gralloc_module_t const* module, buffer_handle_t handle) argument
592 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void** vaddr) argument
698 gralloc_unlock(gralloc_module_t const* module, buffer_handle_t handle) argument
[all...]
/development/tools/emulator/opengl/system/GLESv1/
H A Dgl.cpp70 ((cb_handle_t *)(native_buffer->handle))->hostHandle);
93 ((cb_handle_t *)(native_buffer->handle))->hostHandle);
/development/tools/emulator/opengl/system/GLESv2/
H A Dgl2.cpp69 rcEnc->rcBindTexture(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
90 rcEnc->rcBindRenderbuffer(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
/development/ndk/platforms/android-3/include/linux/
H A Dbinder.h40 signed long handle; member in union:flat_binder_object::__anon59
80 size_t handle; member in union:binder_transaction_data::__anon60
H A Dtelephony.h42 int handle; member in struct:phone_capability
/development/ndk/platforms/android-9/include/
H A Dthread_db.h145 extern td_err_e td_thr_get_info(td_thrhandle_t const * handle,
148 extern td_err_e td_thr_event_enable(td_thrhandle_t const * handle,
/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
H A Ddatastore.py25 handle = db.StringProperty(required=True) variable in class:Contact
40 query = cls.gql('WHERE handle = :1', username)
47 query = cls.gql('WHERE handle = :1', username)
54 query = cls.gql('WHERE handle = :1', username)
61 query = cls.gql('WHERE handle = :1', username)
/development/tools/emulator/opengl/system/egl/
H A Degl.cpp166 //we don't need to handle depth since it's handled when window created on the host
205 uint32_t rcSurface; //handle to surface created via remote control
278 ((cb_handle_t*)(buffer->handle))->hostHandle);
325 ((cb_handle_t *)(buffer->handle))->hostHandle);
1149 cb_handle_t *cb = (cb_handle_t *)(native_buffer->handle);

Completed in 155 milliseconds