HomeSort by relevance Sort by last modified time
    Searched refs:handle (Results 501 - 525 of 3441) sorted by null

<<21222324252627282930>>

  /frameworks/native/services/sensorservice/
SensorService.cpp 180 // add to our handle->SensorInterface mapping
275 int handle = mActiveSensors.keyAt(i); local
276 result.appendFormat("%s (handle=0x%08x, connections=%d)\n",
277 getSensorName(handle).string(),
278 handle,
302 int handle = buffer[i].sensor; local
305 if (connection->hasSensor(handle)) {
306 sensor = mSensorMap.valueFor(handle);
308 sensor->autoDisable(connection.get(), handle);
310 cleanupWithoutDisable(connection, handle);
507 int handle = mActiveSensors.keyAt(i); local
924 const int handle = mSensorInfo.keyAt(i); local
    [all...]
  /external/chromium_org/base/process/
kill_win.cc 46 virtual void OnObjectSignaled(HANDLE object);
65 DCHECK(!process_) << "Make sure to close the handle.";
73 void TimerExpiredTask::OnObjectSignaled(HANDLE object) {
79 // Stop watching the process handle since we're killing it.
110 HANDLE process = OpenProcess(PROCESS_TERMINATE | SYNCHRONIZE,
111 FALSE, // Don't inherit handle
122 TerminationStatus GetTerminationStatus(ProcessHandle handle, int* exit_code) {
125 if (!::GetExitCodeProcess(handle, &tmp_exit_code)) {
144 DWORD wait_result = WaitForSingleObject(handle, 0);
180 bool WaitForExitCode(ProcessHandle handle, int* exit_code)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
occlusion-query.c 82 void *handle; local
91 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
92 info.ctx->bind_vertex_elements_state(info.ctx, handle);
110 void *handle; local
121 handle = graw_parse_vertex_shader(info->ctx, text);
122 if (!handle) {
126 info->ctx->bind_vs_state(info->ctx, handle);
133 void *handle; local
141 handle = graw_parse_fragment_shader(info->ctx, text);
142 if (!handle) {
    [all...]
  /external/iproute2/tc/
f_route.c 37 static int route_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghdr *n)
47 if (handle) {
48 if (get_u32(&t->tcm_handle, handle, 0)) {
49 fprintf(stderr, "Illegal \"handle\"\n");
94 unsigned handle; local
96 if (get_tc_classid(&handle, *argv)) {
100 addattr_l(n, 4096, TCA_ROUTE4_CLASSID, &handle, 4);
134 static int route_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle)
144 if (handle)
145 fprintf(f, "fh 0x%08x ", handle);
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
occlusion-query.c 82 void *handle; local
91 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
92 info.ctx->bind_vertex_elements_state(info.ctx, handle);
110 void *handle; local
121 handle = graw_parse_vertex_shader(info->ctx, text);
122 if (!handle) {
126 info->ctx->bind_vs_state(info->ctx, handle);
133 void *handle; local
141 handle = graw_parse_fragment_shader(info->ctx, text);
142 if (!handle) {
    [all...]
  /external/webrtc/src/modules/audio_processing/
gain_control_impl.cc 23 typedef void Handle;
35 T* handle;
85 Handle* my_handle = static_cast<Handle*>(handle(i));
111 Handle* my_handle = static_cast<Handle*>(handle(i));
125 Handle* my_handle = static_cast<Handle*>(handle(i))
345 Handle* handle = NULL; local
    [all...]
echo_cancellation_impl.cc 24 typedef void Handle;
88 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
128 Handle* my_handle = handle(handle_index);
254 Handle* my_handle = static_cast<Handle*>(handle(0));
297 // TODO(bjornv): How should we handle the multi-channel case
341 Handle* handle = NULL; local
    [all...]
  /external/bluetooth/bluedroid/stack/srvc/
srvc_battery.c 39 ** validate a handle to be a DIS attribute handle or not.
41 BOOLEAN battery_valid_handle_range(UINT16 handle)
48 if (handle == p_inst->ba_level_hdl ||
49 handle == p_inst->clt_cfg_hdl ||
50 handle == p_inst->rpt_ref_hdl ||
51 handle == p_inst->pres_fmt_hdl )
67 UINT16 handle = p_value->handle; local
76 if (handle == p_inst->clt_cfg_hdl
    [all...]
  /hardware/qcom/display/msm8960/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...]
  /hardware/qcom/display/msm8974/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
327 native_handle_t** handle = va_arg(args, native_handle_t**); local
    [all...]
  /hardware/qcom/keymaster/
keymaster_qcom.cpp 65 int (*QSEECom_start_app)(struct QSEECom_handle ** handle, char* path,
67 int (*QSEECom_shutdown_app)(struct QSEECom_handle **handle);
68 int (*QSEECom_send_cmd)(struct QSEECom_handle* handle, void *cbuf,
70 int (*QSEECom_send_modified_cmd)(struct QSEECom_handle* handle, void *cbuf,
73 int (*QSEECom_set_bandwidth)(struct QSEECom_handle* handle, bool high);
191 static int32_t qcom_km_ION_memalloc(struct qcom_km_ion_info_t *handle,
207 if(handle == NULL){
208 ALOGE("Error:: null handle received");
216 handle->ion_sbuffer = NULL;
217 handle->ifd_data_fd = 0
338 struct QSEECom_handle *handle = NULL; local
417 struct QSEECom_handle *handle = NULL; local
498 struct QSEECom_handle *handle = NULL; local
597 struct QSEECom_handle *handle = NULL; local
    [all...]
  /external/iptables/iptables/
ip6tables-restore.c 60 struct ip6tc_handle *handle; local
62 handle = ip6tc_init(tablename);
64 if (!handle) {
67 handle = ip6tc_init(tablename);
70 if (!handle) {
76 return handle;
104 "Parser cannot handle more arguments\n");
122 struct ip6tc_handle *handle = NULL; local
199 ret = ip6tc_commit(handle);
200 ip6tc_free(handle);
    [all...]
iptables-restore.c 61 struct iptc_handle *handle; local
63 handle = iptc_init(tablename);
65 if (!handle) {
68 handle = iptc_init(tablename);
71 if (!handle) {
76 return handle;
104 "Parser cannot handle more arguments\n");
124 struct iptc_handle *handle = NULL; local
205 ret = iptc_commit(handle);
206 iptc_free(handle);
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.cpp 243 // Check if it is MCP session - handle openSession() command
372 uint32_t handle; local
380 mcResult_t ret = pMcKMod->mapMCI(len, &handle, &virtAddr, &physAddr, &isReused);
386 *mci = new CWsm(virtAddr, len, handle, physAddr);
395 // int ret = pMcKMod->free(pWsm->handle, pWsm->virtAddr, pWsm->len);
409 uint32_t handle; local
415 &handle,
422 return new CWsm(buffer, len, handle, physAddr);
432 uint32_t handle; local
438 if (pMcKMod->mapWsm(len, &handle, &virtAddr, &physAddr)
    [all...]
  /bionic/libc/kernel/common/linux/
omap_ion.h 29 struct ion_handle *handle; member in struct:omap_ion_tiler_alloc_data
  /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/bluetooth/bluedroid/bta/include/
bta_pan_api.h 80 UINT16 handle; /* Handle associated with this connection. */ member in struct:__anon3248
89 UINT16 handle; /* Handle associated with this connection. */ member in struct:__anon3249
99 UINT16 handle; /* Handle associated with the connection. */ member in struct:__anon3250
193 BTA_API extern void BTA_PanClose(UINT16 handle);
  /external/bluetooth/bluedroid/btif/include/
btif_sock_rfc.h 30 bt_status_t btsock_rfc_init(int handle);
  /external/chromium/android/
generateAndroidForwardingHeader.pl 64 open(my $handle, ">", $forward) or die $!;
65 print $handle "$copyright\n";
66 print $handle "$header\n\n\n";
67 print $handle "#ifndef _${guard}_\n";
68 print $handle "#define _${guard}_\n\n";
69 print $handle "#include <$to>\n\n";
70 print $handle "#endif // _${guard}_\n";
71 close($handle);
  /external/chromium/base/memory/
scoped_open_process.h 42 ProcessHandle handle() const { return handle_; } function in class:base::ScopedOpenProcess
  /external/chromium/base/synchronization/
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();
  /external/chromium/chrome/browser/nacl_host/
nacl_broker_host_win.h 33 base::ProcessHandle handle);
  /external/chromium/chrome/browser/password_manager/
password_store_consumer.h 27 CancelableRequestProvider::Handle handle,
  /external/chromium/chrome/browser/ui/webui/
favicon_source.cc 27 FaviconService::Handle handle; local
34 handle = favicon_service->GetFavicon(
40 handle = favicon_service->GetFaviconForURL(
47 cancelable_consumer_.SetClientData(favicon_service, handle, request_id);
66 FaviconService::Handle request_handle,

Completed in 730 milliseconds

<<21222324252627282930>>