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

1 2 34 5 6 7 8 91011>>

  /external/webrtc/src/modules/audio_processing/
high_pass_filter_impl.h 41 virtual int InitializeHandle(void* handle) const;
42 virtual int ConfigureHandle(void* handle) const;
43 virtual int DestroyHandle(void* handle) const;
45 virtual int GetHandleError(void* handle) const;
level_estimator_impl.h 42 virtual int InitializeHandle(void* handle) const;
43 virtual int ConfigureHandle(void* handle) const;
44 virtual int DestroyHandle(void* handle) const;
46 virtual int GetHandleError(void* handle) const;
noise_suppression_impl.h 43 virtual int InitializeHandle(void* handle) const;
44 virtual int ConfigureHandle(void* handle) const;
45 virtual int DestroyHandle(void* handle) const;
47 virtual int GetHandleError(void* handle) const;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CWsm.h 46 uint32_t handle; member in class:CWsm
51 uint32_t handle,
56 handle(handle),
  /system/media/audio_utils/
tinysndfile.c 70 SNDFILE *handle = (SNDFILE *) malloc(sizeof(SNDFILE)); local
71 handle->mode = SFM_READ;
72 handle->temp = NULL;
73 handle->stream = stream;
74 handle->info.format = SF_FORMAT_WAV;
172 handle->bytesPerFrame = bytesPerFrame;
173 handle->info.samplerate = samplerate;
174 handle->info.channels = channels;
177 handle->info.format |= SF_FORMAT_PCM_U8;
180 handle->info.format |= SF_FORMAT_PCM_16
297 SNDFILE *handle = (SNDFILE *) malloc(sizeof(SNDFILE)); local
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_ag_ci.h 48 BTA_API extern void bta_ag_ci_rx_write(UINT16 handle, char *p_data, UINT16 len);
61 BTA_API extern void bta_ag_ci_slc_ready(UINT16 handle);
74 BTA_API extern void bta_ag_ci_wbs_command (UINT16 handle, char *p_data, UINT16 len);
bta_pan_ci.h 50 BTA_API extern void bta_pan_ci_tx_ready(UINT16 handle);
65 BTA_API extern void bta_pan_ci_rx_ready(UINT16 handle);
73 ** disable data flow when it is congested and cannot handle
82 BTA_API extern void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable);
99 BTA_API extern void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext);
114 BTA_API extern BT_HDR * bta_pan_ci_readbuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 *p_protocol,
127 BTA_API extern void bta_pan_ci_set_pfilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT16 *p_end_array);
140 BTA_API extern void bta_pan_ci_set_mfilters(UINT16 handle, UINT16 num_mcast_filters, UINT8 *p_start_array,
  /external/chromium/net/base/
crypto_module_openssl.cc 16 CryptoModule* CryptoModule::CreateFromHandle(OSModuleHandle handle) {
21 CryptoModule::CryptoModule(OSModuleHandle handle) : module_handle_(handle) {
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_aura.cc 17 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
21 void TestingAutomationProvider::SetWindowBounds(int handle,
24 aura::Window* window = window_tracker_->GetResource(handle);
  /external/chromium_org/net/base/
crypto_module_openssl.cc 16 CryptoModule* CryptoModule::CreateFromHandle(OSModuleHandle handle) {
21 CryptoModule::CryptoModule(OSModuleHandle handle) : module_handle_(handle) {
prioritized_dispatcher.cc 36 PrioritizedDispatcher::Handle PrioritizedDispatcher::Add(
43 return Handle();
48 void PrioritizedDispatcher::Cancel(const Handle& handle) {
49 queue_.Erase(handle);
53 Handle handle = queue_.FirstMin(); local
54 if (handle.is_null())
56 Job* job = handle.value();
57 Cancel(handle);
81 Handle handle = queue_.FirstMax(); local
    [all...]
  /hardware/ti/omap4xxx/ion/
ion.h 27 struct ion_handle **handle);
29 struct ion_handle **handle, size_t *stride);
30 int ion_free(int fd, struct ion_handle *handle);
31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
33 int ion_share(int fd, struct ion_handle *handle, int *share_fd);
34 int ion_import(int fd, int share_fd, struct ion_handle **handle);
  /system/core/fastboot/
usb_windows.c 52 /// Handle to USB interface
55 /// Handle to USB read pipe (endpoint)
58 /// Handle to USB write pipe (endpoint)
70 int recognized_device(usb_handle* handle, ifc_match_func callback);
75 /// Writes data to the opened usb handle
76 int usb_write(usb_handle* handle, const void* data, int len);
78 /// Reads data using the opened usb handle
79 int usb_read(usb_handle *handle, void* data, int len);
81 /// Cleans up opened usb handle
82 void usb_cleanup_handle(usb_handle* handle);
324 usb_handle* handle = NULL; local
    [all...]
  /system/extras/ext4_utils/
ext4_jbd2.h 42 #define ext4_journal_get_undo_access(handle, bh) __ext4_journal_get_undo_access(__func__, (handle), (bh))
43 #define ext4_journal_get_write_access(handle, bh) __ext4_journal_get_write_access(__func__, (handle), (bh))
44 #define ext4_forget(handle, is_metadata, inode, bh, block_nr) __ext4_forget(__func__, (handle), (is_metadata), (inode), (bh), (block_nr))
45 #define ext4_journal_get_create_access(handle, bh) __ext4_journal_get_create_access(__func__, (handle), (bh))
46 #define ext4_handle_dirty_metadata(handle, inode, bh) __ext4_handle_dirty_metadata(__func__, (handle), (inode), (bh)
    [all...]
  /bionic/libc/netbsd/nameser/
ns_parse.c 74 int ns_msg_getflag(ns_msg handle, int flag) {
75 return((u_int32_t)((handle)._flags & _ns_flagdata[flag].mask) >> _ns_flagdata[flag].shift);
103 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) {
107 memset(handle, 0x5e, sizeof *handle);
108 handle->_msg = msg;
109 handle->_eom = eom;
112 NS_GET16(handle->_id, msg);
115 NS_GET16(handle->_flags, msg);
119 NS_GET16(handle->_counts[i], msg)
    [all...]
  /external/chromium/crypto/
scoped_capi_types.h 22 void operator()(CAPIHandle handle) const {
23 if (handle) {
24 BOOL ok = Destroyer(handle);
36 void operator()(CAPIHandle handle) const {
37 if (handle) {
38 BOOL ok = Destroyer(handle, flags);
51 explicit ScopedCAPIHandle(CAPIHandle handle = NULL) : handle_(handle) {}
57 void reset(CAPIHandle handle = NULL) {
58 if (handle_ != handle) {
    [all...]
  /external/chromium_org/crypto/
scoped_capi_types.h 21 void operator()(CAPIHandle handle) const {
22 if (handle) {
23 BOOL ok = Destroyer(handle);
35 void operator()(CAPIHandle handle) const {
36 if (handle) {
37 BOOL ok = Destroyer(handle, flags);
50 explicit ScopedCAPIHandle(CAPIHandle handle = NULL) : handle_(handle) {}
56 void reset(CAPIHandle handle = NULL) {
57 if (handle_ != handle) {
    [all...]
  /external/chromium_org/ipc/
ipc_platform_file.cc 13 PlatformFileForTransit GetFileHandleForProcess(base::PlatformFile handle,
21 if (handle == INVALID_HANDLE_VALUE ||
23 handle,
34 // When we're not closing the source, we need to duplicate the handle and take
36 // generate IPC messages, and the handle must remain valid until it's sent to
38 // close the source handle before the message is sent, creating a race
40 int fd = close_source_handle ? handle : ::dup(handle);
  /hardware/samsung_slsi/exynos5/libexynosutils/
ExynosMutex.cpp 200 void *handle)
202 if (handle == NULL) {
203 ALOGE("%s::handle is null", __func__);
207 if (((ExynosMutex *)handle)->getCreatedStatus() == true)
208 ((ExynosMutex *)handle)->destroy();
210 delete (ExynosMutex *)handle;
216 void *handle)
218 if (handle == NULL) {
219 ALOGE("%s::handle is null", __func__);
223 return ((ExynosMutex *)handle)->lock()
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeIterator.java 116 /** Return a handle to the filter used to screen nodes.
139 int handle=dtm_iter.getRoot(); local
140 return dtm_iter.getDTM(handle).getNode(handle);
163 int handle=dtm_iter.nextNode(); local
164 if (handle==DTM.NULL)
166 return dtm_iter.getDTM(handle).getNode(handle);
181 int handle=dtm_iter.previousNode(); local
182 if (handle==DTM.NULL
    [all...]
  /external/libsepol/include/sepol/
user_record.h 5 #include <sepol/handle.h>
13 extern int sepol_user_key_create(sepol_handle_t * handle,
19 extern int sepol_user_key_extract(sepol_handle_t * handle,
34 extern int sepol_user_set_name(sepol_handle_t * handle,
40 extern int sepol_user_set_mlslevel(sepol_handle_t * handle,
45 extern int sepol_user_set_mlsrange(sepol_handle_t * handle,
51 extern int sepol_user_add_role(sepol_handle_t * handle,
58 extern int sepol_user_get_roles(sepol_handle_t * handle,
63 extern int sepol_user_set_roles(sepol_handle_t * handle,
68 extern int sepol_user_create(sepol_handle_t * handle, sepol_user_t ** user_ptr)
    [all...]
  /hardware/samsung_slsi/exynos5/libcsc/
csc.h 125 * Init CSC handle
128 * csc handle
134 * Deinit CSC handle
136 * @param handle
137 * CSC handle[in]
143 void *handle);
148 * @param handle
149 * CSC handle[in]
158 void *handle,
164 * @param handle
    [all...]
  /external/chromium_org/media/audio/linux/
alsa_wrapper.cc 17 int AlsaWrapper::PcmOpen(snd_pcm_t** handle, const char* name,
19 return snd_pcm_open(handle, name, stream, mode);
38 int AlsaWrapper::PcmClose(snd_pcm_t* handle) {
39 return snd_pcm_close(handle);
42 int AlsaWrapper::PcmPrepare(snd_pcm_t* handle) {
43 return snd_pcm_prepare(handle);
46 int AlsaWrapper::PcmDrop(snd_pcm_t* handle) {
47 return snd_pcm_drop(handle);
50 int AlsaWrapper::PcmDelay(snd_pcm_t* handle, snd_pcm_sframes_t* delay) {
51 return snd_pcm_delay(handle, delay)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
htab.c 42 /* Make sure handle table handles match VAAPI handles. */
71 VAGenericID handle = 0; local
74 handle = handle_table_add(htab, data);
76 return handle;
82 void* vlGetDataHTAB(VAGenericID handle)
84 assert(handle);
89 data = handle_table_get(htab, handle);
93 return (void*)handle;
  /external/mesa3d/src/gallium/state_trackers/va/
htab.c 42 /* Make sure handle table handles match VAAPI handles. */
71 VAGenericID handle = 0; local
74 handle = handle_table_add(htab, data);
76 return handle;
82 void* vlGetDataHTAB(VAGenericID handle)
84 assert(handle);
89 data = handle_table_get(htab, handle);
93 return (void*)handle;

Completed in 493 milliseconds

1 2 34 5 6 7 8 91011>>