/external/qemu/distrib/sdl-1.2.15/src/thread/beos/ |
SDL_systhread.c | 65 thread->handle=spawn_thread(RunThread, "SDL", B_NORMAL_PRIORITY, args); 66 if ( (thread->handle == B_NO_MORE_THREADS) || 67 (thread->handle == B_NO_MEMORY) ) { 71 resume_thread(thread->handle); 90 wait_for_thread(thread->handle, &the_status); 95 kill_thread(thread->handle);
|
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/ |
SDL_sysmutex.cpp | 51 TInt handle; member in struct:SDL_mutex 56 TInt handle; member in struct:_SDL_mutex 83 mutex->handle = rmutex.Handle(); 94 rmutex.SetHandle(mutex->handle); 114 rmutex.SetHandle(mutex->handle); 127 rmutex.SetHandle(mutex->handle);
|
/frameworks/base/core/jni/ |
android_database_SQLiteCommon.cpp | 23 /* throw a SQLiteException with a message appropriate for the error in handle */ 24 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle) { 25 throw_sqlite3_exception(env, handle, NULL); 33 /* throw a SQLiteException with a message appropriate for the error in handle 36 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle, const char* message) { 37 if (handle) { 42 throw_sqlite3_exception(env, sqlite3_extended_errcode(handle), 43 sqlite3_errmsg(handle), message);
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
ion.h | 183 * an opaque handle to it. 190 * ion_free - free a handle 192 * @handle: the handle to free 194 * Free the provided handle. 196 void ion_free(struct ion_client *client, struct ion_handle *handle); 199 * ion_phys - returns the physical address and len of a handle 201 * @handle: the handle 205 * This function queries the heap for a particular handle to get th 517 struct ion_handle *handle; member in struct:ion_allocation_data 531 struct ion_handle *handle; member in struct:ion_fd_data 540 struct ion_handle *handle; member in struct:ion_handle_data [all...] |
/hardware/samsung_slsi/exynos5/libsecurepath/ |
tlc_communication.cpp | 49 bzero(&(comm_ctx->handle), sizeof(mcSessionHandle_t)); // Clear the session handle 51 comm_ctx->handle.deviceId = comm_ctx->device_id; // The device ID (default device is used) 53 mcRet = mcOpenSession(&(comm_ctx->handle), &(comm_ctx->uuid), (uint8_t *)(comm_ctx->tci_msg), 84 mcRet = mcCloseSession(&(comm_ctx->handle)); 111 mcRet = mcNotify(&(comm_ctx->handle)); 120 mcRet = mcWaitNotification(&(comm_ctx->handle), -1);
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/ |
CMcKMod.h | 111 mcResult_t free(uint32_t handle, addr_t buffer, uint32_t len); 120 mcResult_t unregisterWsmL2(uint32_t handle); 122 mcResult_t lockWsmL2(uint32_t handle); 124 mcResult_t unlockWsmL2(uint32_t handle); 128 addr_t findWsmL2(uint32_t handle); 130 mcResult_t findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len);
|
/sdk/emulator/opengl/tests/ut_renderer/ |
Renderer.h | 32 unsigned int handle; member in class:Renderer::ClientHandle 33 ClientHandle(unsigned int _pid, unsigned int _handle) : pid(_pid), handle(_handle) {} 36 bool val = (pid == p.pid) ? handle < p.handle : pid < p.pid; 42 int createSurface(RenderingThread *thread, const ClientHandle & handle); 43 int destroySurface(RenderingThread *thread, const ClientHandle &handle);
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_proxy.cc | 108 ScopedKernelHandle handle(new KernelHandle(mnt, node)); 109 error = handle->Init(O_RDONLY); 115 return AllocateFD(handle); 128 ScopedKernelHandle handle(new KernelHandle(mnt, node)); 129 error = handle->Init(oflags); 135 return AllocateFD(handle); 139 ScopedKernelHandle handle; local 140 Error error = AcquireHandle(fd, &handle); 152 ScopedKernelHandle handle; local 153 Error error = AcquireHandle(oldfd, &handle); 360 ScopedKernelHandle handle; local 378 ScopedKernelHandle handle; local 396 ScopedKernelHandle handle; local 413 ScopedKernelHandle handle; local 429 ScopedKernelHandle handle; local 446 ScopedKernelHandle handle; local 463 ScopedKernelHandle handle; local 480 ScopedKernelHandle handle; local 497 ScopedKernelHandle handle; local 554 ScopedKernelHandle handle; local 603 ScopedKernelHandle handle; local 656 ScopedKernelHandle handle; local 673 ScopedKernelHandle handle; local 691 ScopedKernelHandle handle; local 738 ScopedKernelHandle handle; local 837 ScopedKernelHandle handle; local 892 ScopedKernelHandle handle; local 906 ScopedKernelHandle handle; local 920 ScopedKernelHandle handle; local 938 ScopedKernelHandle handle; local 952 ScopedKernelHandle handle; local 970 ScopedKernelHandle handle; local 979 ScopedKernelHandle handle; local 996 ScopedKernelHandle handle; local 1020 ScopedKernelHandle handle; local 1034 ScopedKernelHandle handle; local 1048 ScopedKernelHandle handle; local 1072 ScopedKernelHandle handle; local 1086 ScopedKernelHandle handle; local 1104 ScopedKernelHandle handle; local 1113 ScopedKernelHandle handle; local [all...] |
/bionic/libthread_db/ |
libthread_db.c | 80 _event_getmsg_helper(td_thrhandle_t const * handle, void * bkpt_addr) 88 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)48 /* eip */, NULL); 98 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)4 /* ecx */, NULL); 103 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)60 /* r15/pc */, NULL); 108 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)0 /* r0 */, NULL); 113 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)(64*4) /* pc */, NULL); 117 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)(4*4) /* a0 */, NULL); 161 td_thr_get_info(td_thrhandle_t const * handle, td_thrinfo_t * info) 163 info->ti_tid = handle->tid; 164 info->ti_lid = handle->tid 223 td_thrhandle_t handle; local [all...] |
/external/chromium_org/content/browser/indexed_db/leveldb/ |
leveldb_transaction.h | 55 typedef AVLTreeNode* handle; typedef in struct:content::LevelDBTransaction::AVLTreeAbstractor 59 handle GetLess(handle h) { return h->less; } 60 void SetLess(handle h, handle less) { h->less = less; } 61 handle GetGreater(handle h) { return h->greater; } 62 void SetGreater(handle h, handle greater) { h->greater = greater; } 64 int GetBalanceFactor(handle h) { return h->balance_factor; [all...] |
/frameworks/native/services/sensorservice/ |
BatteryService.cpp | 41 status_t BatteryService::noteStartSensor(int uid, int handle) { 45 data.writeInt32(handle); 52 status_t BatteryService::noteStopSensor(int uid, int handle) { 56 data.writeInt32(handle); 63 bool BatteryService::addSensor(uid_t uid, int handle) { 65 Info key(uid, handle); 75 bool BatteryService::removeSensor(uid_t uid, int handle) { 77 ssize_t index = mActivations.indexOf(Info(uid, handle)); 85 void BatteryService::enableSensorImpl(uid_t uid, int handle) { 87 if (addSensor(uid, handle)) { [all...] |
/external/libsepol/src/ |
node_record.c | 44 static int node_parse_addr(sepol_handle_t * handle, 55 ERR(handle, "could not parse IPv4 address " 68 ERR(handle, "could not parse IPv6 address " 81 ERR(handle, "unsupported protocol %u, could not " 92 static int node_alloc_addr(sepol_handle_t * handle, 116 ERR(handle, "unsupported protocol %u", proto); 125 ERR(handle, "out of memory"); 129 ERR(handle, "could not allocate address of protocol %s", 138 static int node_expand_addr(sepol_handle_t * handle, 153 ERR(handle, [all...] |
/external/webrtc/src/common_audio/vad/ |
vad_unittest.cc | 82 VadInst* handle = NULL; local 113 EXPECT_EQ(-1, WebRtcVad_Assign(&handle, NULL)); 114 EXPECT_EQ(0, WebRtcVad_Assign(&handle, tmp_handle)); 115 EXPECT_EQ(handle, tmp_handle); 119 ASSERT_EQ(0, WebRtcVad_Create(&handle)); 122 EXPECT_EQ(-1, WebRtcVad_Process(handle, kRates[0], speech, kFrameLengths[0])); 123 EXPECT_EQ(-1, WebRtcVad_set_mode(handle, kModes[0])); 126 ASSERT_EQ(0, WebRtcVad_Init(handle)); 129 EXPECT_EQ(-1, WebRtcVad_set_mode(handle, kModes[0] - 1)); 130 EXPECT_EQ(-1, WebRtcVad_set_mode(handle, kModes[kModesSize - 1] + 1)) 187 VadInstT* handle = (VadInstT*) malloc(sizeof(VadInstT)); local [all...] |
/external/chromium_org/content/browser/ |
child_process_launcher.cc | 118 base::ProcessHandle handle) { 123 this_object->Notify(handle); 130 handle)); 198 base::ProcessHandle handle = StartSandboxedProcess(delegate, cmd_line); local 220 base::ProcessHandle handle = base::kNullProcessHandle; local 237 handle = ZygoteHostImpl::GetInstance()->ForkRequest(cmd_line->argv(), 284 bool launched = base::LaunchProcess(*cmd_line, options, &handle); 288 broker->AddPlaceholderForPid(handle); 296 handle = base::kNullProcessHandle; 300 if (handle) 455 base::ProcessHandle handle = context_->process_.handle(); local [all...] |
/external/bluetooth/bluedroid/stack/pan/ |
pan_int.h | 54 UINT16 handle; member in struct:__anon3949 112 extern void pan_conn_ind_cb (UINT16 handle, 117 extern void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, BOOLEAN is_role_change); 118 extern void pan_data_ind_cb (UINT16 handle, 125 extern void pan_data_buf_ind_cb (UINT16 handle, 131 extern void pan_tx_data_flow_cb (UINT16 handle, 133 void pan_proto_filt_ind_cb (UINT16 handle, 138 void pan_mcast_filt_ind_cb (UINT16 handle, 144 extern tPAN_CONN *pan_allocate_pcb (BD_ADDR p_bda, UINT16 handle); 145 extern tPAN_CONN *pan_get_pcb_by_handle (UINT16 handle); [all...] |
pan_main.c | 84 ** Parameters: handle - handle for the connection 93 void pan_conn_ind_cb (UINT16 handle, 144 BNEP_ConnectResp (handle, BNEP_CONN_FAILED_SRC_UUID); 178 BNEP_ConnectResp (handle, BNEP_CONN_FAILED_DST_UUID); 182 PAN_TRACE_EVENT5 ("pan_conn_ind_cb - for handle %d, current role %d, dst uuid 0x%x, src uuid 0x%x, role change %s", 183 handle, pan_cb.role, local_uuid->uu.uuid16, remote_uuid->uu.uuid16, is_role_change?"YES":"NO"); 188 BNEP_ConnectResp (handle, BNEP_CONN_FAILED_UUID_SIZE); 199 BNEP_ConnectResp (handle, BNEP_CONN_FAILED_SRC_UUID); 209 BNEP_ConnectResp (handle, BNEP_CONN_FAILED_DST_UUID) [all...] |
/external/chromium_org/base/memory/ |
shared_memory_nacl.cc | 28 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only) 29 : mapped_file_(handle.fd), 37 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only, 39 : mapped_file_(handle.fd), 53 bool SharedMemory::IsHandleValid(const SharedMemoryHandle& handle) { 54 return handle.fd >= 0; 63 void SharedMemory::CloseHandle(const SharedMemoryHandle& handle) { 64 DCHECK_GE(handle.fd, 0); 65 if (close(handle.fd) < 0) 120 SharedMemoryHandle SharedMemory::handle() const function in class:base::SharedMemory [all...] |
/external/iproute2/tc/ |
f_basic.c | 38 static int basic_parse_opt(struct filter_util *qu, char *handle, 48 if (handle) { 49 h = strtol(handle, NULL, 0); 51 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n", 52 handle); 72 unsigned handle; local 74 if (get_tc_classid(&handle, *argv)) { 78 addattr_l(n, MAX_MSG, TCA_BASIC_CLASSID, &handle, 4); 110 struct rtattr *opt, __u32 handle) 119 if (handle) [all...] |
/external/webrtc/src/modules/audio_processing/ |
level_estimator_impl.cc | 98 Level* level = static_cast<Level*>(handle(0)); 129 Level* level = static_cast<Level*>(handle(0)); 144 int LevelEstimatorImpl::DestroyHandle(void* handle) const { 145 assert(handle != NULL); 146 Level* level = static_cast<Level*>(handle); 151 int LevelEstimatorImpl::InitializeHandle(void* handle) const { 152 assert(handle != NULL); 153 Level* level = static_cast<Level*>(handle); 159 int LevelEstimatorImpl::ConfigureHandle(void* /*handle*/) const { 167 int LevelEstimatorImpl::GetHandleError(void* handle) const [all...] |
/frameworks/native/include/binder/ |
IPCThreadState.h | 63 status_t transact(int32_t handle, 67 void incStrongHandle(int32_t handle); 68 void decStrongHandle(int32_t handle); 69 void incWeakHandle(int32_t handle); 70 void decWeakHandle(int32_t handle); 71 status_t attemptIncStrongHandle(int32_t handle); 72 static void expungeHandle(int32_t handle, IBinder* binder); 73 status_t requestDeathNotification( int32_t handle, 75 status_t clearDeathNotification( int32_t handle, 97 int32_t handle, [all...] |
/hardware/qcom/display/msm8x26/libgralloc/ |
mapper.cpp | 59 buffer_handle_t handle) 61 private_handle_t* hnd = (private_handle_t*)handle; 70 ALOGE("Could not mmap handle %p, fd=%d (%s)", 71 handle, hnd->fd, strerror(errno)); 82 ALOGE("Could not mmap handle %p, fd=%d (%s)", 83 handle, hnd->fd_metadata, strerror(errno)); 93 buffer_handle_t handle) 95 private_handle_t* hnd = (private_handle_t*)handle; 128 buffer_handle_t handle) 130 if (private_handle_t::validate(handle) < 0 324 native_handle_t** handle = va_arg(args, native_handle_t**); local [all...] |
/external/webrtc/src/modules/audio_processing/utility/ |
ring_buffer.c | 68 int WebRtc_CreateBuffer(void** handle, 73 if (handle == NULL) { 81 *handle = self; 96 int WebRtc_InitBuffer(void* handle) { 97 buf_t* self = (buf_t*) handle; 113 int WebRtc_FreeBuffer(void* handle) { 114 buf_t* self = (buf_t*) handle; 126 size_t WebRtc_ReadBuffer(void* handle, 131 buf_t* self = (buf_t*) handle; 166 WebRtc_MoveReadPtr(handle, (int) read_count) [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_jv_api.h | 38 #define BTA_JV_BUSY 2 /* Temporarily can not handle this request. */ 227 UINT32 handle; /* The SDP record handle was updated */ member in struct:__anon3222 234 UINT32 handle; /* The SDP record handle was updated */ member in struct:__anon3223 241 UINT32 handle; /* The SDP record handle was updated */ member in struct:__anon3224 248 UINT32 handle; /* The connection handle */ member in struct:__anon3225 257 UINT32 handle; /* The connection handle * member in struct:__anon3226 265 UINT32 handle; \/* The connection handle *\/ member in struct:__anon3227 273 UINT32 handle; \/* The connection handle *\/ member in struct:__anon3228 281 UINT32 handle; \/* The connection handle *\/ member in struct:__anon3229 289 UINT32 handle; \/* The connection handle *\/ member in struct:__anon3230 300 UINT32 handle; \/* The connection handle *\/ member in struct:__anon3231 311 UINT32 handle; \/* The connection handle *\/ member in struct:__anon3232 321 UINT32 handle; \/* The connection handle *\/ member in struct:__anon3233 328 UINT32 handle; \/* The connection handle *\/ member in struct:__anon3234 339 UINT32 handle; \/* The connection handle *\/ member in struct:__anon3235 347 UINT32 handle; \/* The connection handle *\/ member in struct:__anon3236 356 UINT32 handle; \/* The connection handle *\/ member in struct:__anon3237 363 UINT32 handle; \/* The connection handle *\/ member in struct:__anon3238 370 UINT32 handle; \/* The connection handle *\/ member in struct:__anon3239 378 UINT32 handle; \/* The connection handle *\/ member in struct:__anon3240 389 UINT32 handle; \/* The connection handle *\/ member in struct:__anon3241 399 UINT32 handle; \/* Connection handle *\/ member in struct:__anon3242 406 UINT32 handle; \/* Connection handle *\/ member in struct:__anon3243 [all...] |
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_api.c | 160 void BTA_AgDeregister(UINT16 handle) 167 p_buf->layer_specific = handle; 185 void BTA_AgOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK services) 192 p_buf->hdr.layer_specific = handle; 211 void BTA_AgClose(UINT16 handle) 218 p_buf->layer_specific = handle; 234 void BTA_AgAudioOpen(UINT16 handle) 241 p_buf->layer_specific = handle; 257 void BTA_AgAudioClose(UINT16 handle) 264 p_buf->layer_specific = handle; [all...] |
/external/bluetooth/bluedroid/stack/include/ |
bnep_api.h | 63 BNEP_WRONG_HANDLE, /* Wrong handle for the connection */ 78 ** Connection handle 85 typedef void (tBNEP_CONN_STATE_CB) (UINT16 handle, 95 ** and flag to indicate role change and handle to the connection 99 typedef void (tBNEP_CONNECT_IND_CB) (UINT16 handle, 108 ** Handle to the connection 115 typedef void (tBNEP_DATA_BUF_CB) (UINT16 handle, 124 ** Handle to the connection 132 typedef void (tBNEP_DATA_IND_CB) (UINT16 handle, 141 ** Handle to the connectio [all...] |