/external/chromium_org/sandbox/win/src/ |
sync_policy.h | 40 HANDLE *handle); 46 HANDLE *handle);
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
cache.h | 40 // Opaque handle to an entry stored in the cache. 41 struct Handle { }; 46 // Returns a handle that corresponds to the mapping. The caller 47 // must call this->Release(handle) when the returned mapping is no 52 virtual Handle* Insert(const Slice& key, void* value, size_t charge, 57 // Else return a handle that corresponds to the mapping. The caller 58 // must call this->Release(handle) when the returned mapping is no 60 virtual Handle* Lookup(const Slice& key) = 0; 63 // REQUIRES: handle must not have been released yet. 64 // REQUIRES: handle must have been returned by a method on *this [all...] |
table_builder.h | 79 void WriteBlock(BlockBuilder* block, BlockHandle* handle); 80 void WriteRawBlock(const Slice& data, CompressionType, BlockHandle* handle);
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
shader-leak.c | 78 void *handle; local 87 handle = ctx->create_vertex_elements_state(ctx, 2, ve); 88 ctx->bind_vertex_elements_state(ctx, handle); 104 void *handle; local 115 handle = graw_parse_vertex_shader(ctx, text); 116 ctx->bind_vs_state(ctx, handle); 124 void *handle; local 135 handle = graw_parse_fragment_shader(ctx, text); 136 return handle; 233 void *handle; local 242 void *handle; local 250 void *handle; local [all...] |
tri-instanced.c | 110 void *handle; local 130 handle = ctx->create_vertex_elements_state(ctx, 3, ve); 131 ctx->bind_vertex_elements_state(ctx, handle); 169 void *handle; local 181 handle = graw_parse_vertex_shader(ctx, text); 182 ctx->bind_vs_state(ctx, handle); 187 void *handle; local 195 handle = graw_parse_fragment_shader(ctx, text); 196 ctx->bind_fs_state(ctx, handle); 289 void *handle; local 298 void *handle; local 306 void *handle; local [all...] |
/external/chromium_org/ui/gfx/ |
gpu_memory_buffer.h | 28 handle(base::SharedMemory::NULLHandle()) 36 base::SharedMemoryHandle handle; member in struct:gfx::GpuMemoryBufferHandle 77 // Returns a platform specific handle for this buffer.
|
/external/kernel-headers/original/linux/ |
omap_ion.h | 29 * @handle: pointer that will be populated with a cookie to use to refer 39 struct ion_handle *handle; member in struct:omap_ion_tiler_alloc_data 47 /* given a handle in the tiler, return a list of tiler pages that back it */ 48 int omap_tiler_pages(struct ion_client *client, struct ion_handle *handle,
|
/external/libnfc-nci/src/nfc/nfc/ |
nfc_utils.c | 76 UINT8 handle; local 82 handle = (UINT8) (p_cb - nfc_cb.conn_cb + 1); 83 nfc_cb.conn_id[conn_id] = handle; 84 NFC_TRACE_DEBUG2 ("nfc_set_conn_id conn_id:%d, handle:%d", conn_id, handle); 126 UINT8 handle; local 146 handle = nfc_cb.conn_id[id]; 147 if (handle > 0) 148 p_conn_cb = &nfc_cb.conn_cb[handle - 1];
|
/external/mesa3d/src/gallium/tests/graw/ |
shader-leak.c | 78 void *handle; local 87 handle = ctx->create_vertex_elements_state(ctx, 2, ve); 88 ctx->bind_vertex_elements_state(ctx, handle); 104 void *handle; local 115 handle = graw_parse_vertex_shader(ctx, text); 116 ctx->bind_vs_state(ctx, handle); 124 void *handle; local 135 handle = graw_parse_fragment_shader(ctx, text); 136 return handle; 233 void *handle; local 242 void *handle; local 250 void *handle; local [all...] |
tri-instanced.c | 110 void *handle; local 130 handle = ctx->create_vertex_elements_state(ctx, 3, ve); 131 ctx->bind_vertex_elements_state(ctx, handle); 169 void *handle; local 181 handle = graw_parse_vertex_shader(ctx, text); 182 ctx->bind_vs_state(ctx, handle); 187 void *handle; local 195 handle = graw_parse_fragment_shader(ctx, text); 196 ctx->bind_fs_state(ctx, handle); 289 void *handle; local 298 void *handle; local 306 void *handle; local [all...] |
/external/qemu/elff/ |
elf_mapped_section.cc | 33 bool ElfMappedSection::map(MapFile* handle,
38 mapped_at_ = mapfile_map(handle, offset, size, PROT_READ,
|
/external/qemu/ |
qemu-os-win32.h | 43 int qemu_add_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque); 44 void qemu_del_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque);
|
/external/webrtc/src/modules/audio_processing/ |
echo_control_mobile_impl.cc | 24 typedef void Handle; 94 Handle* my_handle = static_cast<Handle*>(handle(handle_index)); 137 Handle* my_handle = static_cast<Handle*>(handle(handle_index)); 230 Handle* my_handle = static_cast<Handle*>(handle(0)) 261 Handle* handle = NULL; local [all...] |
/frameworks/base/services/jni/ |
com_android_server_input_InputApplicationHandle.cpp | 94 NativeInputApplicationHandle* handle; local 96 handle = reinterpret_cast<NativeInputApplicationHandle*>(ptr); 99 handle = new NativeInputApplicationHandle(objWeak); 100 handle->incStrong((void*)android_server_InputApplicationHandle_getHandle); 102 reinterpret_cast<int>(handle)); 104 return handle; 117 NativeInputApplicationHandle* handle = reinterpret_cast<NativeInputApplicationHandle*>(ptr); local 118 handle->decStrong((void*)android_server_InputApplicationHandle_getHandle);
|
/frameworks/native/include/gui/ |
ISensorEventConnection.h | 39 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs, 41 virtual status_t setEventRate(int handle, nsecs_t ns) = 0;
|
/hardware/invensense/60xx/libsensors/ |
SensorBase.h | 59 virtual int setDelay(int32_t handle, int64_t ns); 60 virtual int enable(int32_t handle, int enabled) = 0;
|
/hardware/invensense/60xx/libsensors_iio/ |
SensorBase.h | 55 virtual int setDelay(int32_t handle, int64_t ns); 56 virtual int enable(int32_t handle, int enabled);
|
/hardware/invensense/65xx/libsensors_iio/ |
CompassSensor.AKM.cpp | 72 * @param[in] handle which sensor to enable/disable. 76 int CompassSensor::enable(int32_t handle, int en) 81 return mCompassSensor->setEnable(handle, en); 84 int CompassSensor::setDelay(int32_t handle, int64_t ns) 89 return mCompassSensor->setDelay(handle, ns); 96 int CompassSensor::getEnable(int32_t handle) 101 return mCompassSensor->getEnable(handle); 108 int64_t CompassSensor::getDelay(int32_t handle) 113 return mCompassSensor->getDelay(handle);
|
/libcore/luni/src/main/native/ |
java_util_zip_Inflater.cpp | 51 static void Inflater_setInputImpl(JNIEnv* env, jobject, jbyteArray buf, jint off, jint len, jlong handle) { 52 toNativeZipStream(handle)->setInput(env, buf, off, len); 55 static jint Inflater_setFileInputImpl(JNIEnv* env, jobject, jobject javaFileDescriptor, jlong off, jint len, jlong handle) { 56 NativeZipStream* stream = toNativeZipStream(handle); 91 static jint Inflater_inflateImpl(JNIEnv* env, jobject recv, jbyteArray buf, int off, int len, jlong handle) { 92 NativeZipStream* stream = toNativeZipStream(handle); 132 static jint Inflater_getAdlerImpl(JNIEnv*, jobject, jlong handle) { 133 return toNativeZipStream(handle)->stream.adler; 136 static void Inflater_endImpl(JNIEnv*, jobject, jlong handle) { 137 NativeZipStream* stream = toNativeZipStream(handle); [all...] |
/ndk/sources/host-tools/ndk-stack/elff/ |
elf_mapped_section.cc | 33 bool ElfMappedSection::map(MapFile* handle, 38 mapped_at_ = mapfile_map(handle, offset, size, PROT_READ,
|
/system/core/fastbootd/ |
transport.h | 38 ssize_t transport_handle_write(struct transport_handle *handle, char *buffer, size_t len); 39 int transport_handle_download(struct transport_handle *handle, size_t len);
|
/external/openssh/ |
sftp-server.c | 175 /* handle handles */ 177 typedef struct Handle Handle; 178 struct Handle { 193 Handle *handles = NULL; 213 handles = xrealloc(handles, num_handles, sizeof(Handle)); 236 handle_to_string(int handle, char **stringp, int *hlenp) 241 put_u32(*stringp, handle); 247 handle_from_string(const char *handle, u_int hlen) 253 val = get_u32(handle); 363 char *handle; local 551 int handle, fd, flags, mode, status = SSH2_FX_FAILURE; local 588 int handle, ret, status = SSH2_FX_FAILURE; local 604 int handle, fd, ret, status = SSH2_FX_FAILURE; local 646 int handle, fd, ret, status; local 729 int fd, ret, handle, status = SSH2_FX_FAILURE; local 818 int handle, fd, ret; local 885 int handle, status = SSH2_FX_FAILURE; local 916 int handle; local 1212 int handle, fd; local [all...] |
/external/iptables/libiptc/ |
libiptc.c | 337 unsigned int *idx, struct xtc_handle *handle, 344 list_pos=&handle->chains; 347 if (handle->chain_index_sz == 0) { 348 debug("WARNING: handle->chain_index_sz == 0\n"); 353 end = handle->chain_index_sz; 361 if (!handle->chain_index[pos]) { 363 return &handle->chains; /* Be safe, return orig start pos */ 367 pos, handle->chain_index[pos]->name); 372 res = strcmp(name, handle->chain_index[pos]->name); 376 handle->chain_index[pos]->head_offset [all...] |
/external/bluetooth/bluedroid/stack/pan/ |
pan_api.c | 286 ** *handle - Pointer for returning Handle to the connection 296 tPAN_RESULT PAN_Connect (BD_ADDR rem_bda, UINT8 src_role, UINT8 dst_role, UINT16 *handle) 305 ** Initialize the handle so that in case of failure return values 308 *handle = BNEP_INVALID_HANDLE; 424 result = BNEP_Connect (rem_bda, &src_uuid, &dst_uuid, &(pcb->handle)); 434 *handle = pcb->handle; 447 ** Parameters: handle - handle for the connectio [all...] |
/frameworks/native/services/sensorservice/ |
SensorDevice.cpp | 61 mActivationCount.add(list[i].handle, model); 64 list[i].handle, 0); 80 const Info& info = mActivationCount.valueFor(list[i].handle); 81 result.appendFormat("handle=0x%08x, active-count=%d, batch_period(ms)={ ", list[i].handle, 90 result.appendFormat("handle=0x%08x, active-count=%d, batch_timeout(ms)={ ", list[i].handle, 121 void SensorDevice::autoDisable(void *ident, int handle) { 122 Info& info( mActivationCount.editValueFor(handle) ); 127 status_t SensorDevice::activate(void* ident, int handle, int enabled 198 handle, info.bestBatchParams.batchDelay); local [all...] |