Searched defs:handle (Results 1 - 6 of 6) sorted by relevance

/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/ndk/platforms/android-3/include/
H A Dnsswitch.h211 void *handle; /* handle from dlopen() */ member in struct:__anon323
/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/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/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...]

Completed in 168 milliseconds