/external/mesa3d/src/gallium/drivers/svga/ |
svga_sampler_view.c | 128 sv->handle = tex->handle; 144 sv->handle = svga_texture_view_surface(svga, tex, flags, format, 150 if (!sv->handle) { 153 sv->handle = tex->handle; 179 if (v->handle == tex->handle) 193 tex->handle, 0, 0, 0, i, k, 194 v->handle, 0, 0, 0, i - v->min_lod, k [all...] |
svga_surface.c | 60 src.handle = src_handle; 65 dst.handle = dst_handle; 115 struct svga_winsys_surface *handle; local 145 handle = svga_screen_surface_create(ss, key); 146 if (!handle) { 151 SVGA_DBG(DEBUG_DMA, " --> got sid %p (texture view)\n", handle); 167 tex->handle, 171 handle, 0, 0, 0, i, j, 179 return handle; 264 s->handle = svga_texture_view_surface(svga, tex, flags, format [all...] |
/external/qemu/android/utils/ |
mapfile.c | 82 HANDLE file_handle = CreateFile(path, win32_desired_access, win32_share, 95 mapfile_close(MapFile* handle) 98 if (CloseHandle(handle)) { 105 return close((int)(ptrdiff_t)handle); 110 mapfile_read(MapFile* handle, void* buf, size_t nbyte) 115 if (ReadFile(handle, buf, nbyte, &read_bytes, NULL)) { 125 ret = read((int)(ptrdiff_t)handle, buf, nbyte); 132 mapfile_read_at(MapFile* handle, size_t offset, void* buf, size_t nbyte) 137 if ((SetFilePointer(handle, convert.LowPart, &convert.HighPart, 143 return mapfile_read(handle, buf, nbyte) [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_methods.c | 184 void *handle; local 188 handle = dlopen(so, RTLD_LAZY); 189 if (handle == NULL) { 195 dyn_init = dlsym(handle, "eap_peer_method_dynamic_init"); 197 dlclose(handle); 205 dlclose(handle); 211 /* Store the handle for this shared object. It will be freed with 213 eap_methods->dl_handle = handle; 234 void *handle; local 253 handle = m->dl_handle 348 void *handle; local [all...] |
/ndk/sources/host-tools/ndk-stack/elff/ |
mapfile.c | 82 HANDLE file_handle = CreateFile(path, win32_desired_access, win32_share, 95 mapfile_close(MapFile* handle) 98 if (CloseHandle(handle)) { 105 return close((int)(ptrdiff_t)handle); 110 mapfile_read(MapFile* handle, void* buf, size_t nbyte) 115 if (ReadFile(handle, buf, nbyte, &read_bytes, NULL)) { 125 ret = read((int)(ptrdiff_t)handle, buf, nbyte); 132 mapfile_read_at(MapFile* handle, size_t offset, void* buf, size_t nbyte) 137 if ((SetFilePointer(handle, convert.LowPart, &convert.HighPart, 143 return mapfile_read(handle, buf, nbyte) [all...] |
/external/bluetooth/bluedroid/stack/mcap/ |
mca_main.c | 62 ** Description This function returns the handle for the given control 65 ** Returns the MCA handle. 71 tMCA_HANDLE handle = 0; local 78 handle = i+1; 82 return handle; 89 ** Description This function returns the handle for the given data 92 ** Returns the MCA handle. 98 tMCA_HANDLE handle = 0; local 105 handle = i+1; 109 return handle; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
quad-sample.c | 88 void *handle; local 97 handle = ctx->create_vertex_elements_state(ctx, 2, ve); 98 ctx->bind_vertex_elements_state(ctx, handle); 114 void *handle; local 125 handle = graw_parse_vertex_shader(ctx, text); 126 ctx->bind_vs_state(ctx, handle); 131 void *handle; local 143 handle = graw_parse_fragment_shader(ctx, text); 144 ctx->bind_fs_state(ctx, handle); 360 void *handle; local 369 void *handle; local 377 void *handle; local [all...] |
/external/mesa3d/src/gallium/tests/graw/ |
quad-sample.c | 88 void *handle; local 97 handle = ctx->create_vertex_elements_state(ctx, 2, ve); 98 ctx->bind_vertex_elements_state(ctx, handle); 114 void *handle; local 125 handle = graw_parse_vertex_shader(ctx, text); 126 ctx->bind_vs_state(ctx, handle); 131 void *handle; local 143 handle = graw_parse_fragment_shader(ctx, text); 144 ctx->bind_fs_state(ctx, handle); 360 void *handle; local 369 void *handle; local 377 void *handle; local [all...] |
/external/chromium/chrome/browser/automation/ |
automation_provider_win.cc | 149 int handle, 154 if (browser_tracker_->ContainsHandle(handle) && (drag_path.size() > 1)) { 156 browser_tracker_->GetResource(handle)->window()->GetNativeHandle(); 181 Browser* browser = browser_tracker_->GetResource(handle); 282 const IPC::Message& message, int handle, const MSG& msg) { 283 ExternalTabContainer* external_tab = GetExternalTabForHandle(handle); 291 int handle, bool reverse, 293 ExternalTabContainer* external_tab = GetExternalTabForHandle(handle); 310 ExternalTabContainer* AutomationProvider::GetExternalTabForHandle(int handle) { 311 if (tab_tracker_->ContainsHandle(handle)) { [all...] |
/external/chromium/chrome/browser/ |
favicon_service.cc | 16 FaviconService::Handle FaviconService::GetFavicon( 28 return request->handle(); 31 FaviconService::Handle FaviconService::UpdateFaviconMappingAndFetch( 44 return request->handle(); 47 FaviconService::Handle FaviconService::GetFaviconForURL( 54 FaviconService::Handle handle = request->handle(); local 66 return handle; 96 request->handle(), history::FaviconData())) [all...] |
/external/chromium_org/base/threading/ |
thread_id_name_manager.cc | 42 void ThreadIdNameManager::RegisterThread(PlatformThreadHandle::Handle handle, 45 thread_id_to_handle_[id] = handle; 46 thread_handle_to_interned_name_[handle] = 92 void ThreadIdNameManager::RemoveName(PlatformThreadHandle::Handle handle, 96 thread_handle_to_interned_name_.find(handle); 105 // mapping points to the provided |handle| before removal. 106 if (id_to_handle_iter->second != handle)
|
/external/chromium_org/device/media_transfer_protocol/ |
media_transfer_protocol_daemon_client.cc | 82 virtual void CloseStorage(const std::string& handle, 87 writer.AppendString(handle); 98 const std::string& handle, 105 writer.AppendString(handle); 117 const std::string& handle, 124 writer.AppendString(handle); 136 const std::string& handle, 145 writer.AppendString(handle); 158 virtual void ReadFileChunkById(const std::string& handle, 167 writer.AppendString(handle); 293 std::string handle; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_surface.c | 60 src.handle = src_handle; 65 dst.handle = dst_handle; 115 struct svga_winsys_surface *handle; local 145 handle = svga_screen_surface_create(ss, key); 146 if (!handle) { 151 SVGA_DBG(DEBUG_DMA, " --> got sid %p (texture view)\n", handle); 167 tex->handle, 171 handle, 0, 0, 0, i, j, 179 return handle; 264 s->handle = svga_texture_view_surface(svga, tex, flags, format [all...] |
/external/chromium_org/third_party/npapi/npspy/common/ |
plugload.cpp | 116 HANDLE handle = FindFirstFile(search_path.c_str(), &ffdataStruct); local 117 if(handle == INVALID_HANDLE_VALUE) 119 FindClose(handle); 173 FindClose(handle); 185 } while(FindNextFile(handle, &ffdataStruct)); 187 FindClose(handle);
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
LPdir_win.c | 51 HANDLE handle; member in struct:LP_dir_context_st 95 (*ctx)->handle = FindFirstFile(wdir, &(*ctx)->ctx); 100 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx); 102 if ((*ctx)->handle == INVALID_HANDLE_VALUE) 112 if (FindNextFile((*ctx)->handle, &(*ctx)->ctx) == FALSE) 146 FindClose((*ctx)->handle);
|
/external/llvm/lib/Support/ |
DynamicLibrary.cpp | 77 void *handle = dlopen(filename, RTLD_LAZY|RTLD_GLOBAL); local 78 if (handle == 0) { 85 // with the handle of dlopen(NULL, RTLD_GLOBAL). 87 handle = RTLD_DEFAULT; 93 // If we've already loaded this library, dlclose() the handle in order to 95 if (!OpenedHandles->insert(handle).second) 96 dlclose(handle); 98 return DynamicLibrary(handle);
|
/external/openssl/crypto/ |
LPdir_win.c | 51 HANDLE handle; member in struct:LP_dir_context_st 95 (*ctx)->handle = FindFirstFile(wdir, &(*ctx)->ctx); 100 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx); 102 if ((*ctx)->handle == INVALID_HANDLE_VALUE) 112 if (FindNextFile((*ctx)->handle, &(*ctx)->ctx) == FALSE) 146 FindClose((*ctx)->handle);
|
/frameworks/compile/mclinker/lib/Support/ |
HandleToArea.cpp | 28 bucket.handle = pHandle; 50 if (bucket->hash_value == hash_value && bucket->handle->path() == pPath) { 69 if (bucket->handle->path() == pPath) { 70 return Result(bucket->handle, bucket->area); 87 if (bucket->handle->path() == pPath) { 88 return ConstResult(bucket->handle, bucket->area);
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/ |
MobiCoreDevice.h | 147 mcResult_t mapBulk(uint32_t sessionId, uint32_t handle, uint32_t pAddrL2, uint32_t offsetPayload, 150 mcResult_t unmapBulk(uint32_t sessionId, uint32_t handle, uint32_t secureVirtualAdr, uint32_t lenBulkMem); 201 virtual bool lockWsmL2(uint32_t handle) = 0; 203 virtual bool unlockWsmL2(uint32_t handle) = 0; 205 virtual addr_t findWsmL2(uint32_t handle) = 0; 207 virtual bool findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len) = 0;
|
/hardware/ti/omap4xxx/camera/ |
MemoryManager.cpp | 79 struct ion_handle *handle; local 85 int ret = ion_alloc(mIonFd, bytes, 0, 1 << ION_HEAP_TYPE_CARVEOUT, &handle); 92 CAMHAL_LOGDB("Before mapping, handle = %x, nSize = %d", handle, bytes); 93 if ((ret = ion_map(mIonFd, handle, bytes, PROT_READ | PROT_WRITE, MAP_SHARED, 0, 97 ion_free(mIonFd, handle); 101 mIonHandleMap.add(bufsArr[i], (unsigned int)handle);
|
/packages/apps/Nfc/nci/jni/ |
NativeSecureElement.cpp | 46 ** Returns: Handle of secure element. values < 0 represent failure. 98 ALOGD("%s: exit; return handle=0x%X", __FUNCTION__, secElemHandle); 110 ** handle: Handle of secure element. 115 static jboolean nativeNfcSecureElement_doDisconnectSecureElementConnection (JNIEnv*, jobject, jint handle) 117 ALOGD("%s: enter; handle=0x%04x", __FUNCTION__, handle); 120 stat = SecureElement::getInstance().disconnectEE (handle); 125 SecureElement::getInstance().deactivate (handle); 143 ** handle: Secure element's handle [all...] |
/frameworks/av/media/mtp/ |
MtpServer.cpp | 244 void MtpServer::sendObjectAdded(MtpObjectHandle handle) { 245 ALOGV("sendObjectAdded %d\n", handle); 246 sendEvent(MTP_EVENT_OBJECT_ADDED, handle); 249 void MtpServer::sendObjectRemoved(MtpObjectHandle handle) { 250 ALOGV("sendObjectRemoved %d\n", handle); 251 sendEvent(MTP_EVENT_OBJECT_REMOVED, handle); 274 void MtpServer::addEditObject(MtpObjectHandle handle, MtpString& path, 276 ObjectEdit* edit = new ObjectEdit(handle, path, size, format, fd); 280 MtpServer::ObjectEdit* MtpServer::getEditObject(MtpObjectHandle handle) { 284 if (edit->mHandle == handle) return edit 752 MtpObjectHandle handle = mRequest.getParameter(1); local 883 MtpObjectHandle handle = mDatabase->beginSendObject((const char*)path, local 1156 MtpObjectHandle handle = mRequest.getParameter(1); local 1175 MtpObjectHandle handle = mRequest.getParameter(1); local 1199 MtpObjectHandle handle = mRequest.getParameter(1); local [all...] |
/external/chromium/chrome/browser/webdata/ |
web_data_service_unittest.cc | 179 WebDataService::Handle handle; local 181 handle = wds_->GetFormValuesForElementName( 187 EXPECT_EQ(handle, consumer.handle()); 273 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer); local 275 EXPECT_EQ(handle, consumer.handle()); 293 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer) local 338 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer); local 394 WebDataService::Handle handle = wds_->GetCreditCards(&consumer); local 413 WebDataService::Handle handle = wds_->GetCreditCards(&consumer); local 458 WebDataService::Handle handle = wds_->GetCreditCards(&consumer); local 507 WebDataService::Handle handle = wds_->GetAutofillProfiles(&profile_consumer); local [all...] |
/external/chromium_org/chrome/browser/common/ |
cancelable_request.h | 25 // // StartRequest() returns a Handle which may be retained for use with 44 // Handle StartRequest(int some_input1, int some_input2, 57 // // The handle will have been set by AddRequest. 58 // return request->handle(); 121 typedef int Handle; 128 // handle must be for a valid pending (not yet complete or cancelled) request. 129 void CancelRequest(Handle handle); 136 // the consumer is required. The handle to the new request is returned. 137 Handle AddRequest(CancelableRequestBase* request 282 CancelableRequestProvider::Handle handle; member in struct:CancelableRequestConsumerTSimple::PendingRequest 548 CancelableRequestProvider::Handle handle() const { function in class:CancelableRequestBase [all...] |
/frameworks/base/core/java/android/widget/ |
SlidingDrawer.java | 38 * SlidingDrawer hides content out of the screen and allows the user to drag a handle 41 * A special widget composed of two children views: the handle, that the users drags, 42 * and the content, attached to the handle and dragged with it. 49 * Inside an XML layout, SlidingDrawer must define the id of the handle and of the 58 * android:handle="@+id/handle" 62 * android:id="@id/handle" 170 * Invoked when the user starts dragging/flinging the drawer's handle. 175 * Invoked when the user stops dragging/flinging the drawer's handle. 210 throw new IllegalArgumentException("The handle attribute is required and must refer 270 final View handle = mHandle; local 289 final View handle = mHandle; local 323 final View handle = mHandle; local 365 final View handle = mHandle; local 567 final View handle = mHandle; local [all...] |