HomeSort by relevance Sort by last modified time
    Searched refs:handle (Results 151 - 175 of 1016) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/libs/gui/
ISensorEventConnection.cpp 55 virtual status_t enableDisable(int handle, bool enabled)
59 data.writeInt32(handle);
65 virtual status_t setEventRate(int handle, nsecs_t ns)
69 data.writeInt32(handle);
92 int handle = data.readInt32(); local
94 status_t result = enableDisable(handle, enabled);
100 int handle = data.readInt32(); local
102 status_t result = setEventRate(handle, ns);
  /frameworks/base/libs/ui/
GraphicBufferMapper.cpp 57 status_t GraphicBufferMapper::registerBuffer(buffer_handle_t handle)
60 if (sw_gralloc_handle_t::validate(handle) < 0) {
61 err = mAllocMod->registerBuffer(mAllocMod, handle);
63 err = sw_gralloc_handle_t::registerBuffer((sw_gralloc_handle_t*)handle);
66 handle, err, strerror(-err));
70 status_t GraphicBufferMapper::unregisterBuffer(buffer_handle_t handle)
73 if (sw_gralloc_handle_t::validate(handle) < 0) {
74 err = mAllocMod->unregisterBuffer(mAllocMod, handle);
76 err = sw_gralloc_handle_t::unregisterBuffer((sw_gralloc_handle_t*)handle);
79 handle, err, strerror(-err))
    [all...]
  /frameworks/base/services/sensorservice/
