Searched defs:handle (Results 1 - 25 of 1271) sorted by path

1234567891011>>

/external/aac/libAACdec/src/
H A Daacdecoder_lib.cpp128 /* check handle */
192 static INT aacDecoder_ConfigCallback(void *handle, const CSAudioSpecificConfig *pAscStruct) argument
194 HANDLE_AACDECODER self = (HANDLE_AACDECODER)handle;
268 /* check decoder handle */
401 /* check decoder handle */
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
H A DLoginContext1Test.java116 * <li>can handle several Configurations with a different names for the
631 public void handle(Callback[] callbacks) throws IOException, method in class:LoginContext1Test.TestCallbackHandler
1876 * static{}, ctor(), handle()
1905 public void handle(Callback[] cbs) { method in class:LoginContext1Test.TestCallbackHandler_Contexted
1975 cbHandler.handle(null);
2075 // handle() must be called from the wrapper, so it must be 'dc' and not
H A DLoginContextTest.java943 public void handle(Callback[] callbacks) { method in class:LoginContextTest.MyCallbackHandler
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
H A DSasl3Test.java318 hnd.handle(cb);
388 public void handle(Callback[] callbacks) throws IOException, method in class:Sasl3Test.cbHand
411 public void handle(Callback[] callbacks) throws IOException, method in class:Sasl3Test.cbHandN
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
H A DJndiLoginModuleTest.java293 public void handle(Callback[] callbacks) throws IOException, method in class:JndiLoginModuleTest.MockCallbackHandler
311 public void handle(Callback[] callbacks) throws IOException, method in class:JndiLoginModuleTest.FaultCallbackHandler
H A DKrb5LoginModuleTest.java155 public void handle(Callback[] callbacks) { method in class:Krb5LoginModuleTest.MockCallbackHandler
H A DLdapLoginModuleTest.java299 public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException { method in class:LdapLoginModuleTest.MockCallbackHandler
319 public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException { method in class:LdapLoginModuleTest.FaultCallbackHandler
/external/apache-harmony/auth/src/test/java/unix/org/apache/harmony/auth/module/
H A DUnixLoginModuleTest.java53 public void handle(Callback[] cbs) { method in class:UnixLoginModuleTest.TestCallbackHandler
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DtmpCallbackHandler.java36 public void handle(Callback[] callback) throws IOException, method in class:tmpCallbackHandler
/external/apache-http/src/org/apache/http/client/params/
H A DClientParamBean.java56 public void setHandleRedirects (final boolean handle) { argument
57 params.setBooleanParameter(ClientPNames.HANDLE_REDIRECTS, handle);
72 public void setHandleAuthentication (final boolean handle) { argument
73 params.setBooleanParameter(ClientPNames.HANDLE_AUTHENTICATION, handle);
/external/apache-http/src/org/apache/http/protocol/
H A DHttpRequestHandler.java50 void handle(HttpRequest request, HttpResponse response, HttpContext context) method in interface:HttpRequestHandler
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemNumber.java88 int handle; field in class:ElemNumber.MyPrefixResolver
95 public MyPrefixResolver(Node xpathExpressionContext, DTM dtm, int handle, boolean handleNullPrefix) { argument
97 this.handle = handle;
105 return dtm.getNamespaceURI(handle);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseTraversers.java516 * implemented by derived classes, and must be robust enough to handle any
610 * Get the subtree root identity from the handle that was passed in by
614 * @param handle handle to the root context.
617 protected int getSubtreeRoot(int handle) argument
619 return makeNodeIdentity(handle);
641 * implemented by derived classes, and must be robust enough to handle any
716 return makeNodeHandle(current); // make handle.
752 return makeNodeHandle(current); // make handle.
822 return makeNodeHandle(current); // make handle
1625 getSubtreeRoot(int handle) argument
1697 getSubtreeRoot(int handle) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java59 int handle; field in class:DOM2DTMdefaultNamespaceDeclarationNode
60 DOM2DTMdefaultNamespaceDeclarationNode(Element pseudoparent,String prefix,String uri,int handle) argument
65 this.handle=handle;
107 return handle;
/external/bison/lib/
H A Dfcntl.c273 HANDLE handle = (HANDLE) _get_osfhandle (fd); local
275 if (handle == INVALID_HANDLE_VALUE
276 || GetHandleInformation (handle, &flags) == 0)
292 changing the HANDLE_FLAG_INHERIT bit on the underlying handle
294 handle, using _open_osfhandle with the right flags, then
/external/blktrace/
H A Dblkparse.c2210 * not a real trace, so grab and handle it here
2452 static int handle(struct ms_stream *msp) function
2532 while (!is_done() && ms_head && handle(ms_head))
/external/blktrace/btt/
H A Dbno_dump.c70 void bno_dump_add(void *handle, struct io *iop) argument
72 struct bno_dump *bdp = handle;
H A Doutput.c399 void *handle = is_q2q ? dip->q2q_handle : dip->seek_handle; local
401 nseeks = seeki_nseeks(handle);
403 mean = seeki_mean(handle);
404 median = seeki_median(handle);
405 nmodes = seeki_mode(handle, &m);
H A Dseek.c251 void seeki_add(void *handle, struct io *iop) argument
253 struct seeki *sip = handle;
272 long long seeki_nseeks(void *handle) argument
274 return ((struct seeki *)handle)->tot_seeks;
277 double seeki_mean(void *handle) argument
279 struct seeki *sip = handle;
283 long long seeki_median(void *handle) argument
286 struct seeki *sip = handle;
295 int seeki_mode(void *handle, struct mode *mp) argument
297 struct seeki *sip = handle;
[all...]
/external/bluetooth/bluedroid/audio_a2dp_hw/
H A Daudio_a2dp_hw.c788 audio_io_handle_t handle,
976 audio_io_handle_t handle,
787 adev_open_output_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, audio_output_flags_t flags, struct audio_config *config, struct audio_stream_out **stream_out) argument
975 adev_open_input_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, struct audio_config *config, struct audio_stream_in **stream_in) argument
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_api.c160 void BTA_AgDeregister(UINT16 handle) argument
167 p_buf->layer_specific = handle;
185 void BTA_AgOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK services) argument
192 p_buf->hdr.layer_specific = handle;
211 void BTA_AgClose(UINT16 handle) argument
218 p_buf->layer_specific = handle;
234 void BTA_AgAudioOpen(UINT16 handle) argument
241 p_buf->layer_specific = handle;
257 void BTA_AgAudioClose(UINT16 handle) argument
264 p_buf->layer_specific = handle;
282 BTA_AgResult(UINT16 handle, tBTA_AG_RES result, tBTA_AG_RES_DATA *p_data) argument
311 BTA_AgSetCodec(UINT16 handle, tBTA_AG_PEER_CODEC codec) argument
[all...]
H A Dbta_ag_ci.c43 void bta_ag_ci_rx_write(UINT16 handle, char *p_data, UINT16 len) argument
60 p_buf->hdr.layer_specific = handle;
88 void bta_ag_ci_slc_ready(UINT16 handle) argument
95 p_buf->hdr.layer_specific = handle;
H A Dbta_ag_main.c587 UINT16 handle; local
591 handle = bta_ag_idx_by_bdaddr (peer_addr);
592 p_scb = bta_ag_scb_by_idx (handle);
881 /* handle enable event */
886 /* handle disable event */
891 /* handle register event */
896 /* handle result event */
901 /* all others reference scb by handle */
H A Dbta_ag_rfc.c88 static void bta_ag_port_cback(UINT32 code, UINT16 port_handle, UINT16 handle) argument
93 if ((p_scb = bta_ag_scb_by_idx(handle)) != NULL)
95 /* ignore port events for port handles other than connected handle */
98 APPL_TRACE_DEBUG3("ag_port_cback ignoring handle:%d conn_handle = %d other handle = %d",
99 port_handle, p_scb->conn_handle, handle);
106 p_buf->layer_specific = handle;
122 static void bta_ag_mgmt_cback(UINT32 code, UINT16 port_handle, UINT16 handle) argument
130 APPL_TRACE_DEBUG3("ag_mgmt_cback : code = %d, port_handle = %d, handle = %d",
131 code, port_handle, handle);
196 bta_ag_data_cback(UINT16 port_handle, void *p_data, UINT16 len, UINT16 handle) argument
215 bta_ag_mgmt_cback_1(UINT32 code, UINT16 handle) argument
216 bta_ag_mgmt_cback_2(UINT32 code, UINT16 handle) argument
217 bta_ag_mgmt_cback_3(UINT32 code, UINT16 handle) argument
218 bta_ag_port_cback_1(UINT32 code, UINT16 handle) argument
219 bta_ag_port_cback_2(UINT32 code, UINT16 handle) argument
220 bta_ag_port_cback_3(UINT32 code, UINT16 handle) argument
256 bta_ag_setup_port(tBTA_AG_SCB *p_scb, UINT16 handle) argument
[all...]
H A Dbta_ag_sco.c134 UINT16 handle; local
141 handle = bta_ag_scb_to_idx(bta_ag_cb.sco.p_curr_scb);
147 handle = bta_ag_idx_by_bdaddr(BTM_ReadScoBdAddr(sco_idx));
148 p_scb = bta_ag_scb_by_idx(handle);
150 handle = 0;
153 if (handle != 0)
158 p_buf->layer_specific = handle;
184 UINT16 handle = 0; local
202 handle = bta_ag_scb_to_idx(bta_ag_cb.sco.p_curr_scb);
205 if (handle !
329 UINT16 handle; local
1418 UINT16 handle = bta_ag_scb_to_idx(p_scb); local
[all...]

Completed in 629 milliseconds

1234567891011>>