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

1 2 3 4 5 67 8 91011>>

  /hardware/qcom/audio/hal/audio_extn/
spkr_protection.c 104 void (*thermal_client_unregister_callback)(int handle);
122 static struct speaker_prot_session handle; variable in typeref:struct:speaker_prot_session
129 handle.spkr_in_use = true;
131 handle.spkr_in_use = false;
132 clock_gettime(CLOCK_BOOTTIME, &handle.spkr_last_time_used);
143 if (pthread_equal(handle.speaker_prot_threadid, threadid) || !adev) {
149 pthread_mutex_lock(&handle.mutex_spkr_prot);
150 pthread_mutex_lock(&handle.spkr_calib_cancelack_mutex);
151 handle.cancel_spkr_calib = 1;
152 pthread_cond_signal(&handle.spkr_calib_cancel)
    [all...]
  /hardware/qcom/media/mm-core/src/8084/
qc_registry_table_android.c 45 // Unique instance handle
52 NULL, // Shared object library handle
61 // Unique instance handle
68 NULL, // Shared object library handle
77 // Unique instance handle
84 NULL, // Shared object library handle
93 // Unique instance handle
100 NULL, // Shared object library handle
109 // Unique instance handle
116 NULL, // Shared object library handle
    [all...]
  /hardware/qcom/media/mm-core/src/8610/
qc_registry_table_android.c 46 // Unique instance handle
50 NULL, // Shared object library handle
59 // Unique instance handle
63 NULL, // Shared object library handle
72 // Unique instance handle
76 NULL, // Shared object library handle
85 // Unique instance handle
89 NULL, // Shared object library handle
98 // Unique instance handle
102 NULL, // Shared object library handle
    [all...]
qc_registry_table.c 45 // Unique instance handle
49 NULL, // Shared object library handle
58 // Unique instance handle
62 NULL, // Shared object library handle
71 // Unique instance handle
75 NULL, // Shared object library handle
84 // Unique instance handle
88 NULL, // Shared object library handle
97 // Unique instance handle
101 NULL, // Shared object library handle
    [all...]
  /hardware/ti/omap4-aah/system-core-headers-ti/ion/
ion.h 32 struct ion_handle **handle);
34 struct ion_handle **handle, size_t *stride);
36 int ion_free(int fd, struct ion_handle *handle);
37 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
39 int ion_share(int fd, struct ion_handle *handle, int *share_fd);
40 int ion_import(int fd, int share_fd, struct ion_handle **handle);
41 int ion_map_cacheable(int fd, struct ion_handle *handle, size_t length,
43 int ion_flush_cached(int fd, struct ion_handle *handle, size_t length,
45 int ion_inval_cached(int fd, struct ion_handle *handle, size_t length,
  /external/libpcap/
pcap-dbus.c 54 dbus_read(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user)
56 struct pcap_dbus *handlep = handle->priv;
69 // XXX handle->opt.timeout = timeout_ms;
71 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "Connection closed");
75 if (handle->break_loop) {
76 handle->break_loop = 0;
84 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "Disconnected");
90 /* pkth.caplen = min (payload_len, handle->snapshot); */
93 if (handle->fcode.bf_insns == NULL ||
94 bpf_filter(handle->fcode.bf_insns, (u_char *)raw_msg, pkth.len, pkth.caplen))
    [all...]
  /external/v8/src/
elements.h 28 virtual void Validate(Handle<JSObject> obj) = 0;
36 Handle<Object> receiver,
37 Handle<JSObject> holder,
39 Handle<FixedArrayBase> backing_store) = 0;
42 Handle<Object> receiver,
43 Handle<JSObject> holder,
45 return HasElement(receiver, holder, key, handle(holder->elements()));
54 Handle<Object> receiver,
55 Handle<JSObject> holder,
57 Handle<FixedArrayBase> backing_store) = 0
    [all...]
