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

<<31323334353637383940>>

  /external/chromium_org/third_party/libusb/src/libusb/os/
openbsd_usb.c 210 obsd_open(struct libusb_device_handle *handle)
212 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv;
213 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv;
227 return usbi_add_pollfd(HANDLE_CTX(handle), hpriv->pipe[0], POLLIN);
231 obsd_close(struct libusb_device_handle *handle)
233 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv;
234 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv;
241 usbi_remove_pollfd(HANDLE_CTX(handle), hpriv->pipe[0]);
320 obsd_get_configuration(struct libusb_device_handle *handle, int *config)
322 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv
494 struct libusb_device_handle *handle; local
    [all...]
linux_usbfs.c 217 struct libusb_device_handle *handle)
219 return (struct linux_device_handle_priv *) handle->os_priv;
1107 /* FIXME: should handle valid race conditions like hub unplugged
2469 struct libusb_device_handle *handle; local
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndbdic.c 112 NJ_DIC_HANDLE handle, NJ_UINT32 *ret_bottom);
585 root = NODE_AREA_TOP_ADDR(loctset->loct.handle);
588 node_mid = root + NODE_AREA_MID_ADDR(loctset->loct.handle);
595 bit_left = BIT_NODE_AREA_LEFT_LEN(loctset->loct.handle);
596 bit_data = BIT_NODE_AREA_DATA_LEN(loctset->loct.handle);
598 ytbl_cnt = YOMI_INDX_CNT(loctset->loct.handle);
599 y = YOMI_INDX_SIZE(loctset->loct.handle);
600 ytbl_top = YOMI_INDX_TOP_ADDR(loctset->loct.handle);
602 data_top = STEM_AREA_TOP_ADDR(loctset->loct.handle);
950 next = get_stem_next(loctset->loct.handle, stem_data)
    [all...]
  /external/libsepol/src/
expand.c 48 sepol_handle_t *handle; member in struct:expand_state
97 INFO(state->handle, "copying type or attribute %s", id);
101 ERR(state->handle, "Out of memory!");
107 ERR(state->handle, "Out of memory!");
119 ERR(state->handle, "type space overflow");
131 ERR(state->handle, "hashtab overflow");
137 ERR(state->handle, "Out of memory!\n");
165 INFO(state->handle, "converting attribute %s", id);
169 ERR(state->handle, "attribute %s vanished!", id);
173 ERR(state->handle, "out of memory")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_surface.c 220 PUSH_DATA (push, swzsurf->handle);
244 PUSH_DATA (push, swzsurf->handle);
269 PUSH_DATA (push, hw->surf3d->handle);
484 unsigned handle = 0x88000000, class; local
488 ret = nouveau_object_new(chan, handle++, NOUVEAU_NOTIFIER_CLASS,
496 ret = nouveau_object_new(chan, handle++, NV03_M2MF_CLASS,
502 PUSH_DATA (push, hw->m2mf->handle);
504 PUSH_DATA (push, hw->ntfy->handle);
512 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->surf2d);
517 PUSH_DATA (push, hw->surf2d->handle);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_surface.c 220 PUSH_DATA (push, swzsurf->handle);
244 PUSH_DATA (push, swzsurf->handle);
269 PUSH_DATA (push, hw->surf3d->handle);
484 unsigned handle = 0x88000000, class; local
488 ret = nouveau_object_new(chan, handle++, NOUVEAU_NOTIFIER_CLASS,
496 ret = nouveau_object_new(chan, handle++, NV03_M2MF_CLASS,
502 PUSH_DATA (push, hw->m2mf->handle);
504 PUSH_DATA (push, hw->ntfy->handle);
512 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->surf2d);
517 PUSH_DATA (push, hw->surf2d->handle);
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c 45 UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle)
64 p_cmd->handle = handle;
195 if (p_rsp->attr_value.handle == p_cmd->multi_req.handles[ii])
241 else /* any handle read exception occurs, return error */
308 ret_code = gatt_send_error_rsp (p_tcb, status, op_code, p_tcb->sr_cmd.handle, FALSE);
343 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, gatt_cb.handle, FALSE);
400 UINT16 handle = 0, ll = len; local
419 STREAM_TO_UINT16(handle, p);
421 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle, FALSE)
1243 UINT16 handle = 0; local
1403 UINT16 handle = p_tcb->indicate_handle; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 168 long handle; field in class:BluetoothMapContentObserver.Event
173 public Event(String eventType, long handle, String folder,
177 this.handle = handle;
203 xmlEvtReport.attribute("", "handle", BluetoothMapUtils.getMapHandle(handle, msgType));
261 Log.d(TAG, "sendEvent: " + evt.eventType + " " + evt.handle + " "
438 private boolean deleteMessageMms(long handle) {
440 Uri uri = ContentUris.withAppendedId(Mms.CONTENT_URI, handle);
452 mMsgListMms.remove(handle);
644 long handle = -1; local
724 long handle = pushMmsToFolder(Mms.MESSAGE_BOX_DRAFTS, to_address, msg); local
810 long handle = Long.parseLong(uri.getLastPathSegment()); local
990 long handle = intent.getLongExtra("HANDLE", -1); local
    [all...]
  /external/chromium/net/base/
dnsrr_resolver_unittest.cc 33 DnsRRResolver::Handle handle; local
35 handle = resolver.Resolve("test.imperialviolet.org", 13172, 0,
37 ASSERT_TRUE(handle != DnsRRResolver::kInvalidHandle);
48 DnsRRResolver::Handle handle; local
50 handle = resolver.Resolve("google.com", kDNS_TXT, 0,
52 ASSERT_TRUE(handle != DnsRRResolver::kInvalidHandle);
64 DnsRRResolver::Handle handle; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
fs-test.c 202 void *handle; local
213 handle = ctx->create_vertex_elements_state(ctx, 3, ve);
214 ctx->bind_vertex_elements_state(ctx, handle);
230 void *handle; local
244 handle = graw_parse_vertex_shader(ctx, text);
245 ctx->bind_vs_state(ctx, handle);
252 void *handle; local
268 handle = graw_parse_fragment_shader(ctx, buf);
269 ctx->bind_fs_state(ctx, handle);
487 void *handle; local
496 void *handle; local
504 void *handle; local
    [all...]
vs-test.c 146 void *handle; local
156 handle = ctx->create_vertex_elements_state(ctx, 2, ve);
157 ctx->bind_vertex_elements_state(ctx, handle);
188 void *handle; local
204 handle = graw_parse_vertex_shader(ctx, buf);
205 ctx->bind_vs_state(ctx, handle);
211 void *handle; local
219 handle = graw_parse_fragment_shader(ctx, text);
220 ctx->bind_fs_state(ctx, handle);
438 void *handle; local
447 void *handle; local
455 void *handle; local
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
fs-test.c 202 void *handle; local
213 handle = ctx->create_vertex_elements_state(ctx, 3, ve);
214 ctx->bind_vertex_elements_state(ctx, handle);
230 void *handle; local
244 handle = graw_parse_vertex_shader(ctx, text);
245 ctx->bind_vs_state(ctx, handle);
252 void *handle; local
268 handle = graw_parse_fragment_shader(ctx, buf);
269 ctx->bind_fs_state(ctx, handle);
487 void *handle; local
496 void *handle; local
504 void *handle; local
    [all...]
vs-test.c 146 void *handle; local
156 handle = ctx->create_vertex_elements_state(ctx, 2, ve);
157 ctx->bind_vertex_elements_state(ctx, handle);
188 void *handle; local
204 handle = graw_parse_vertex_shader(ctx, buf);
205 ctx->bind_vs_state(ctx, handle);
211 void *handle; local
219 handle = graw_parse_fragment_shader(ctx, text);
220 ctx->bind_fs_state(ctx, handle);
438 void *handle; local
447 void *handle; local
455 void *handle; local
    [all...]
  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.c 140 if (NULL == p_comp->handle[i]) {
150 * Parameters: handle, componentName, appData, callbacks
155 OMX_OUT OMX_HANDLETYPE* handle,
174 if (NULL == handle) {
181 *handle = NULL;
231 *handle = p_core_comp->handle[inst_idx] = (OMX_HANDLETYPE)p_comp;
233 ALOGD("%s:%d] handle = %x Instanceindex = %d,"
235 (int)p_core_comp->handle[inst_idx], inst_idx,
256 * Parameters: handle,
    [all...]
  /external/bluetooth/bluedroid/stack/pan/
pan_utils.c 183 tPAN_CONN *pan_allocate_pcb (BD_ADDR p_bda, UINT16 handle)
190 pan_cb.pcb[i].handle == handle)
207 pan_cb.pcb[i].handle = handle;
224 tPAN_CONN *pan_get_pcb_by_handle (UINT16 handle)
231 pan_cb.pcb[i].handle == handle)
290 BNEP_Disconnect (pan_cb.pcb[i].handle);
340 sprintf (buff, "%d state %d, handle %d, src 0x%x, dst 0x%x, BD %x.%x.%x.%x.%x.%x"
    [all...]
  /external/chromium_org/base/memory/
shared_memory_win.cc 44 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only)
45 : mapped_file_(handle),
53 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only,
61 ::DuplicateHandle(process, handle,
75 bool SharedMemory::IsHandleValid(const SharedMemoryHandle& handle) {
76 return handle != NULL;
85 void SharedMemory::CloseHandle(const SharedMemoryHandle& handle) {
86 DCHECK(handle != NULL);
87 ::CloseHandle(handle);
195 HANDLE mapped_file = mapped_file_
256 SharedMemoryHandle SharedMemory::handle() const { function in class:base::SharedMemory
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_surface_tracker.cc 124 if (!info.handle.is_transport())
132 const gfx::GLSurfaceHandle& handle) {
136 info.handle = handle;
138 info.surface_ref = new SurfaceRefPluginWindow(handle.handle);
147 return it->second.handle;
189 const gfx::GLSurfaceHandle& handle,
194 handle(handle),
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebSpeechRecognizer.cpp 49 virtual void run() OVERRIDE { (m_recognizer->client()->*m_function)(m_recognizer->handle()); }
75 m_recognizer->client()->didReceiveResults(m_recognizer->handle(), finalResults, interimResults);
87 virtual void run() OVERRIDE { m_recognizer->client()->didReceiveNoMatch(m_recognizer->handle(), WebSpeechRecognitionResult()); }
100 virtual void run() OVERRIDE { m_recognizer->client()->didReceiveError(m_recognizer->handle(), m_message, m_code); }
126 void MockWebSpeechRecognizer::start(const WebSpeechRecognitionHandle& handle, const WebSpeechRecognitionParams& params, WebSpeechRecognizerClient* client)
129 m_handle = handle;
154 void MockWebSpeechRecognizer::stop(const WebSpeechRecognitionHandle& handle, WebSpeechRecognizerClient* client)
156 m_handle = handle;
163 void MockWebSpeechRecognizer::abort(const WebSpeechRecognitionHandle& handle, WebSpeechRecognizerClient* client)
165 m_handle = handle;
    [all...]
  /hardware/invensense/60xx/libsensors_iio/
sensors_mpl.cpp 87 int activate(int handle, int enabled);
88 int setDelay(int handle, int64_t ns);
144 int sensors_poll_context_t::activate(int handle, int enabled) {
146 return mSensor->enable(handle, enabled);
149 int sensors_poll_context_t::setDelay(int handle, int64_t ns)
152 return mSensor->setDelay(handle, ns);
215 int handle, int enabled)
218 return ctx->activate(handle, enabled);
222 int handle, int64_t ns)
225 int s= ctx->setDelay(handle, ns);
    [all...]
  /hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.c 140 if (NULL == p_comp->handle[i]) {
150 * Parameters: handle, componentName, appData, callbacks
155 OMX_OUT OMX_HANDLETYPE* handle,
174 if (NULL == handle) {
181 *handle = NULL;
231 *handle = p_core_comp->handle[inst_idx] = (OMX_HANDLETYPE)p_comp;
233 ALOGD("%s:%d] handle = %x Instanceindex = %d,"
235 (int)p_core_comp->handle[inst_idx], inst_idx,
256 * Parameters: handle,
    [all...]
  /external/chromium_org/base/synchronization/
condition_variable_win.cc 160 HANDLE handle() const;
174 HANDLE handle_;
247 HANDLE handle; local
252 handle = waiting_event->handle();
253 DCHECK(handle);
258 WaitForSingleObject(handle, static_cast<DWORD>(max_time.InMilliseconds()));
269 std::stack<HANDLE> handles; // See FAQ-question-10
289 HANDLE handle; local
425 HANDLE WinXPCondVar::Event::handle() const { function in class:base::WinXPCondVar::Event
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/table/
table.cc 34 BlockHandle metaindex_handle; // Handle to metaindex_block: saved from footer
148 Cache::Handle* handle = reinterpret_cast<Cache::Handle*>(h); local
149 cache->Release(handle);
160 Cache::Handle* cache_handle = NULL;
162 BlockHandle handle; local
164 Status s = handle.DecodeFrom(&input);
173 EncodeFixed64(cache_key_buffer+8, handle.offset());
179 s = ReadBlock(table->rep_->file, options, handle, &contents)
225 BlockHandle handle; local
254 BlockHandle handle; local
    [all...]
  /frameworks/native/libs/binder/
ProcessState.cpp 170 ProcessState::handle_entry* ProcessState::lookupHandleLocked(int32_t handle)
173 if (N <= (size_t)handle) {
177 status_t err = mHandleToObject.insertAt(e, N, handle+1-N);
180 return &mHandleToObject.editItemAt(handle);
183 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle)
189 handle_entry* e = lookupHandleLocked(handle);
197 if (handle == 0) {
213 // stop special casing handle 0 for context manager and add
214 // a driver API to get a handle to the context manager with
224 b = new BpBinder(handle);
    [all...]
  /external/chromium_org/base/process/
process_util_unittest.cc 103 base::TerminationStatus WaitForChildTermination(base::ProcessHandle handle,
110 status = base::GetTerminationStatus(handle, exit_code);
153 base::ProcessHandle handle = this->SpawnChild("SimpleChildProcess", false);
154 ASSERT_NE(base::kNullProcessHandle, handle);
156 handle, TestTimeouts::action_max_timeout()));
157 base::CloseProcessHandle(handle);
169 base::ProcessHandle handle = this->SpawnChild("SlowChildProcess", false); local
170 ASSERT_NE(base::kNullProcessHandle, handle);
173 handle, TestTimeouts::action_max_timeout()));
174 base::CloseProcessHandle(handle);
183 base::ProcessHandle handle = this->SpawnChild("SlowChildProcess", false); local
206 base::ProcessHandle handle = this->SpawnChild("SimpleChildProcess", false); local
250 base::ProcessHandle handle = this->SpawnChild("CrashingChildProcess", local
285 HANDLE handle = ::OpenProcess(PROCESS_ALL_ACCESS, 0, ::GetCurrentProcessId()); local
298 base::ProcessHandle handle = this->SpawnChild("KilledChildProcess", local
329 base::ProcessHandle handle = this->SpawnChild("SimpleChildProcess", false); local
541 base::ProcessHandle handle = this->SpawnChild( local
    [all...]
  /external/qemu/android/camera/
camera-capture-linux.c 95 /* Handle to the opened camera device. */
96 int handle; member in struct:LinuxCameraDevice
256 cd->handle = -1;
267 /* Closing handle will also disconnect from the driver. */
268 if (lcd->handle >= 0) {
269 close(lcd->handle);
287 * reset camera device by reopening its handle. Otherwise attempts to set up new
303 /* Reset device handle. */
304 close(cd->handle);
305 cd->handle = open(cd->device_name, O_RDWR | O_NONBLOCK, 0)
    [all...]

Completed in 2437 milliseconds

<<31323334353637383940>>