SensorInterface.cpp 53 status_t HardwareSensor::setDelay(void* ident, int handle, int64_t ns) {
54 return mSensorDevice.setDelay(ident, handle, ns);
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api.xdr 59 rpc_loc_client_handle_type handle;
63 rpc_loc_client_handle_type handle;
67 rpc_loc_client_handle_type handle;
71 rpc_loc_client_handle_type handle;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api.xdr 68 rpc_loc_client_handle_type handle;
72 rpc_loc_client_handle_type handle;
76 rpc_loc_client_handle_type handle;
80 rpc_loc_client_handle_type handle;
  /libcore/luni/src/main/native/
java_util_zip_Inflater.cpp 57 static void Inflater_setInputImpl(JNIEnv* env, jobject, jbyteArray buf, jint off, jint len, jlong handle) {
58 toNativeZipStream(handle)->setInput(env, buf, off, len);
61 static jint Inflater_setFileInputImpl(JNIEnv* env, jobject, jobject javaFileDescriptor, jlong off, jint len, jlong handle) {
62 NativeZipStream* stream = toNativeZipStream(handle);
97 static jint Inflater_inflateImpl(JNIEnv* env, jobject recv, jbyteArray buf, int off, int len, jlong handle) {
98 NativeZipStream* stream = toNativeZipStream(handle);
133 static jint Inflater_getAdlerImpl(JNIEnv*, jobject, jlong handle) {
134 return toNativeZipStream(handle)->stream.adler;
137 static void Inflater_endImpl(JNIEnv*, jobject, jlong handle) {
138 NativeZipStream* stream = toNativeZipStream(handle);
    [all...]
  /external/quake/quake/src/WinQuake/
net_ipx.cpp 337 int handle; local
368 // grab a handle; fill in the ECBs, and get them listening
369 for (handle = 0; handle < IPXSOCKETS; handle++)
371 if (ipxsocket[handle] == 0)
373 ipxsocket[handle] = socket;
374 readlist[handle] = NULL;
375 sequence[handle] = 0;
378 lma->socketbuffer[handle][n].ecb.socket = socket;
    [all...]
net_wipx.cpp 160 int handle; local
165 for (handle = 0; handle < IPXSOCKETS; handle++)
166 if (ipxsocket[handle] == 0)
168 if (handle == IPXSOCKETS)
186 ipxsocket[handle] = newsocket;
187 sequence[handle] = 0;
188 return handle;
199 int WIPX_CloseSocket (int handle)
    [all...]
  /bionic/libthread_db/
libthread_db.c 80 _event_getmsg_helper(td_thrhandle_t const * handle, void * bkpt_addr)
84 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)60 /* r15/pc */, NULL);
89 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)0 /* r0 */, NULL);
132 td_thr_get_info(td_thrhandle_t const * handle, td_thrinfo_t * info)
134 info->ti_tid = handle->tid;
135 info->ti_lid = handle->tid; // Our pthreads uses kernel ids for tids
145 td_thr_event_enable(td_thrhandle_t const * handle, td_event_e event)
194 td_thrhandle_t handle; local
202 handle.pid = agent->pid;
207 handle.tid = atoi(entry->d_name)
    [all...]
  /external/iproute2/tc/
f_route.c 39 static int route_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghdr *n)
49 if (handle) {
50 if (get_u32(&t->tcm_handle, handle, 0)) {
51 fprintf(stderr, "Illegal \"handle\"\n");
96 unsigned handle; local
98 if (get_tc_classid(&handle, *argv)) {
102 addattr_l(n, 4096, TCA_ROUTE4_CLASSID, &handle, 4);
136 static int route_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle)
146 if (handle)
147 fprintf(f, "fh 0x%08x ", handle);
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 56 int hci_create_connection(int dd, const bdaddr_t *bdaddr, uint16_t ptype, uint16_t clkoffset, uint8_t rswitch, uint16_t *handle, int to);
57 int hci_disconnect(int dd, uint16_t handle, uint8_t reason, int to);
69 int hci_read_remote_version(int dd, uint16_t handle, struct hci_version *ver, int to);
70 int hci_read_remote_features(int dd, uint16_t handle, uint8_t *features, int to);
71 int hci_read_remote_ext_features(int dd, uint16_t handle, uint8_t page, uint8_t *max_page, uint8_t *features, int to);
72 int hci_read_clock_offset(int dd, uint16_t handle, uint16_t *clkoffset, int to);
87 int hci_authenticate_link(int dd, uint16_t handle, int to);
88 int hci_encrypt_link(int dd, uint16_t handle, uint8_t encrypt, int to);
89 int hci_change_link_key(int dd, uint16_t handle, int to);
91 int hci_park_mode(int dd, uint16_t handle, uint16_t max_interval, uint16_t min_interval, int to)
    [all...]
  /external/apache-http/src/org/apache/http/client/params/
ClientParamBean.java 56 public void setHandleRedirects (final boolean handle) {
57 params.setBooleanParameter(ClientPNames.HANDLE_REDIRECTS, handle);
72 public void setHandleAuthentication (final boolean handle) {
73 params.setBooleanParameter(ClientPNames.HANDLE_AUTHENTICATION, handle);
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestHandler.java 50 void handle(HttpRequest request, HttpResponse response, HttpContext context) method in interface:HttpRequestHandler
  /external/chromium/base/
waitable_event_win.cc 22 WaitableEvent::WaitableEvent(HANDLE handle)
23 : handle_(handle) {
24 CHECK(handle) << "Tried to create WaitableEvent from NULL handle";
31 HANDLE WaitableEvent::Release() {
32 HANDLE rv = handle_;
78 HANDLE handles[MAXIMUM_WAIT_OBJECTS];
83 handles[i] = events[i]->handle();
shared_memory_win.cc 20 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only)
21 : mapped_file_(handle),
28 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only,
35 ::DuplicateHandle(process, handle,
49 bool SharedMemory::IsHandleValid(const SharedMemoryHandle& handle) {
50 return handle != NULL;
59 void SharedMemory::CloseHandle(const SharedMemoryHandle& handle) {
60 DCHECK(handle != NULL);
61 ::CloseHandle(handle);
132 HANDLE mapped_file = mapped_file_
187 SharedMemoryHandle SharedMemory::handle() const { function in class:base::SharedMemory
    [all...]
  /external/libvpx/vpx_mem/nds/
vpx_mem_nds.c 19 void *vpx_mem_nds_alloc(osarena_id id, osheap_handle handle, size_t size, size_t align)
24 addr = os_alloc_from_heap((osarena_id) id, handle,
39 void vpx_mem_nds_free(osarena_id id, osheap_handle handle, void *mem)
44 os_free_to_heap(id, handle, addr);
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_systhread.c 64 if ( pthread_create(&thread->handle, &type, RunThread, args) != 0 ) {
107 pthread_join(thread->handle, 0);
113 pthread_cancel(thread->handle);
118 pthread_kill(thread->handle, SIGKILL);
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_systhread.c 91 if ( pthread_create(&thread->handle, &type, RunThread, args) != 0 ) {
132 pthread_join(thread->handle, 0);
138 pthread_cancel(thread->handle);
140 pthread_kill(thread->handle, SIGKILL);
  /external/webkit/WebCore/websockets/
WebSocketChannel.cpp 110 void WebSocketChannel::didOpen(SocketStreamHandle* handle)
113 ASSERT(handle == m_handle);
115 if (!handle->send(handshakeMessage.data(), handshakeMessage.length())) {
117 handle->close();
121 void WebSocketChannel::didClose(SocketStreamHandle* handle)
124 ASSERT_UNUSED(handle, handle == m_handle || !m_handle);
136 void WebSocketChannel::didReceiveData(SocketStreamHandle* handle, const char* data, int len)
140 ASSERT(handle == m_handle);
142 handle->close()
    [all...]
  /external/webkit/WebKit/android/benchmark/
Intercept.h 50 ResourceHandle* handle, String url);
54 MyResourceLoader(ResourceHandle* handle, String url)
56 , m_handle(handle)
72 ResourceHandle* handle, const ResourceRequest& req, bool, bool);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/
CORE_Adapt_Defs.h 120 typedef void (*InfoCB_t)(TI_HANDLE handle, char* buf, UINT32 bufSize);
123 typedef void (*MacStatusCB_t)(TI_HANDLE handle, char* str , UINT32 strLen);
126 typedef void (*HealthReportCB_t)(TI_HANDLE handle, char* str , UINT32 strLen);
129 typedef void (*AciIndicationCB_t)(TI_HANDLE handle, char* str , UINT32 strLen);
  /frameworks/base/core/jni/
android_database_SQLiteStatement.cpp 39 sqlite3 * handle, jstring sqlString);
54 sqlite3 * handle = GET_HANDLE(env, object); local
62 throw_sqlite3_exception_errcode(env, err, sqlite3_errmsg(handle));
72 sqlite3 * handle = GET_HANDLE(env, object); local
79 // Handle the result
84 throw_sqlite3_exception_errcode(env, err, sqlite3_errmsg(handle));
96 sqlite3 * handle = GET_HANDLE(env, object); local
103 // Handle the result
109 throw_sqlite3_exception_errcode(env, err, sqlite3_errmsg(handle));
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndldic.c 100 #define COPY_QUE(handle, src, dst) \
101 nj_memcpy(POS_TO_ADDRESS((handle), (dst)), POS_TO_ADDRESS((handle), (src)), QUE_SIZE(handle))
110 static NJ_WQUE *get_que(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id);
111 static NJ_INT16 is_continued(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id);
112 static NJ_UINT16 search_next_que(NJ_DIC_HANDLE handle, NJ_UINT16 que_id);
113 static NJ_INT16 que_strcmp_complete_with_hyouki(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id, NJ_CHAR *yomi, NJ_UINT16 yomi_len, NJ_CHAR *hyouki, NJ_UINT8 multi_flg);
114 static NJ_CHAR *get_string(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id, NJ_UINT8 *slen);
115 static NJ_CHAR *get_hyouki(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id, NJ_UINT8 *slen)
    [all...]
  /external/bluetooth/bluez/src/
sdpd-service.c 75 * To handle failure in gettimeofday, so an old
269 browse->handle = SDP_SERVER_RECORD_HANDLE + 1;
272 sdpdata = sdp_data_alloc(SDP_UINT32, &browse->handle);
304 server->handle = SDP_SERVER_RECORD_HANDLE;
308 sdp_data_alloc(SDP_UINT32, &server->handle));
360 record->handle = sdp_next_handle();
363 sdp_data = sdp_data_alloc(SDP_UINT32, &record->handle);
409 if (rec->handle == 0xffffffff) {
410 rec->handle = sdp_next_handle();
411 if (rec->handle < 0x10000
478 uint32_t handle = 0xffffffff; local
575 sdp_data_t *handle; local
648 uint32_t handle = ntohl(bt_get_unaligned((uint32_t *) p)); local
688 uint32_t handle = ntohl(bt_get_unaligned((uint32_t *) p)); local
    [all...]
  /external/bluetooth/glib/gmodule/
gmodule-beos.c 66 image_id handle; local
68 handle = load_add_on (file_name);
69 if (handle < B_OK)
73 strerror (handle));
81 return (gpointer) handle;
108 _g_module_close (gpointer handle,
114 if (unload_add_on ((image_id) handle) != B_OK)
119 if (get_image_info ((image_id) handle, &info) != B_OK)
132 _g_module_symbol (gpointer handle,
143 id = (image_id) handle;
    [all...]

Completed in 1706 milliseconds

1 2 3 4 5 67 8 91011>>