elements.cc 13 // Each concrete ElementsAccessor can handle exactly one ElementsKind,
126 static bool HasKey(Handle<FixedArray> array, Handle<Object> key_handle) {
250 static void CopyDoubleToObjectElements(Handle<FixedArrayBase> from_base,
252 Handle<FixedArrayBase> to_base,
280 Handle<FixedDoubleArray> from = Handle<FixedDoubleArray>::cast(from_base);
281 Handle<FixedArray> to = Handle<FixedArray>::cast(to_base);
288 Handle<Object> value = FixedDoubleArray::get(from, i + from_start)
    [all...]
lookup.cc 39 holder_ = handle(holder, isolate_);
40 holder_map_ = handle(map, isolate_);
45 Handle<JSReceiver> LookupIterator::GetRoot() const {
46 if (receiver_->IsJSReceiver()) return Handle<JSReceiver>::cast(receiver_);
47 Handle<Object> root =
48 handle(receiver_->GetRootMap(isolate_)->prototype(), isolate_);
50 return Handle<JSReceiver>::cast(root);
54 Handle<Map> LookupIterator::GetReceiverMap() const {
56 return handle(Handle<HeapObject>::cast(receiver_)->map(), isolate_)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
midles.h 36 RPC_STATUS RPC_ENTRY MesIncrementalHandleReset(handle_t Handle,void *UserState,MIDL_ES_ALLOC AllocFn,MIDL_ES_WRITE WriteFn,MIDL_ES_READ ReadFn,MIDL_ES_CODE Operation);
40 RPC_STATUS RPC_ENTRY MesBufferHandleReset(handle_t Handle,unsigned __LONG32 HandleStyle,MIDL_ES_CODE Operation,char **pBuffer,unsigned __LONG32 BufferSize,unsigned __LONG32 *pEncodedSize);
41 RPC_STATUS RPC_ENTRY MesHandleFree(handle_t Handle);
42 RPC_STATUS RPC_ENTRY MesInqProcEncodingId(handle_t Handle,PRPC_SYNTAX_IDENTIFIER pInterfaceId,unsigned __LONG32 *pProcNum);
44 void RPC_ENTRY NdrMesSimpleTypeDecode(handle_t Handle,void *pObject,short Size);
45 void RPC_ENTRY NdrMesSimpleTypeEncode(handle_t Handle,const MIDL_STUB_DESC *pStubDesc,const void *pObject,short Size);
46 size_t RPC_ENTRY NdrMesTypeAlignSize(handle_t Handle,const MIDL_STUB_DESC *pStubDesc,PFORMAT_STRING pFormatString,const void *pObject);
47 void RPC_ENTRY NdrMesTypeEncode(handle_t Handle,const MIDL_STUB_DESC *pStubDesc,PFORMAT_STRING pFormatString,const void *pObject);
48 void RPC_ENTRY NdrMesTypeDecode(handle_t Handle,const MIDL_STUB_DESC *pStubDesc,PFORMAT_STRING pFormatString,void *pObject);
49 size_t RPC_ENTRY NdrMesTypeAlignSize2(handle_t Handle,const MIDL_TYPE_PICKLING_INFO *pPicklingInfo,const MIDL_STUB_DESC *pStubDesc,PFORMAT_STRING pForma (…)
    [all...]
  /bionic/tests/
dlfcn_test.cpp 71 void* handle = dlopen("libtest_dlsym_from_this.so", RTLD_LAZY | RTLD_LOCAL); local
72 ASSERT_TRUE(handle != nullptr) << dlerror();
81 reinterpret_cast<fn_t>(dlsym(handle, "lookup_dlsym_symbol_using_RTLD_DEFAULT"));
89 reinterpret_cast<fn_t>(dlsym(handle, "lookup_dlsym_symbol2_using_RTLD_DEFAULT"));
97 reinterpret_cast<fn_t>(dlsym(handle, "lookup_dlsym_symbol_using_RTLD_NEXT"));
104 dlclose(handle);
111 void* handle = dlopen("libtest_dlsym_from_this.so", RTLD_NOW | RTLD_LOCAL); local
112 ASSERT_TRUE(handle != nullptr) << dlerror();
121 reinterpret_cast<fn_t>(dlsym(handle, "lookup_dlsym_symbol_using_RTLD_DEFAULT"));
129 reinterpret_cast<fn_t>(dlsym(handle, "lookup_dlsym_symbol2_using_RTLD_DEFAULT"))
151 void* handle = dlopen("libtest_empty.so", RTLD_NOW); local
164 void* handle = dlopen("libtest_with_dependency.so", RTLD_NOW); local
177 void* handle = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD); local
192 void* handle = dlopen(soname, RTLD_NOW); local
222 void* handle = dlopen("libtest_ifunc.so", RTLD_NOW); local
248 void* handle = dlopen("libtest_ifunc.so", RTLD_NOW); local
273 void* handle = nullptr; local
313 void* handle = dlopen("libtest_check_order_dlsym.so", RTLD_NOW | RTLD_GLOBAL); local
358 void* handle = dlopen("libtest_check_order_reloc_siblings.so", RTLD_NOW | RTLD_NOLOAD); local
382 void* handle = dlopen("libtest_check_order_reloc_siblings.so", RTLD_NOW | RTLD_NOLOAD); local
423 void* handle = dlopen("libtest_check_order_reloc_siblings.so", RTLD_NOW | RTLD_NOLOAD); local
469 void* handle = dlopen("libtest_check_order_reloc_siblings.so", RTLD_NOW | RTLD_NOLOAD); local
500 void* handle = dlopen("libtest_two_parents_parent1.so", RTLD_NOW | RTLD_LOCAL); local
544 void* handle = dlopen("libtest_check_order_reloc_root.so", RTLD_NOW | RTLD_NOLOAD); local
567 void* handle = dlopen("libtest_simple.so", RTLD_NOW); local
591 void* handle = dlopen("libtest_simple.so", RTLD_NOW | RTLD_GLOBAL); local
616 void* handle = dlopen("libtest_with_dependency_loop.so", RTLD_NOW); local
638 void* handle = dlopen("libtest_nodelete_1.so", RTLD_NOW | RTLD_NODELETE); local
671 void* handle = dlopen("libtest_nodelete_2.so", RTLD_NOW); local
698 void* handle = dlopen("libtest_nodelete_dt_flags_1.so", RTLD_NOW); local
710 void* handle = dlopen("libtest_dlsym_df_1_global.so", RTLD_NOW); local
877 void* handle = dlopen("libgnu-hash-table-library.so", RTLD_NOW); local
900 void* handle = dlopen("libsysv-hash-table-library.so", RTLD_NOW); local
921 void* handle; local
962 void* handle = dlopen("libtest_dlsym_weak_func.so", RTLD_NOW); local
973 void* handle = dlopen("libtest_dlopen_weak_undefined_func.so", RTLD_NOW); local
998 void* handle = dlopen("libtest_dlopen_from_ctor_main.so", RTLD_NOW); local
1007 void* handle = dlopen("libtest_versioned_uselibv1.so", RTLD_NOW); local
1017 void* handle = dlopen("libtest_versioned_uselibv2.so", RTLD_NOW); local
1027 void* handle = dlopen("libtest_versioned_uselibv2_other.so", RTLD_NOW); local
1037 void* handle = dlopen("libtest_versioned_uselibv3_other.so", RTLD_NOW); local
1047 void* handle = dlopen("libtest_versioned_lib.so", RTLD_NOW); local
    [all...]
  /system/media/audio_utils/
tinysndfile.c 74 SNDFILE *handle = (SNDFILE *) malloc(sizeof(SNDFILE)); local
75 handle->mode = SFM_READ;
76 handle->temp = NULL;
77 handle->stream = stream;
78 handle->info.format = SF_FORMAT_WAV;
209 handle->bytesPerFrame = bytesPerFrame;
210 handle->info.samplerate = samplerate;
211 handle->info.channels = channels;
214 handle->info.format |= SF_FORMAT_PCM_U8;
217 handle->info.format |= SF_FORMAT_PCM_16
368 SNDFILE *handle = (SNDFILE *) malloc(sizeof(SNDFILE)); local
    [all...]
  /hardware/qcom/media/mm-core/src/7630/
qc_registry_table_android.c 45 // Unique instance handle
52 NULL, // Shared object library handle
61 // Unique instance handle
68 NULL, // Shared object library handle
77 // Unique instance handle
84 NULL, // Shared object library handle
93 // Unique instance handle
100 NULL, // Shared object library handle
109 // Unique instance handle
116 NULL, // Shared object library handle
    [all...]
  /external/selinux/libsemanage/src/
debug.c 28 #include "handle.h"
31 int semanage_msg_get_level(semanage_handle_t * handle)
33 return handle->msg_level;
38 const char *semanage_msg_get_channel(semanage_handle_t * handle)
40 return handle->msg_channel;
45 const char *semanage_msg_get_fname(semanage_handle_t * handle)
47 return handle->msg_fname;
55 semanage_handle_t * handle,
62 switch (semanage_msg_get_level(handle)) {
77 semanage_msg_get_channel(handle),
    [all...]
boolean_record.c 20 #include "handle.h"
26 int semanage_bool_key_create(semanage_handle_t * handle,
30 return sepol_bool_key_create(handle->sepolh, name, key);
33 int semanage_bool_key_extract(semanage_handle_t * handle,
38 return sepol_bool_key_extract(handle->sepolh, boolean, key);
84 int semanage_bool_set_name(semanage_handle_t * handle,
89 rc = sepol_bool_set_name(handle->sepolh, boolean, subname);
114 int semanage_bool_create(semanage_handle_t * handle,
118 return sepol_bool_create(handle->sepolh, bool_ptr);
123 int semanage_bool_clone(semanage_handle_t * handle,
    [all...]
  /frameworks/native/services/sensorservice/
BatteryService.h 33 void enableSensorImpl(uid_t uid, int handle);
34 void disableSensorImpl(uid_t uid, int handle);
39 int handle; member in struct:android::BatteryService::Info
41 Info() : uid(0), handle(0), count(0) { }
42 Info(uid_t uid, int handle) : uid(uid), handle(handle), count(0) { }
44 return (uid == rhs.uid) ? (handle < rhs.handle) : (uid < rhs.uid);
50 bool addSensor(uid_t uid, int handle);
    [all...]
  /hardware/qcom/media/mm-core/src/8974/
qc_registry_table.c 45 // Unique instance handle
49 NULL, // Shared object library handle
58 // Unique instance handle
62 NULL, // Shared object library handle
71 // Unique instance handle
75 NULL, // Shared object library handle
84 // Unique instance handle
88 NULL, // Shared object library handle
97 // Unique instance handle
101 NULL, // Shared object library handle
    [all...]
  /external/parameter-framework/bindings/c/
ParameterFramework.cpp 145 void pfwDestroy(PfwHandler *handle)
147 if(handle != NULL and handle->pfw != NULL) {
148 delete handle->pfw;
150 delete handle;
211 bool pfwStart(PfwHandler *handle, const char *configPath,
216 if (handle == NULL) { return Status::failure(); }
217 Status &status = handle->lastStatus;
219 if (handle->pfw != NULL) {
232 handle->pfw = new CParameterMgrPlatformConnector(configPath)
    [all...]
  /external/selinux/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...]
iface_record.c 27 int sepol_iface_key_create(sepol_handle_t * handle,
35 ERR(handle, "out of memory, could not create interface key");
55 int sepol_iface_key_extract(sepol_handle_t * handle,
60 if (sepol_iface_key_create(handle, iface->name, key_ptr) < 0) {
61 ERR(handle, "could not extract key from "
89 int sepol_iface_create(sepol_handle_t * handle, sepol_iface_t ** iface)
96 ERR(handle, "out of memory, could not create "
120 int sepol_iface_set_name(sepol_handle_t * handle,
126 ERR(handle, "out of memory, " "could not set interface name");
145 int sepol_iface_set_ifcon(sepol_handle_t * handle,
    [all...]
  /external/deqp/framework/delibs/dethread/win32/
deMutexWin32.c 88 DE_STATIC_ASSERT(sizeof(deMutex) >= sizeof(HANDLE));
92 HANDLE handle = DE_NULL; local
97 handle = CreateMutex(DE_NULL, FALSE, DE_NULL);
98 return (deMutex)handle;
103 HANDLE handle = (HANDLE)mutex; local
104 CloseHandle(handle);
109 HANDLE handle = (HANDLE)mutex local
116 HANDLE handle = (HANDLE)mutex; local
123 HANDLE handle = (HANDLE)mutex; local
    [all...]
  /hardware/qcom/media/mm-core/src/7627A/
qc_registry_table.c 43 // Unique instance handle
50 NULL, // Shared object library handle
59 // Unique instance handle
66 NULL, // Shared object library handle
75 // Unique instance handle
82 NULL, // Shared object library handle
91 // Unique instance handle
98 NULL, // Shared object library handle
107 // Unique instance handle
114 NULL, // Shared object library handle
    [all...]
  /system/core/libion/
ion.c 62 unsigned int flags, ion_user_handle_t *handle)
72 if (handle == NULL)
78 *handle = data.handle;
82 int ion_free(int fd, ion_user_handle_t handle)
85 .handle = handle,
90 int ion_map(int fd, ion_user_handle_t handle, size_t length, int prot,
96 .handle = handle,
144 ion_user_handle_t handle; local
    [all...]
  /hardware/qcom/media/mm-core/src/8226/
qc_registry_table.c 45 // Unique instance handle
49 NULL, // Shared object library handle
58 // Unique instance handle
62 NULL, // Shared object library handle
71 // Unique instance handle
75 NULL, // Shared object library handle
84 // Unique instance handle
88 NULL, // Shared object library handle
97 // Unique instance handle
101 NULL, // Shared object library handle
    [all...]
  /hardware/qcom/media/mm-core/src/msm8992/
registry_table.c 45 // Unique instance handle
52 NULL, // Shared object library handle
61 // Unique instance handle
68 NULL, // Shared object library handle
77 // Unique instance handle
84 NULL, // Shared object library handle
93 // Unique instance handle
100 NULL, // Shared object library handle
109 // Unique instance handle
116 NULL, // Shared object library handle
    [all...]

Completed in 408 milliseconds

1 2 3 4 5 67 8 91011>>