HomeSort by relevance Sort by last modified time
    Searched refs:handle (Results 451 - 475 of 2079) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 38 * SlidingDrawer hides content out of the screen and allows the user to drag a handle
41 * A special widget composed of two children views: the handle, that the users drags,
42 * and the content, attached to the handle and dragged with it.
49 * Inside an XML layout, SlidingDrawer must define the id of the handle and of the
58 * android:handle="@+id/handle"
62 * android:id="@id/handle"
170 * Invoked when the user starts dragging/flinging the drawer's handle.
175 * Invoked when the user stops dragging/flinging the drawer's handle.
210 throw new IllegalArgumentException("The handle attribute is required and must refer
270 final View handle = mHandle; local
289 final View handle = mHandle; local
323 final View handle = mHandle; local
365 final View handle = mHandle; local
567 final View handle = mHandle; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 432 ** Returns Record handle if OK, else 0.
446 ** If a record handle of 0 is passed, all records are deleted.
451 SDP_API extern BOOLEAN SDP_DeleteRecord (UINT32 handle);
459 ** with the given handle from the database.
467 SDP_API extern INT32 SDP_ReadRecord(UINT32 handle, UINT8 *p_data, INT32 *p_data_len);
483 SDP_API extern BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id,
502 SDP_API extern BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id,
519 SDP_API extern BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id,
535 SDP_API extern BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem,
551 SDP_API extern BOOLEAN SDP_AddAdditionProtoLists (UINT32 handle, UINT16 num_elem
    [all...]
  /external/webkit/Source/WebCore/platform/network/soup/
SocketStreamHandleSoup.cpp 56 // reference counting in GLib callbacks. Once the handle is off the active handles list
67 static void deactivateHandle(SocketStreamHandle* handle)
69 gActiveHandles.remove(handle->id());
72 static void* activateHandle(SocketStreamHandle* handle)
77 gActiveHandles.set(id, handle);
117 // The client can close the handle, potentially removing the last reference.
137 // The client can close the handle, potentially removing the last reference.
180 // We remove this handle from the active handles list first, to disable all callbacks.
245 SocketStreamHandle* handle = getHandleFromId(id); local
246 if (!handle) {
260 SocketStreamHandle* handle = getHandleFromId(id); local
269 SocketStreamHandle* handle = getHandleFromId(id); local
    [all...]
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator_wrapper.c 143 int WebRtc_FreeDelayEstimator(void* handle) {
144 DelayEstimator* self = (DelayEstimator*) handle;
166 int WebRtc_CreateDelayEstimator(void** handle,
176 if (handle == NULL) {
184 *handle = self;
219 int WebRtc_InitDelayEstimator(void* handle) {
220 DelayEstimator* self = (DelayEstimator*) handle;
242 int WebRtc_DelayEstimatorProcessFix(void* handle,
248 DelayEstimator* self = (DelayEstimator*) handle;
291 int WebRtc_DelayEstimatorProcessFloat(void* handle,
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_THROW_VERIFICATION_ERROR.S 3 * Handle a throw-verification-error instruction. This throws an
13 b common_exceptionThrown @ handle exception
  /external/bluetooth/bluedroid/stack/avrc/
avrc_opt.c 90 ** handle: Handle of this connection.
98 ** AVRC_BAD_HANDLE if handle is invalid.
101 UINT16 AVRC_UnitCmd(UINT8 handle, UINT8 label)
118 return AVCT_MsgReq( handle, label, AVCT_CMD, p_cmd);
131 ** handle: Handle of this connection.
143 ** AVRC_BAD_HANDLE if handle is invalid.
146 UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page)
164 return AVCT_MsgReq( handle, label, AVCT_CMD, p_cmd)
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c 43 UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle)
62 p_cmd->handle = handle;
193 if (p_rsp->attr_value.handle == p_cmd->multi_req.handles[ii])
239 else /* any handle read exception occurs, return error */
306 ret_code = gatt_send_error_rsp (p_tcb, status, op_code, p_tcb->sr_cmd.handle, FALSE);
398 UINT16 handle, ll = len; local
417 STREAM_TO_UINT16(handle, p);
419 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle, FALSE);
427 STREAM_TO_UINT16(handle, p)
1232 UINT16 handle; local
1383 UINT16 handle = p_tcb->indicate_handle; local
    [all...]
  /external/chromium/base/memory/
weak_ptr.cc 10 WeakReference::Flag::Flag(Flag** handle) : handle_(handle) {
  /external/chromium/chrome/browser/ui/webui/options/
about_page_handler.h 43 void OnOSVersion(chromeos::VersionLoader::Handle handle,
45 void OnOSFirmware(chromeos::VersionLoader::Handle handle,
  /external/iproute2/examples/diffserv/
Edge1 33 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64 set_tc_index
50 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
51 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
52 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
  /external/iproute2/testsuite/tests/
cls-testbed.t 16 qdisc add dev $DEV root handle 10:0 \
30 qdisc add dev $DEV root handle 10:0 htb
42 qdisc add dev $DEV root handle 20:0 \
48 qdisc add dev $DEV parent 20:0 handle 10:0 prio
  /external/libnfc-nci/src/nfa/include/
nfa_ce_api.h 152 ** NFA_STATUS_BAD_HANDLE if invalid handle
156 NFC_API extern tNFA_STATUS NFA_CeDeregisterFelicaSystemCodeOnDH (tNFA_HANDLE handle);
197 ** NFA_STATUS_BAD_HANDLE if invalid handle
201 NFC_API extern tNFA_STATUS NFA_CeDeregisterAidOnDH (tNFA_HANDLE handle);
  /external/libsepol/src/
mls.h 28 #include "handle.h"
30 extern int mls_from_string(sepol_handle_t * handle,
34 extern int mls_to_string(sepol_handle_t * handle,
  /external/libusb_aah/libusb/os/
poll_windows.c 30 * - obtain a Windows HANDLE to a file or device that has been opened in
32 * - call usbi_create_fd with this handle to obtain a custom fd.
87 HANDLE original_handle;
99 static BOOL (__stdcall *pCancelIoEx)(HANDLE, LPOVERLAPPED) = NULL;
107 if ( (poll_fd[_index].fd < 0) || (poll_fd[_index].handle == INVALID_HANDLE_VALUE)
108 || (poll_fd[_index].handle == 0) || (poll_fd[_index].overlapped == NULL) ) {
112 return (*pCancelIoEx)(poll_fd[_index].handle, poll_fd[_index].overlapped);
115 return CancelIo(poll_fd[_index].handle);
130 pCancelIoEx = (BOOL (__stdcall *)(HANDLE,LPOVERLAPPED))
195 HANDLE event_handle
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/irix/
SDL_systhread.c 76 waitpid(thread->handle, NULL, 0);
83 kill(thread->handle, SIGKILL);
  /external/webkit/Source/JavaScriptCore/wtf/
PageAllocatorSymbian.h 43 SymbianChunk(TInt handle)
45 SetHandle(handle);
  /external/webkit/Source/WebCore/platform/haiku/
FileSystemHaiku.cpp 59 String openTemporaryFile(const String&, PlatformFileHandle& handle)
62 handle = invalidPlatformFileHandle;
  /external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp 113 String openTemporaryFile(const String& prefix, PlatformFileHandle& handle)
118 handle = temp;
122 void closeFile(PlatformFileHandle& handle)
124 if (handle)
125 delete handle;
128 int writeToFile(PlatformFileHandle handle, const char* data, int length)
130 if (handle)
131 return static_cast<wxFile*>(handle)->Write(data, length);
  /frameworks/base/services/java/com/android/server/am/
UserStartedState.java 43 public UserStartedState(UserHandle handle, boolean initial) {
44 mHandle = handle;
  /frameworks/native/include/gui/
ISurfaceComposerClient.h 61 sp<IBinder>* handle,
67 virtual status_t destroySurface(const sp<IBinder>& handle) = 0;
  /frameworks/native/libs/gui/
GraphicBufferAlloc.cpp 39 if (err != 0 || graphicBuffer->handle == 0) {
44 "failed (%s), handle=%p",
45 w, h, strerror(-err), graphicBuffer->handle);
  /frameworks/native/services/sensorservice/
RotationVectorSensor.h 44 virtual status_t setDelay(void* ident, int handle, int64_t ns);
58 virtual status_t setDelay(void* ident, int handle, int64_t ns);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin-api.h 51 LDPS_BAD_HANDLE, /* No claimed object associated with given handle. */
80 void *handle; member in struct:ld_plugin_input_file
100 const void* handle; member in struct:ld_plugin_section
203 (*ld_plugin_add_symbols) (void *handle, int nsyms,
211 (*ld_plugin_get_input_file) (const void *handle,
216 (*ld_plugin_get_view) (const void *handle, const void **viewp);
222 (*ld_plugin_release_input_file) (const void *handle);
228 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
256 The handle is obtained in the claim_file handler. This interface should
262 (*ld_plugin_get_input_section_count) (const void* handle, unsigned int *count)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin-api.h 51 LDPS_BAD_HANDLE, /* No claimed object associated with given handle. */
80 void *handle; member in struct:ld_plugin_input_file
100 const void* handle; member in struct:ld_plugin_section
203 (*ld_plugin_add_symbols) (void *handle, int nsyms,
211 (*ld_plugin_get_input_file) (const void *handle,
216 (*ld_plugin_get_view) (const void *handle, const void **viewp);
222 (*ld_plugin_release_input_file) (const void *handle);
228 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
256 The handle is obtained in the claim_file handler. This interface should
262 (*ld_plugin_get_input_section_count) (const void* handle, unsigned int *count)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
plugin-api.h 51 LDPS_BAD_HANDLE, /* No claimed object associated with given handle. */
81 void *handle; member in struct:ld_plugin_input_file
101 const void* handle; member in struct:ld_plugin_section
210 (*ld_plugin_add_symbols) (void *handle, int nsyms,
218 (*ld_plugin_get_input_file) (const void *handle,
223 (*ld_plugin_get_view) (const void *handle, const void **viewp);
229 (*ld_plugin_release_input_file) (const void *handle);
235 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
263 The handle is obtained in the claim_file handler. This interface should
269 (*ld_plugin_get_input_section_count) (const void* handle, unsigned int *count)
    [all...]

Completed in 2050 milliseconds

<<11121314151617181920>>