/hardware/intel/common/wrs_omxil_core/base/src/ |
componentbase.cpp | 124 handle = NULL; 251 if (handle) 264 handle = (OMX_COMPONENTTYPE *)calloc(1, sizeof(*handle)); 265 if (!handle) { 270 /* handle initialization */ 271 SetTypeHeader(handle, sizeof(*handle)); 272 handle->pComponentPrivate = static_cast<OMX_PTR>(this); 273 handle->pApplicationPrivate = pAppData [all...] |
/external/libdrm/ |
xf86drm.c | 794 * modified drmOpen to handle both busid and name 924 * \param handle will be set to a value that may be used as the offset 955 * kernel memory. This area may be mapped into client-space by using the handle 965 drmMapFlags flags, drm_handle_t *handle) 971 map.handle = 0; 976 if (handle) 977 *handle = (drm_handle_t)(uintptr_t)map.handle; 981 int drmRmMap(int fd, drm_handle_t handle) 985 map.handle = (void *)(uintptr_t)handle [all...] |
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
gscan.cpp | 195 wifi_error wifi_get_gscan_capabilities(wifi_interface_handle handle, 198 GetCapabilitiesCommand command(handle, capabilities); 277 wifi_error wifi_get_valid_channels(wifi_interface_handle handle, 280 GetChannelListCommand command(handle, channels, num_channels, 743 wifi_handle handle = getWifiHandle(iface); local 745 ALOGV("Starting GScan, halHandle = %p", handle); 748 wifi_register_cmd(handle, id, cmd); 751 wifi_unregister_cmd(handle, id); 758 wifi_handle handle = getWifiHandle(iface); local 759 ALOGV("Stopping GScan, wifi_request_id = %d, halHandle = %p", id, handle); 764 wifi_handle handle = getWifiHandle(iface); local 782 wifi_handle handle = getWifiHandle(iface); local 800 wifi_handle handle = getWifiHandle(iface); local 804 wifi_handle handle = getWifiHandle(iface); local 1325 wifi_handle handle = getWifiHandle(iface); local 1539 wifi_handle handle = getWifiHandle(iface); local 1564 wifi_handle handle = getWifiHandle(iface); local 1657 wifi_handle handle = getWifiHandle(iface); local 1750 wifi_handle handle = getWifiHandle(iface); local 1815 wifi_handle handle = getWifiHandle(iface); local 1893 wifi_handle handle = getWifiHandle(iface); local 1989 wifi_handle handle = getWifiHandle(iface); local 2147 wifi_handle handle = getWifiHandle(iface); local [all...] |
/art/compiler/dex/ |
mir_field_info.cc | 25 #include "mirror/class_loader.h" // Only to allow casts in Handle<ClassLoader>. 26 #include "mirror/dex_cache.h" // Only to allow casts in Handle<DexCache>. 49 Handle<mirror::DexCache> dex_cache(hs.NewHandle(compiler_driver->GetDexCache(mUnit))); 50 Handle<mirror::ClassLoader> class_loader( 52 Handle<mirror::Class> referrer_class(hs.NewHandle( 114 Handle<mirror::DexCache> dex_cache(hs.NewHandle(compiler_driver->GetDexCache(mUnit))); 115 Handle<mirror::ClassLoader> class_loader( 117 Handle<mirror::Class> referrer_class_handle(hs.NewHandle(
|
/bionic/libdl/ |
libdl.c | 28 void* dlsym(void* handle __unused, const char* symbol __unused) { return 0; } 30 int dlclose(void* handle __unused) { return 0; }
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
Win32PipeStream.h | 35 Win32PipeStream(HANDLE pipe, size_t bufSize); 36 HANDLE m_pipe;
|
/device/lge/hammerhead/libsensors/ |
LightSensor.h | 51 virtual int setDelay(int32_t handle, int64_t ns); 52 virtual int enable(int32_t handle, int enabled);
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg_ionbuf.c | 72 p_buffer->ion_info_fd.handle = p_buffer->alloc.handle; 94 lhandle_data.handle = p_buffer->ion_info_fd.handle; 124 lhandle_data.handle = p_buffer->ion_info_fd.handle; 153 cache_inv_data.handle = p_buffer->ion_info_fd.handle;
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
init-order-dlopen.cc | 35 void *handle = dlopen(path.c_str(), RTLD_NOW); local 36 if (!handle) {
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
bind_io_completion_callback.cc | 38 HANDLE done; 51 HANDLE file = CreateFile(
|
/external/drm_hwcomposer/ |
importer.h | 37 // Imports the buffer referred to by handle into bo. 41 virtual int ImportBuffer(buffer_handle_t handle, hwc_drm_bo_t *bo) = 0;
|
/external/freetype/include/ |
ftmac.h | 23 /* Handle, FSSpec, FSRef, etc.) */ 76 /* library :: A handle to the library resource. */ 85 /* aface :: A handle to a new face object. */ 101 Handle fond, 206 /* library :: A handle to the library resource. */ 214 /* aface :: A handle to a new face object. */ 241 /* library :: A handle to the library resource. */ 249 /* aface :: A handle to a new face object. */
|
/external/gptfdisk/ |
diskio.h | 4 // Description: Class to handle low-level disk I/O for GPT fdisk 55 HANDLE fd;
|
/external/guava/guava-tests/test/com/google/common/eventbus/ |
PackageSanityTests.java | 41 public void handle(@Nullable Object anything) {} method in class:PackageSanityTests.DummySubscriber 48 return DummySubscriber.class.getMethod("handle", Object.class);
|
/external/iproute2/testsuite/tests/ |
policer | 3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64 10 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
|
/external/javasqlite/src/main/java/SQLite/ |
Backup.java | 10 * Internal handle for the native SQLite API. 13 protected long handle = 0; field in class:Backup
|
FunctionContext.java | 12 * Internal handle for the native SQLite API. 15 private long handle = 0; field in class:FunctionContext
|
Vm.java | 10 * Internal handle for the compiled SQLite VM. 13 private long handle = 0; field in class:Vm
|
/external/libcxx/test/libcxx/ |
util.py | 17 handle, name = tempfile.mkstemp(suffix=suffix, prefix=prefix, dir=dir) 18 os.close(handle)
|
/external/libdrm/libkms/ |
intel.c | 117 bo->base.handle = arg.handle; 126 tile.handle = bo->base.handle; 170 arg.handle = bo->base.handle; 209 arg.handle = bo->base.handle;
|
/external/libdrm/tests/planetest/ |
bo.c | 59 handles[0] = bo->handle; 81 md.handle = bo->handle; 127 bo->handle = cd.handle; 167 if (bo->handle) { 168 dd.handle = bo->handle;
|
/external/libdrm/tests/radeon/ |
rbo.h | 36 unsigned handle; member in struct:rbo 42 struct rbo *rbo(int fd, unsigned handle, unsigned size,
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
Mutex.h | 96 ** Description: Get the handle of the mutex. 98 ** Returns: Handle of the mutex.
|
/external/libnfc-nci/src/nfa/int/ |
nfa_snep_int.h | 92 tNFA_HANDLE reg_handle; /* handle for registered server/client */ 99 tNFA_HANDLE client_handle; /* handle for client */ 107 tNFA_HANDLE conn_handle; /* handle for data link connection */ 117 tNFA_HANDLE conn_handle; /* handle for data link connection */ 126 tNFA_HANDLE conn_handle; /* handle for data link connection */ 136 tNFA_HANDLE conn_handle; /* handle for data link connection */ 218 tNFA_HANDLE conn_handle; /* connection handle for default server */ 227 tNFA_HANDLE server_handle; /* registered handle for default server */
|
/external/lzma/C/ |
7zFile.h | 26 HANDLE handle;
member in struct:__anon15820
|