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

<<51525354555657585960>>

  /frameworks/native/include/binder/
BpBinder.h 30 BpBinder(int32_t handle);
32 inline int32_t handle() const { return mHandle; } function in class:android::BpBinder
  /frameworks/native/services/sensorservice/
CorrectedGyroSensor.cpp 64 status_t CorrectedGyroSensor::setDelay(void* ident, int handle, int64_t ns) {
74 hwSensor.handle = '_cgy';
GravitySensor.cpp 73 status_t GravitySensor::setDelay(void* ident, int handle, int64_t ns) {
82 hwSensor.handle = '_grv';
OrientationSensor.cpp 72 status_t OrientationSensor::setDelay(void* ident, int handle, int64_t ns) {
81 hwSensor.handle = '_ypr';
  /hardware/invensense/60xx/libsensors_iio/
SensorBase.cpp 78 int SensorBase::setDelay(int32_t handle, int64_t ns)
131 int SensorBase::enable(int32_t handle, int enabled)
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_ion.h 257 * @handle: handle with data to flush
260 * @offset: offset into the handle to flush
261 * @length: length of handle to flush
263 * Performs cache operations on the handle. If p is the start address
264 * of the handle, p + offset through p + offset + length will have
268 struct ion_handle *handle; member in struct:ion_flush_data
277 * @handle: handle to get flags from
278 * @flags: flags of this handle
284 struct ion_handle *handle; member in struct:ion_flag_data
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.h 56 OMX_COLOR_FORMATTYPE Exynos_OSAL_GetANBColorFormat(OMX_IN OMX_U32 handle);
58 OMX_U32 Exynos_OSAL_GetANBStride(OMX_IN OMX_U32 handle);
  /ndk/sources/android/libthread_db/gdb-6.6/
thread_db.h 137 extern td_err_e td_thr_event_enable(td_thrhandle_t const * handle, td_event_e event);
139 extern td_err_e td_thr_get_info(td_thrhandle_t const * handle, td_thrinfo_t * info);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
global.h 101 void *snd_dlsym(void *handle, const char *name, const char *version);
102 int snd_dlclose(void *handle);
108 * The ALSA library uses a pointer to this structure as a handle to an async
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
global.h 101 void *snd_dlsym(void *handle, const char *name, const char *version);
102 int snd_dlclose(void *handle);
108 * The ALSA library uses a pointer to this structure as a handle to an async
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
global.h 101 void *snd_dlsym(void *handle, const char *name, const char *version);
102 int snd_dlclose(void *handle);
108 * The ALSA library uses a pointer to this structure as a handle to an async
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 45 /** The selection handle we're dragging to perform this resize */
59 * @param item The selected item the handle corresponds to
60 * @param handle The handle being dragged to perform the resize
62 public ResizeGesture(LayoutCanvas canvas, SelectionItem item, SelectionHandle handle) {
64 mHandle = handle;
223 private static SegmentType getHorizontalEdgeType(SelectionHandle handle) {
224 switch (handle.getPosition()) {
236 default: assert false : handle.getPosition();
241 private static SegmentType getVerticalEdgeType(SelectionHandle handle) {
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_api.c 1115 UINT32 handle; local
    [all...]
  /external/chromium/chrome/browser/
custom_home_pages_table_model.cc 39 HistoryService::Handle title_handle;
42 FaviconService::Handle favicon_handle;
172 void CustomHomePagesTableModel::OnGotTitle(HistoryService::Handle handle,
178 GetEntryByLoadHandle(&Entry::title_handle, handle, &entry_index);
192 FaviconService::Handle handle,
196 GetEntryByLoadHandle(&Entry::favicon_handle, handle, &entry_index);
221 CancelableRequestProvider::Handle Entry::* member,
222 CancelableRequestProvider::Handle handle
    [all...]
mach_broker_mac.cc 207 base::ProcessHandle handle = 0; local
211 handle = Source<RenderProcessHost>(source)->GetHandle();
214 handle =
219 handle = Details<ChildProcessInfo>(details)->handle();
225 InvalidatePid(handle);
  /external/chromium/chrome/browser/password_manager/
password_store_win.cc 62 typedef std::map<WebDataService::Handle,
72 WebDataService::Handle handle,
100 WebDataService::Handle handle = web_data_service_->GetIE7Login(info, this); local
101 pending_requests_.insert(PendingRequestMap::value_type(handle, request));
141 WebDataService::Handle handle,
145 PendingRequestMap::iterator i(pending_requests_.find(handle));
162 request->ForwardResult(GetLoginsRequest::TupleType(request->handle(),
    [all...]
  /external/chromium/net/socket/
socks_client_socket_pool.cc 241 ClientSocketHandle* handle,
248 handle, callback, net_log);
263 ClientSocketHandle* handle) {
264 base_.CancelRequest(group_name, handle);
290 const std::string& group_name, const ClientSocketHandle* handle) const {
291 return base_.GetLoadState(group_name, handle);
  /external/chromium_org/content/renderer/pepper/
pepper_platform_audio_input.cc 75 base::SharedMemoryHandle handle,
76 base::SyncSocket::Handle socket_handle,
80 DCHECK(handle);
83 DCHECK_NE(-1, handle.fd);
97 handle, socket_handle, length, total_segments));
102 client_->StreamCreated(handle, length, socket_handle);
106 base::SharedMemory temp_shared_memory(handle, false);
  /external/chromium_org/ipc/
sync_socket_unittest.cc 28 // Message class to pass a base::SyncSocket::Handle to another process. This
32 IPC_MESSAGE_CONTROL1(MsgClassSetHandle, base::SyncSocket::Handle)
73 // the handle for the SyncSocket. This message sends a buffer
76 void OnMsgClassSetHandle(const base::SyncSocket::Handle handle) {
77 SetHandle(handle);
87 void SetHandle(base::SyncSocket::Handle handle) {
88 base::SyncSocket sync_socket(handle);
180 base::SyncSocket::Handle target_handle
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
kernel_object_test.cc 103 // Allocating an FD should cause the KernelProxy to ref the handle and
110 // If we "dup" the handle, we should bump the ref count on the handle
126 // We should find the handle by either fd
169 ScopedKernelHandle handle(raw_handle);
175 proxy->AllocateFD(handle);
180 proxy->FreeAndReassignFD(5, handle);
185 handle.reset();
188 proxy->AcquireHandle(5, &handle);
190 EXPECT_EQ(raw_handle, handle.get())
    [all...]
  /external/chromium_org/net/socket/
socks_client_socket_pool.cc 215 RequestPriority priority, ClientSocketHandle* handle,
221 handle, callback, net_log);
236 ClientSocketHandle* handle) {
237 base_.CancelRequest(group_name, handle);
267 const std::string& group_name, const ClientSocketHandle* handle) const {
268 return base_.GetLoadState(group_name, handle);
  /external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.cc 23 // Delete all the locally cached shared memory objects, closing the handle
159 // Delete the shared memory object, closing the handle in this process.
181 // duplicating the handle. This might not be true for NaCl.
182 ppapi::proxy::SerializedHandle handle(
185 ppapi::API_ID_PPB_GRAPHICS_3D, resource_, id, &handle))) {
188 if (!handle.is_shmem())
193 new base::SharedMemory(handle.shmem(), false));
197 if (!shared_memory->Map(handle.size())) {
204 buffer.size = handle.size();
246 // Handle wraparound. It works as long as we don't have more than 2B stat
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/mint/
SDL_syscdrom.c 75 int i, handle; local
101 handle = Metaopen(i, &metaopen);
102 if (handle == 0) {
143 int handle; local
145 handle = Metaopen(metados_drives[drive].device[0], &(metados_drives[drive].metaopen));
146 if (handle == 0) {
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl.c 126 void *handle; local
138 handle = SDL_LoadObject(path);
139 if (handle == NULL) {
143 handle = SDL_LoadObject(path);
147 if (handle == NULL) {
149 handle = SDL_LoadObject(path);
152 if (handle == NULL) {
154 handle = SDL_LoadObject(path);
157 if (handle == NULL) {
159 handle = SDL_LoadObject(path)
    [all...]
  /external/iproute2/tc/
f_u32.c 48 int get_u32_handle(__u32 *handle, const char *str)
55 return get_u32(handle, str, 16);
79 *handle = (htid<<20)|(hash<<12)|nodeid;
83 char * sprint_u32_handle(__u32 handle, char *buf)
86 __u32 htid = TC_U32_HTID(handle);
87 __u32 hash = TC_U32_HASH(handle);
88 __u32 nodeid = TC_U32_NODE(handle);
91 if (handle == 0) {
113 snprintf(b, bsize, "[%08x] ", handle);
975 static int u32_parse_opt(struct filter_util *qu, char *handle,
1027 unsigned handle; local
1052 unsigned handle; local
1064 unsigned handle; local
    [all...]

Completed in 1671 milliseconds

<<51525354555657585960>>