/frameworks/base/media/jni/ |
android_mtp_MtpDatabase.cpp | 105 MtpObjectHandle handle, 124 virtual MtpResponseCode getObjectPropertyValue(MtpObjectHandle handle, 128 virtual MtpResponseCode setObjectPropertyValue(MtpObjectHandle handle, 140 virtual MtpResponseCode getObjectPropertyList(MtpObjectHandle handle, 145 virtual MtpResponseCode getObjectInfo(MtpObjectHandle handle, 148 virtual void* getThumbnail(MtpObjectHandle handle, size_t& outThumbSize); 150 virtual MtpResponseCode getObjectFilePath(MtpObjectHandle handle, 154 virtual MtpResponseCode deleteFile(MtpObjectHandle handle); 159 virtual MtpObjectHandleList* getObjectReferences(MtpObjectHandle handle); 161 virtual MtpResponseCode setObjectReferences(MtpObjectHandle handle, [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_screen.c | 459 PUSH_DATA (push, screen->eng3d->handle); 461 PUSH_DATA (push, screen->ntfy->handle); 465 PUSH_DATA (push, screen->null->handle); /* UNK190 */ 470 PUSH_DATA (push, screen->fence->handle); /* FENCE */ 471 PUSH_DATA (push, screen->query->handle); /* QUERY - intr 0x80 if nullobj */ 472 PUSH_DATA (push, screen->null->handle); /* UNK1AC */ 473 PUSH_DATA (push, screen->null->handle); /* UNK1B0 */ 531 PUSH_DATA (push, screen->m2mf->handle); 533 PUSH_DATA (push, screen->ntfy->handle); 541 PUSH_DATA (push, screen->surf2d->handle); [all...] |
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_screen.c | 459 PUSH_DATA (push, screen->eng3d->handle); 461 PUSH_DATA (push, screen->ntfy->handle); 465 PUSH_DATA (push, screen->null->handle); /* UNK190 */ 470 PUSH_DATA (push, screen->fence->handle); /* FENCE */ 471 PUSH_DATA (push, screen->query->handle); /* QUERY - intr 0x80 if nullobj */ 472 PUSH_DATA (push, screen->null->handle); /* UNK1AC */ 473 PUSH_DATA (push, screen->null->handle); /* UNK1B0 */ 531 PUSH_DATA (push, screen->m2mf->handle); 533 PUSH_DATA (push, screen->ntfy->handle); 541 PUSH_DATA (push, screen->surf2d->handle); [all...] |
/hardware/ti/omap4xxx/hwc/ |
hwc.c | 177 ALOGD("\ttype=%d, flags=%08x, handle=%p, tr=%02x, blend=%04x, {%d,%d,%d,%d}, {%d,%d,%d,%d}", 178 l->compositionType, l->flags, l->handle, l->transform, l->blending, 257 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle; local 258 dump_printf(&log, "%p:%s,", handle, layer->compositionType == HWC_OVERLAY ? "DSS" : "SGX"); 259 if ((layer->flags & HWC_SKIP_LAYER) || !handle) { 265 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat)); 326 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle local 376 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle; local 973 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle; local 1082 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle; local 1265 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle; local [all...] |
/external/chromium_org/third_party/libusb/src/libusb/os/ |
wince_usb.c | 45 HANDLE timer_thread = NULL; 46 HANDLE timer_mutex = NULL; 49 HANDLE timer_request[2] = { NULL, NULL }; 50 HANDLE timer_response = NULL; 51 HANDLE driver_handle = INVALID_HANDLE_VALUE; 172 HANDLE semaphore; 203 // try to open a handle to the driver 284 HANDLE semaphore; 408 static int wince_open(struct libusb_device_handle *handle) 410 // Nothing to do to open devices as a handle to it ha [all...] |
/frameworks/native/libs/binder/ |
Parcel.cpp | 88 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); 96 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle); 125 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); 133 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle); 138 if (obj.cookie != (void*)0) close(obj.handle); 165 const int32_t handle = proxy ? proxy->handle() : 0; local 167 obj.handle = handle; 198 const int32_t handle = proxy ? proxy->handle() : 0 local [all...] |
/hardware/qcom/msm8x74/kernel-headers/media/ |
msm_camera.h | 234 uint32_t handle; member in struct:msm_pp_frame 727 struct ion_handle *handle; member in struct:msm_stats_buf [all...] |
/hardware/qcom/msm8x74/original-kernel-headers/media/ |
msm_camera.h | 365 uint32_t handle; /* stores vb cookie */ member in struct:msm_pp_frame 825 struct ion_handle *handle; member in struct:msm_stats_buf [all...] |
/dalvik/vm/ |
Native.cpp | 152 void* handle; /* from dlopen */ member in struct:SharedLib 236 dlclose(pLib->handle); 322 void* handle; local 383 handle = dlopen(pathName, RTLD_LAZY); 386 if (handle == NULL) { 396 pNewEntry->handle = handle; 418 vonLoad = dlsym(handle, "JNI_OnLoad"); 721 func = dlsym(pLib->handle, mangleCM); 735 func = dlsym(pLib->handle, mangleCMSig) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMManagerDefault.java | 99 * a single Node Handle, this table is used to map the handle's node field 140 * public DTM Handle. For the first DTM ID accessing each DTM, this is 0; 483 * Given a W3C DOM node, try and return a DTM handle. 489 * @return a valid DTM handle. 528 int handle=((DOM2DTM)thisDTM).getHandleOfNode(node); local 529 if(handle!=DTM.NULL) return handle; 562 int handle; local 569 handle=dtm.getHandleOfNode(((org.w3c.dom.Attr)node).getOwnerElement()) [all...] |
/external/chromium_org/components/nacl/loader/ |
nacl_ipc_adapter.cc | 67 NaClIPCAdapter* ToAdapter(void* handle) { 68 return static_cast<DescThunker*>(handle)->adapter.get(); 72 void NaClDescCustomDestroy(void* handle) { 73 delete static_cast<DescThunker*>(handle); 76 ssize_t NaClDescCustomSendMsg(void* handle, const NaClImcTypedMsgHdr* msg, 78 return static_cast<ssize_t>(ToAdapter(handle)->Send(msg)); 81 ssize_t NaClDescCustomRecvMsg(void* handle, NaClImcTypedMsgHdr* msg, 83 return static_cast<ssize_t>(ToAdapter(handle)->BlockingReceive(msg)); 231 NaClIPCAdapter::NaClIPCAdapter(const IPC::ChannelHandle& handle, 238 new IPC::Channel(handle, IPC::Channel::MODE_SERVER, this)) [all...] |
/external/chromium_org/net/base/ |
prioritized_dispatcher_unittest.cc | 51 const PrioritizedDispatcher::Handle handle() const { function in class:net::__anon10969::PrioritizedDispatcherTest::TestJob 104 handle_ = PrioritizedDispatcher::Handle(); 118 handle_ = PrioritizedDispatcher::Handle(); 129 PrioritizedDispatcher::Handle handle_; 331 EXPECT_DEBUG_DEATH(dispatcher_->Cancel(PrioritizedDispatcher::Handle()), ""); 339 PrioritizedDispatcher::Handle handle = job_b->handle(); local 340 ASSERT_FALSE(handle.is_null()) 352 PrioritizedDispatcher::Handle handle = job_b->handle(); local [all...] |
/external/lzma/C/Util/SfxSetup/ |
SfxSetup.c | 168 HANDLE handle;
local 169 handle = FindFirstFileW(path, &fd);
170 if (handle == INVALID_HANDLE_VALUE)
172 FindClose(handle);
179 HANDLE handle;
local 183 handle = FindFirstFileW(path, &fd);
185 if (handle == INVALID_HANDLE_VALUE)
207 if (!FindNextFileW(handle, &fd)) [all...] |
/device/samsung/manta/voicefx/ |
eS305VoiceProcessing.cpp | 93 int ioHandle; // handle of input stream this session is on 599 ALOGV("AdncSession_CreateEffect handle=%d procId %d, old createdMsk %08x", 653 /* Returns a session context for the given IO handle 654 * Returns an existing session context if the IO handle matches, initializes a new one otherwise. 729 ALOGV(" session %d handle=%d cre=%2x act=%2x", 1002 // the effect handle comes from the effect framework, ok to cast 1030 ALOGV(" resetting session on handle %d after effect release", fx->session->ioHandle); [all...] |
/frameworks/base/media/java/android/mtp/ |
MtpDatabase.java | 306 private void endSendObject(String path, int handle, int format, boolean succeeded) { 308 // handle abstract playlists separately 327 values.put(MediaColumns.MEDIA_SCANNER_NEW_OBJECT_ID, handle); 335 mMediaScanner.scanMtpFile(path, mVolumeName, handle, format); 338 deleteFile(handle); 672 private MtpPropertyList getObjectPropertyList(long handle, int format, long property, 698 return propertyGroup.getPropertyList((int)handle, format, depth); 701 private int renameFile(int handle, String newName) { 706 String[] whereArgs = new String[] { Integer.toString(handle) }; 788 private int setObjectProperty(int handle, int property [all...] |
/external/openssh/ |
sftp-client.c | 213 char *handle, errmsg[256]; local 240 handle = buffer_get_string(&msg, len); 243 return(handle); 425 do_close(struct sftp_conn *conn, char *handle, u_int handle_len) 435 buffer_put_string(&msg, handle, handle_len); 455 char *handle; local 467 handle = get_handle(conn, id, &handle_len, 469 if (handle == NULL) 486 buffer_put_string(&msg, handle, handle_len); 511 do_close(conn, handle, handle_len) 992 char *handle; local 1341 char *handle, *data; local [all...] |
/external/libsepol/src/ |
mls.c | 37 #include "handle.h" 42 int mls_to_string(sepol_handle_t * handle, 70 ERR(handle, "out of memory, could not convert mls context to string"); 78 int mls_from_string(sepol_handle_t * handle, 89 ERR(handle, "invalid MLS context %s", str); 98 ERR(handle, "out of memory"); 101 ERR(handle, "could not construct mls context structure"); 146 /* Handle case where last category is the end of range */ 228 /* Handle case where last category is the end of range */ 651 int sepol_mls_contains(sepol_handle_t * handle, [all...] |
/external/chromium/base/ |
process_util.h | 105 // does not happen during handle creation. 140 // Converts a PID to a process handle. This handle must be closed by 142 BASE_API bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle); 144 // Converts a PID to a process handle. On Windows the handle is opened 146 // You have to close returned handle using CloseProcessHandle. Returns true 150 BASE_API bool OpenPrivilegedProcessHandle(ProcessId pid, ProcessHandle* handle); 152 // Converts a PID to a process handle using the desired access flags. Use a 156 ProcessHandle* handle); [all...] |
/external/chromium_org/chrome/browser/task_manager/ |
worker_resource_provider.cc | 47 void UpdateProcessHandle(base::ProcessHandle handle); 48 base::ProcessHandle handle() const { return handle_; } function in class:task_manager::SharedWorkerResource 99 void SharedWorkerResource::UpdateProcessHandle(base::ProcessHandle handle) { 100 handle_ = handle; 231 (*r)->UpdateProcessHandle(data.handle); 315 worker_info[i].route_id, worker_info[i].handle)); 347 if (resource->handle() == base::kNullProcessHandle) {
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_regions.c | 242 GLuint handle, const char *name) 249 region = _mesa_HashLookup(screen->named_regions, handle); 256 handle); 263 buffer = intel_bo_gem_create_from_name(screen->bufmgr, name, handle); 269 handle, name, strerror(-ret)); 281 region->name = handle; 282 _mesa_HashInsert(screen->named_regions, handle, region);
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_regions.c | 242 GLuint handle, const char *name) 249 region = _mesa_HashLookup(screen->named_regions, handle); 256 handle); 263 buffer = intel_bo_gem_create_from_name(screen->bufmgr, name, handle); 269 handle, name, strerror(-ret)); 281 region->name = handle; 282 _mesa_HashInsert(screen->named_regions, handle, region);
|
/external/chromium_org/third_party/lcov-1.9/bin/ |
geninfo | 454 # print_usage(handle) 461 local *HANDLE = $_[0]; 463 print(HANDLE <<END_OF_USAGE); [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_acl.c | 21 * This file contains functions that handle ACL connections. This includes 42 static void btm_read_remote_features (UINT16 handle); 43 static void btm_read_remote_ext_features (UINT16 handle, UINT8 page_number); 780 void btm_acl_link_key_change (UINT16 handle, UINT8 status) 786 /* Look up the connection by handle and set the current mode */ 787 xx = btm_handle_to_acl_index(handle); 832 BTM_TRACE_ERROR2("Change Link Key Complete Event: Handle 0x%02x, HCI Status 0x%02x", 833 handle, p_data->hci_status); 848 void btm_acl_encrypt_change (UINT16 handle, UINT8 status, UINT8 encr_enable) 857 BTM_TRACE_DEBUG3 ("btm_acl_encrypt_change handle=%d status=%d encr_enabl=%d" 1125 UINT16 handle; local 1178 UINT16 handle; local 1213 UINT16 handle = p_acl_cb->hci_handle; local 1250 UINT16 handle; local 1376 UINT16 handle; local 1435 UINT16 handle; local 2912 UINT16 handle; local 2975 UINT16 handle; local 3029 UINT16 handle; local [all...] |
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraMem.cpp | 68 mMemInfo[i].handle = NULL; 121 cache_inv_data.handle = mMemInfo[index].handle; 126 ALOGD("%s: addr = %p, fd = %d, handle = %p length = %d, ION Fd = %d", 128 cache_inv_data.handle, cache_inv_data.length, 325 ion_info_fd.handle = alloc.handle; 334 memInfo.handle = ion_info_fd.handle; 340 handle_data.handle = ion_info_fd.handle [all...] |
/device/generic/goldfish/opengl/system/gralloc/ |
gralloc.cpp | 68 buffer_handle_t handle; member in struct:_alloc_list_node 320 // Allocate ColorBuffer handle on the host (only if h/w access is allowed) 341 // alloc succeeded - insert the allocated handle to the allocated list 345 node->handle = cb; 364 buffer_handle_t handle) 366 const cb_handle_t *cb = (const cb_handle_t *)handle; 368 ERR("gralloc_free: invalid handle"); 392 while( n && n->handle != cb ) { 423 gralloc_free(&d->device, d->allocListHead->handle); 519 buffer_handle_t handle) [all...] |