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

<<31323334353637383940>>

  /device/lge/mako/camera/mm-camera-interface/
mm_camera_helper.c 121 ion_info_fd->handle = alloc->handle;
143 handle_data.handle = ion_info_fd->handle;
157 handle_data.handle = ion_info_fd->handle;
291 ion_info_fd->handle = alloc->handle;
313 handle_data.handle = ion_info_fd->handle;
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_pan_internal.h 66 int handle; member in struct:__anon3367
91 btpan_conn_t *btpan_new_conn(int handle, const BD_ADDR addr, int local_role, int peer_role);
93 btpan_conn_t *btpan_find_conn_handle(UINT16 handle);
  /external/bluetooth/bluedroid/stack/avct/
avct_api.c 145 /* get handle */
193 UINT16 AVCT_RemoveConn(UINT8 handle)
200 /* map handle to ccb */
201 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL)
234 UINT16 AVCT_CreateBrowse (UINT8 handle, UINT8 role)
244 /* map handle to ccb */
245 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL)
309 UINT16 AVCT_RemoveBrowse (UINT8 handle)
317 /* map handle to ccb */
318 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL
    [all...]
  /external/chromium/chrome/browser/
custom_home_pages_table_model.h 65 // |title_handle| matches |handle| and notifies the observer of the change.
66 void OnGotTitle(HistoryService::Handle handle,
72 // |favicon_handle| matches |handle| and notifies the observer of the change.
73 void OnGotFavicon(FaviconService::Handle handle,
76 // Returns the entry whose |member| matches |handle| and sets |entry_index| to
78 Entry* GetEntryByLoadHandle(CancelableRequestProvider::Handle Entry::* member,
79 CancelableRequestProvider::Handle handle,
    [all...]
platform_util_linux.cc 39 base::ProcessHandle handle; local
40 if (base::LaunchApp(argv, env, no_files, false, &handle))
41 ProcessWatcher::EnsureProcessGetsReaped(handle);
  /external/chromium/chrome/browser/ui/webui/options/
password_manager_handler.h 77 CancelableRequestProvider::Handle handle,
82 CancelableRequestProvider::Handle pending_login_query_;
95 CancelableRequestProvider::Handle handle,
109 CancelableRequestProvider::Handle handle,
  /external/chromium_org/base/process/
process_handle.h 21 // handle to a process.
24 typedef HANDLE ProcessHandle;
26 typedef HANDLE UserTokenHandle;
43 // Converts a PID to a process handle. This handle must be closed by
45 BASE_EXPORT bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle);
47 // Converts a PID to a process handle. On Windows the handle is opened
49 // You have to close returned handle using CloseProcessHandle. Returns true
54 ProcessHandle* handle);
    [all...]
  /external/chromium_org/base/test/
multiprocess_test.cc 44 ProcessHandle handle = kNullProcessHandle; local
51 base::LaunchProcess(MakeCmdLine(procname, debug_on_start), options, &handle); local
52 return handle;
  /external/chromium_org/base/threading/
platform_thread_android.cc 57 void PlatformThread::SetThreadPriority(PlatformThreadHandle handle,
71 DCHECK_NE(handle.id_, kInvalidThreadId);
73 if (setpriority(PRIO_PROCESS, handle.id_, kNiceSetting))
platform_thread_linux.cc 76 void PlatformThread::SetThreadPriority(PlatformThreadHandle handle,
96 DCHECK_NE(handle.id_, kInvalidThreadId);
98 if (setpriority(PRIO_PROCESS, handle.id_, kNiceSetting))
  /external/chromium_org/chrome_frame/
update_launcher.cc 25 DWORD WaitForProcessExitCode(HANDLE handle) {
27 return ((::WaitForSingleObject(handle, INFINITE) == WAIT_OBJECT_0) &&
28 ::GetExitCodeProcess(handle, &exit_code)) ?
68 base::win::ScopedHandle process(reinterpret_cast<HANDLE>(phandle));
  /external/chromium_org/content/browser/gpu/
gpu_surface_tracker.h 26 // Note: The ID can exist before the actual native handle for the surface is
82 // Sets the native handle for the given surface.
84 void SetSurfaceHandle(int surface_id, const gfx::GLSurfaceHandle& handle);
92 // Gets the native handle for the given surface.
113 const gfx::GLSurfaceHandle& handle,
119 gfx::GLSurfaceHandle handle; member in struct:content::GpuSurfaceTracker::SurfaceInfo
  /external/chromium_org/content/renderer/pepper/
host_var_tracker.h 65 base::SharedMemoryHandle* handle,
73 uint32 size_in_bytes, base::SharedMemoryHandle handle) OVERRIDE;
95 base::SharedMemoryHandle handle; member in struct:content::HostVarTracker::SharedMemoryMapEntry
  /external/chromium_org/net/base/
prioritized_dispatcher.h 62 // A handle to the enqueued job. The handle becomes invalid when the job is
64 typedef PriorityQueue<Job*>::Pointer Handle;
76 // started immediately. Returns handle to the job or null-handle if the job is
79 Handle Add(Job* job, Priority priority);
81 // Removes the job with |handle| from the queue. Invalidates |handle|.
82 // Note: a Handle is valid iff the job is in the queue, i.e. has not Started.
83 void Cancel(const Handle& handle)
    [all...]
  /external/chromium_org/ppapi/proxy/
broker_dispatcher.cc 44 // Transfers ownership of the handle to the broker module.
47 IPC::PlatformFileForTransit handle,
49 if (handle == IPC::InvalidPlatformFileForTransit()) {
52 base::SyncSocket::Handle socket_handle =
53 IPC::PlatformFileForTransitToPlatformFile(handle);
60 // Close the handle since there is no other owner.
  /external/chromium_org/sandbox/win/src/
process_thread_policy.cc 37 BOOL CreateProcessExWHelper(HANDLE target_process, BOOL give_full_access,
106 HANDLE* handle) {
107 *handle = NULL;
120 HANDLE local_handle;
125 client_info.process, handle, 0, FALSE,
138 HANDLE* handle) {
139 *handle = NULL;
152 HANDLE local_handle
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/sound/
alsasoundsystem.h 90 snd_pcm_t *handle,
97 snd_pcm_t *handle,
104 snd_pcm_t *handle,
  /external/chromium_org/third_party/lzma_sdk/
7zFile.c 31 p->handle = INVALID_HANDLE_VALUE;
41 p->handle = CreateFileA(name,
46 return (p->handle != INVALID_HANDLE_VALUE) ? 0 : GetLastError();
65 p->handle = CreateFileW(name,
70 return (p->handle != INVALID_HANDLE_VALUE) ? 0 : GetLastError();
79 if (p->handle != INVALID_HANDLE_VALUE)
81 if (!CloseHandle(p->handle))
83 p->handle = INVALID_HANDLE_VALUE;
110 BOOL res = ReadFile(p->handle, data, curSize, &processed, NULL);
145 BOOL res = WriteFile(p->handle, data, curSize, &processed, NULL)
    [all...]
  /external/iproute2/examples/diffserv/
Edge2 31 $TC qdisc add dev $INDEV handle ffff: ingress
43 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 3 fw \
52 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
66 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
67 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
68 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
  /external/lzma/C/
7zFile.c 31 p->handle = INVALID_HANDLE_VALUE;
41 p->handle = CreateFileA(name,
46 return (p->handle != INVALID_HANDLE_VALUE) ? 0 : GetLastError();
65 p->handle = CreateFileW(name,
70 return (p->handle != INVALID_HANDLE_VALUE) ? 0 : GetLastError();
79 if (p->handle != INVALID_HANDLE_VALUE)
81 if (!CloseHandle(p->handle))
83 p->handle = INVALID_HANDLE_VALUE;
110 BOOL res = ReadFile(p->handle, data, curSize, &processed, NULL);
145 BOOL res = WriteFile(p->handle, data, curSize, &processed, NULL);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/os2/
SDL_systhread.c 74 thread->threadid = thread->handle = (*pfnBeginThread)(threadfunc, NULL, 512*1024, pThreadParms);
97 TID tid = thread->handle;
107 DosKillThread(thread->handle);
  /frameworks/native/services/sensorservice/
LinearAccelerationSensor.cpp 57 status_t LinearAccelerationSensor::setDelay(void* ident, int handle, int64_t ns) {
58 return mGravitySensor.setDelay(ident, handle, ns);
67 hwSensor.handle = '_lin';
  /hardware/invensense/60xx/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/invensense/60xx/mlsdk/platform/linux/
mlos_linux.c 81 * @param mutex pointer to mutex handle
84 inv_error_t inv_create_mutex(HANDLE *mutex)
97 *mutex = (HANDLE)pm;
105 * @param mutex Mutex handle
108 inv_error_t inv_lock_mutex(HANDLE mutex)
123 * @param mutex mutex handle
126 inv_error_t inv_unlock_mutex(HANDLE mutex)
153 * @param fp handle to file to close.
162 * @brief Close Handle
163 * @param handle handle to the resource
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.h 94 virtual int setDelay(int32_t handle, int64_t ns);
95 virtual int enable(int32_t handle, int enabled);
97 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);

Completed in 315 milliseconds

<<31323334353637383940>>