HomeSort by relevance Sort by last modified time
    Searched refs:handle (Results 776 - 800 of 3441) sorted by null

<<31323334353637383940>>

  /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/samsung_slsi/exynos5/mobicore/include/Public/
mc_linux.h 103 uint32_t handle; /**< WSM handle */ member in struct:mc_ioctl_map
121 uint32_t handle; /**< driver handle for locked memory */ member in struct:mc_ioctl_reg_wsm
141 /**< driver handle for buffer */
142 uint32_t handle; member in struct:mc_ioctl_resolv_cont_wsm
218 /** Get L2 phys address of a buffer handle allocated to the user. Only
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RadioGroupRule.java 42 INode handle = node.appendChild(SdkConstants.FQCN_RADIO_BUTTON); local
43 handle.setAttribute(ANDROID_URI, ATTR_ID, String.format("@+id/radio%d", i));
45 handle.setAttribute(ANDROID_URI, ATTR_CHECKED, VALUE_TRUE);
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Mem.cpp 65 mMemInfo[i].handle = NULL;
112 cache_inv_data.handle = mMemInfo[index].handle;
117 ALOGV("%s: addr = %p, fd = %d, handle = %p length = %d, ION Fd = %d",
119 cache_inv_data.handle, cache_inv_data.length,
344 ion_info_fd.handle = alloc.handle;
353 memInfo.handle = ion_info_fd.handle;
359 handle_data.handle = ion_info_fd.handle
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
gs-test.c 235 void *handle; local
248 handle = ctx->create_vertex_elements_state(ctx, 4, ve);
249 ctx->bind_vertex_elements_state(ctx, handle);
272 void *handle; local
289 handle = graw_parse_vertex_shader(ctx, text);
290 ctx->bind_vs_state(ctx, handle);
295 void *handle; local
303 handle = graw_parse_fragment_shader(ctx, text);
304 ctx->bind_fs_state(ctx, handle);
312 void *handle; local
551 void *handle; local
560 void *handle; local
568 void *handle; local
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
gs-test.c 235 void *handle; local
248 handle = ctx->create_vertex_elements_state(ctx, 4, ve);
249 ctx->bind_vertex_elements_state(ctx, handle);
272 void *handle; local
289 handle = graw_parse_vertex_shader(ctx, text);
290 ctx->bind_vs_state(ctx, handle);
295 void *handle; local
303 handle = graw_parse_fragment_shader(ctx, text);
304 ctx->bind_fs_state(ctx, handle);
312 void *handle; local
551 void *handle; local
560 void *handle; local
568 void *handle; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Mem.cpp 65 mMemInfo[i].handle = NULL;
112 cache_inv_data.handle = mMemInfo[index].handle;
117 ALOGV("%s: addr = %p, fd = %d, handle = %p length = %d, ION Fd = %d",
119 cache_inv_data.handle, cache_inv_data.length,
344 ion_info_fd.handle = alloc.handle;
353 memInfo.handle = ion_info_fd.handle;
359 handle_data.handle = ion_info_fd.handle
    [all...]
  /external/iptables/iptables/
iptables.c 477 print_header(unsigned int format, const char *chain, struct iptc_handle *handle)
480 const char *pol = iptc_get_policy(chain, &counters, handle);
494 if (!iptc_get_references(&refs, chain, handle))
553 struct iptc_handle *const handle)
560 if (!iptc_is_chain(targname, handle))
693 struct iptc_handle *handle)
705 print_firewall_line(fw, handle);
706 ret &= iptc_append_entry(chain, fw, handle);
720 struct iptc_handle *handle)
728 print_firewall_line(fw, handle);
    [all...]
ip6tables.c 472 print_header(unsigned int format, const char *chain, struct ip6tc_handle *handle)
475 const char *pol = ip6tc_get_policy(chain, &counters, handle);
489 if (!ip6tc_get_references(&refs, chain, handle))
548 struct ip6tc_handle *const handle)
554 if (!ip6tc_is_chain(targname, handle))
688 struct ip6tc_handle *handle)
700 print_firewall_line(fw, handle);
701 ret &= ip6tc_append_entry(chain, fw, handle);
715 struct ip6tc_handle *handle)
723 print_firewall_line(fw, handle);
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c 91 static FLAC__bool read_metadata_block_header_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__bool *is_last, FLAC__MetadataType *type, unsigned *length);
92 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Seek seek_cb, FLAC__StreamMetadata *block);
93 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_streaminfo_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_StreamInfo *block);
94 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_padding_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Seek seek_cb, FLAC__StreamMetadata_Padding *block, unsigned block_length);
95 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_application_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_Application *block, unsigned block_length);
96 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_seektable_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_SeekTable *block, unsigned block_length);
97 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_vorbis_comment_entry_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_VorbisComment_Entry *entry);
98 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_vorbis_comment_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_VorbisComment *block);
99 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_cuesheet_track_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_CueSheet_Track *track);
100 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_cuesheet_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_CueSheet *block)
915 FLAC__IOHandle handle; member in struct:FLAC__Metadata_Chain
    [all...]
  /external/libusb/libusb/
libusbi.h 136 #define HANDLE_CTX(handle) (DEVICE_CTX((handle)->dev))
301 void usbi_handle_disconnect(struct libusb_device_handle *handle);
403 * note that reallocation can fail. Your backend should handle these
418 /* Open a device for I/O and other USB operations. The device handle
420 * through handle->dev.
431 * handle for a device.
440 * Do not worry about freeing the handle on failed open, the upper layers
443 int (*open)(struct libusb_device_handle *handle);
445 /* Close a device such that the handle cannot be used again. Your backen
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp 90 int activate(int handle, int enabled);
91 int setDelay(int handle, int64_t ns);
94 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
121 /* TODO: Handle external pressure sensor */
182 int sensors_poll_context_t::activate(int handle, int enabled) {
186 err = mSensor->enable(handle, enabled);
196 int sensors_poll_context_t::setDelay(int handle, int64_t ns)
199 return mSensor->setDelay(handle, ns);
310 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, int64_t timeout)
313 return mSensor->batch(handle, flags, period_ns, timeout);
    [all...]
  /external/chromium/base/
shared_memory.h 27 // the underlying OS handle to a shared memory segment.
29 typedef HANDLE SharedMemoryHandle;
30 typedef HANDLE SharedMemoryLock;
56 SharedMemory(SharedMemoryHandle handle, bool read_only);
61 SharedMemory(SharedMemoryHandle handle, bool read_only,
67 // Return true iff the given handle is valid (i.e. not the distingished
68 // invalid value; NULL for a HANDLE and -1 for a file descriptor)
69 static bool IsHandleValid(const SharedMemoryHandle& handle);
71 // Returns invalid handle (see comment above for exact definition).
74 // Closes a shared memory handle
    [all...]
  /external/chromium_org/base/memory/
shared_memory.h 31 // the underlying OS handle to a shared memory segment.
33 typedef HANDLE SharedMemoryHandle;
34 typedef HANDLE SharedMemoryLock;
83 SharedMemory(SharedMemoryHandle handle, bool read_only);
88 SharedMemory(SharedMemoryHandle handle, bool read_only,
94 // Return true iff the given handle is valid (i.e. not the distingished
95 // invalid value; NULL for a HANDLE and -1 for a file descriptor)
96 static bool IsHandleValid(const SharedMemoryHandle& handle);
98 // Returns invalid handle (see comment above for exact definition).
101 // Closes a shared memory handle
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.h 104 typedef std::map<CancelableRequestProvider::Handle,
117 void QueryUrlHistoryDone(CancelableRequestProvider::Handle handle,
124 void QueryHttpHostVisitsDone(CancelableRequestProvider::Handle handle,
131 void QueryHttpsHostVisitsDone(CancelableRequestProvider::Handle handle,
147 void StorePendingQuery(CancelableRequestProvider::Handle handle,
152 // is a pending query for the given handle it will return false and set bot
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_platform_audio_output.cc 72 base::SharedMemoryHandle handle,
73 base::SyncSocket::Handle socket_handle,
76 DCHECK(handle);
79 DCHECK_NE(-1, handle.fd);
89 client_->StreamCreated(handle, length, socket_handle);
92 base::Bind(&PepperPlatformAudioOutput::OnStreamCreated, this, handle,
  /external/chromium_org/media/audio/
cross_process_notification_posix.cc 40 return socket_.handle() != SocketClass::kInvalidHandle;
47 handle_1->fd = socket_.handle();
89 fd.fd = notifications[i]->socket_.handle();
95 fd.fd = notifications[i]->socket_.handle();
104 DCHECK_EQ(sockets[i].fd, notifications[ret]->socket_.handle());
  /external/chromium_org/remoting/host/setup/
native_messaging_reader.cc 38 Core(base::PlatformFile handle,
66 base::PlatformFile handle,
70 : read_stream_(handle, base::PLATFORM_FILE_READ, NULL),
133 NativeMessagingReader::NativeMessagingReader(base::PlatformFile handle)
138 core_.reset(new Core(handle, base::ThreadTaskRunnerHandle::Get(),
  /external/sqlite/android/
sqlite3_android.cpp 225 sqlite3 * handle; member in struct:SqliteUserData
279 sqlite3 * handle = sqlite3_context_db_handle(context); local
297 err = sqlite3_prepare_v2(handle, sql, -1, &statement, NULL);
416 extern "C" int register_localized_collators(sqlite3* handle, const char* systemLocale, int utf16Storage)
437 err = sqlite3_create_collation_v2(handle, LOCALIZED_COLLATOR_NAME, SQLITE_UTF16, collator,
440 err = sqlite3_create_collation_v2(handle, LOCALIZED_COLLATOR_NAME, SQLITE_UTF8, collator,
449 err = sqlite3_create_function(handle, "_TOKENIZE", 4, SQLITE_UTF16, collator, tokenize, NULL, NULL);
453 err = sqlite3_create_function(handle, "_TOKENIZE", 5, SQLITE_UTF16, collator, tokenize, NULL, NULL);
457 err = sqlite3_create_function(handle, "_TOKENIZE", 6, SQLITE_UTF16, collator, tokenize, NULL, NULL);
479 err = sqlite3_create_collation_v2(handle, PHONEBOOK_COLLATOR_NAME, SQLITE_UTF16, collator
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
instr.h 161 int snd_instr_iwffff_open(snd_iwffff_handle_t **handle, const char *name_fff, const char *name_dta);
162 int snd_instr_iwffff_open_rom(snd_iwffff_handle_t **handle, int card, int bank, int file);
163 int snd_instr_iwffff_open_rom_file(snd_iwffff_handle_t **handle, const char *name, int bank, int file);
164 int snd_instr_iwffff_close(snd_iwffff_handle_t *handle);
165 int snd_instr_iwffff_load(snd_iwffff_handle_t *handle, int bank, int prg, snd_instr_iwffff_t **iwffff);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
instr.h 161 int snd_instr_iwffff_open(snd_iwffff_handle_t **handle, const char *name_fff, const char *name_dta);
162 int snd_instr_iwffff_open_rom(snd_iwffff_handle_t **handle, int card, int bank, int file);
163 int snd_instr_iwffff_open_rom_file(snd_iwffff_handle_t **handle, const char *name, int bank, int file);
164 int snd_instr_iwffff_close(snd_iwffff_handle_t *handle);
165 int snd_instr_iwffff_load(snd_iwffff_handle_t *handle, int bank, int prg, snd_instr_iwffff_t **iwffff);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
instr.h 161 int snd_instr_iwffff_open(snd_iwffff_handle_t **handle, const char *name_fff, const char *name_dta);
162 int snd_instr_iwffff_open_rom(snd_iwffff_handle_t **handle, int card, int bank, int file);
163 int snd_instr_iwffff_open_rom_file(snd_iwffff_handle_t **handle, const char *name, int bank, int file);
164 int snd_instr_iwffff_close(snd_iwffff_handle_t *handle);
165 int snd_instr_iwffff_load(snd_iwffff_handle_t *handle, int bank, int prg, snd_instr_iwffff_t **iwffff);
  /external/bluetooth/bluedroid/stack/avrc/
avrc_api.c 67 static void avrc_ctrl_cback(UINT8 handle, UINT8 event, UINT16 result,
72 if (event <= AVRC_MAX_RCV_CTRL_EVT && avrc_cb.ccb[handle].p_ctrl_cback)
80 (*avrc_cb.ccb[handle].p_ctrl_cback)(handle, avrc_event, result, peer_addr);
124 static void avrc_prep_end_frag(UINT8 handle)
132 p_fcb = &avrc_cb.fcb[handle];
164 static void avrc_send_continue_frag(UINT8 handle, UINT8 label)
172 p_fcb = &avrc_cb.fcb[handle];
197 avrc_prep_end_frag (handle);
213 AVRC_BldResponse( handle, (tAVRC_RESPONSE *)&rej_rsp, &p_pkt)
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base.cc 141 ClientSocketHandle* handle,
151 : handle_(handle),
229 CHECK(request->handle());
241 CHECK(!request->handle()->is_initialized());
254 DCHECK(!request.handle());
307 ClientSocketHandle* const handle = request->handle(); local
308 const bool preconnecting = !handle;
352 handle, base::TimeDelta(), group, request->net_log());
362 handle) {
510 << " for handle: " << handle; local
    [all...]
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 46 static int exynos_gsc_m2m_wait_frame_done(void *handle);
47 static int exynos_gsc_m2m_stop(void *handle);
845 void exynos_gsc_release(void *handle)
847 struct GSC_HANDLE *gsc_handle = (struct GSC_HANDLE *)handle;
849 if (handle == NULL) {
850 ALOGE("%s::handle == NULL() fail", __func__);
994 void *handle)
997 struct GSC_HANDLE *gsc_handle = (struct GSC_HANDLE *)handle;
1001 if (handle == NULL) {
1002 ALOGE("%s::handle == NULL() fail", __func__)
    [all...]

Completed in 522 milliseconds

<<31323334353637383940>>