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

<<21222324252627282930>>

  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallNotificationReceiver.java 75 public static void sendIncomingCallIntent(Context context, Uri handle, boolean isVideoCall) {
84 if (handle != null) {
85 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle);
91 public static void addNewUnknownCall(Context context, Uri handle, Bundle extras) {
92 Log.i(TAG, "Adding new unknown call with handle " + handle);
101 if (handle != null) {
102 extras.putParcelable(TelecomManager.EXTRA_UNKNOWN_CALL_HANDLE, handle);
103 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
filehc.h 20 HANDLE hEvent;
33 HANDLE m_hFile;
53 typedef HANDLE (WINAPI *FCACHE_CREATE_CALLBACK)(LPSTR lpstrName,LPVOID lpvData,DWORD *cbFileSize,DWORD *cbFileSizeHigh);
54 typedef HANDLE (WINAPI *FCACHE_RICHCREATE_CALLBACK) (LPSTR lpstrName,LPVOID lpvData,DWORD *cbFileSize,DWORD *cbFileSizeHigh,WINBOOL *pfDidWeScanIt,WINBOOL *pfIsStuffed,WINBOOL *pfStoredWithDots,WINBOOL *pfStoredWithTerminatingDot);
58 FILEHC_EXPORT PFIO_CONTEXT WINAPI AssociateFile(HANDLE hFile);
59 FILEHC_EXPORT PFIO_CONTEXT WINAPI AssociateFileEx(HANDLE hFile,WINBOOL fStoreWithDots,WINBOOL fStoredWithTerminatingDot);
73 typedef WINBOOL (WINAPI *CACHE_ACCESS_CHECK)(PSECURITY_DESCRIPTOR pSecurityDescriptor,HANDLE hClientToken,DWORD dwDesiredAccess,PGENERIC_MAPPING GenericMapping,PRIVILEGE_SET *PrivilegeSet,LPDWORD PrivilegeSetLength,LPDWORD GrantedAccess,LPBOOL AccessStatus);
84 FILEHC_EXPORT WINBOOL WINAPI FindContextFromName(PNAME_CACHE_CONTEXT pNameCache,LPBYTE lpbName,DWORD cbName,CACHE_READ_CALLBACK pfnCallback,LPVOID lpvClientContext,HANDLE hToken,ACCESS_MASK accessMask,FIO_CONTEXT **ppContext);
85 FILEHC_EXPORT WINBOOL WINAPI FindSyncContextFromName(PNAME_CACHE_CONTEXT pNameCache,LPBYTE lpbName,DWORD cbName,CACHE_READ_CALLBACK pfnCallback,LPVOID lpvClientContext,HANDLE hToken,ACCESS_MASK accessMask,FIO_CONTEXT **ppContext);
  /system/bt/btif/src/
btif_hf_client.c 105 /* BTIF-HF control block to map bdaddr to BTA handle */
108 UINT16 handle; member in struct:__anon69181
223 BTA_HfClientOpen(btif_hf_client_cb.handle, btif_hf_client_cb.connected_bda.address,
252 BTA_HfClientClose(btif_hf_client_cb.handle);
276 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_BCC, 0, 0, NULL);
280 BTA_HfClientAudioOpen(btif_hf_client_cb.handle);
307 BTA_HfClientAudioClose(btif_hf_client_cb.handle);
329 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_BVRA, 1, 0, NULL);
352 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_BVRA, 0, 0, NULL);
376 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_VGS, volume, 0, NULL)
    [all...]
  /system/bt/stack/include/
avdtc_api.h 61 typedef void tAVDTC_CTRL_CBACK(UINT8 handle, BD_ADDR bd_addr, UINT8 event, tAVDTC_CTRL *p_data);
124 extern void AVDTC_GetConfigReq(UINT8 handle);
135 extern void AVDTC_GetConfigRsp(UINT8 handle, UINT8 label, tAVDT_CFG *p_cfg);
146 extern void AVDTC_OpenReq(UINT8 handle);
157 extern void AVDTC_OpenRsp(UINT8 handle, UINT8 label);
179 extern void AVDTC_CloseRsp(UINT8 handle, UINT8 label);
201 extern void AVDTC_AbortReq(UINT8 handle);
212 extern void AVDTC_AbortRsp(UINT8 handle, UINT8 label);
223 extern void AVDTC_Rej(UINT8 handle, BD_ADDR bd_addr, UINT8 cmd, UINT8 label,
  /art/runtime/
handle_scope.h 24 #include "handle.h"
42 // Number of references contained within this handle scope.
65 ALWAYS_INLINE Handle<mirror::Object> GetHandle(size_t i)
81 // Offset of length within handle scope, used by generated code.
86 // Offset of link within handle scope, used by generated code.
113 // Link-list of handle scopes. The root is held by a Thread.
131 HandleWrapper(T** obj, const MutableHandle<T>& handle)
132 : MutableHandle<T>(handle), obj_(obj) {
145 // Scoped handle storage of a fixed size that is usually stack allocated.
176 // The thread that the stack handle scope is a linked list upon. The stack handle scope wil
    [all...]
  /development/host/windows/usb/api/
adb_legacy_endpoint_object.h 21 encapsulates a handle opened to an endpoint on our device controlled by
28 /** Encapsulates a handle opened to an endpoint on our device controlled by
63 @param[in] event_handle Event handle that should be signaled when async I/O
64 completes. Can be NULL. If it's not NULL this handle will be used to
69 @return A handle to IO completion object or NULL on failure. If NULL is
76 HANDLE event_handle,
102 /** \brief Opens endpoint and creates a handle to this object
111 @return A handle to this object on success or NULL on an error.
121 /** \brief This method is called when handle to this object gets closed.
123 We override this method in order to close handle to the endpoint opened
    [all...]
  /device/htc/flounder/sensor_hub/libsensors/
sensors.cpp 47 .handle = ID_A,
64 .handle = ID_M,
81 .handle = ID_GY,
98 .handle = ID_L,
115 .handle = ID_PS,
132 .handle = ID_O,
149 .handle = ID_RV,
166 .handle = ID_LA,
183 .handle = ID_G,
200 .handle = ID_CW_MAGNETIC_UNCALIBRATED
    [all...]
  /external/llvm/lib/Support/Windows/
WindowsSupport.h 65 handle_type Handle;
71 : Handle(HandleTraits::GetInvalid()) {}
74 : Handle(h) {}
77 if (HandleTraits::IsValid(Handle))
78 HandleTraits::Close(Handle);
82 handle_type t = Handle;
83 Handle = HandleTraits::GetInvalid();
88 if (HandleTraits::IsValid(Handle))
89 HandleTraits::Close(Handle);
90 Handle = h
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_sampler_view.c 128 sv->handle = tex->handle;
144 sv->handle = svga_texture_view_surface(svga, tex, flags, format,
150 if (!sv->handle) {
153 sv->handle = tex->handle;
179 if (v->handle == tex->handle)
193 tex->handle, 0, 0, 0, i, k,
194 v->handle, 0, 0, 0, i - v->min_lod, k
    [all...]
  /external/selinux/libsepol/src/
port_record.c 28 int sepol_port_key_create(sepol_handle_t * handle,
37 ERR(handle, "out of memory, could not create " "port key");
62 int sepol_port_key_extract(sepol_handle_t * handle,
68 (handle, port->low, port->high, port->proto, key_ptr) < 0) {
70 ERR(handle, "could not extract key from port %s %d:%d",
203 int sepol_port_create(sepol_handle_t * handle, sepol_port_t ** port)
209 ERR(handle, "out of memory, could not create " "port record");
225 int sepol_port_clone(sepol_handle_t * handle,
230 if (sepol_port_create(handle, &new_port) < 0)
238 (sepol_context_clone(handle, port->con, &new_port->con) < 0)
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionListenerProxy.java 55 handle(t, "onCalling()");
71 handle(t, "onRinging()");
86 handle(t, "onRingingBack()");
102 handle(t, "onCallEstablished()");
117 handle(t, "onCallEnded()");
133 handle(t, "onCallTransferring()");
148 handle(t, "onCallBusy()");
164 handle(t, "onCallChangeFailed()");
180 handle(t, "onError()");
195 handle(t, "onRegistering()")
248 private void handle(Throwable t, String message) { method in class:SipSessionListenerProxy
    [all...]
  /hardware/akm/AK8975_FS/libsensors/
AdxlSensor.cpp 87 int AdxlSensor::setEnable(int32_t handle, int enabled) {
91 /* handle check */
92 if (handle != ID_A) {
93 ALOGE("AdxlSensor: Invalid handle (%d)", handle);
127 int AdxlSensor::setDelay(int32_t handle, int64_t delay_ns)
135 /* handle check */
136 if (handle != ID_A) {
137 ALOGE("AdxlSensor: Invalid handle (%d)", handle);
    [all...]
KionixSensor.cpp 82 int KionixSensor::setEnable(int32_t handle, int enabled) {
86 /* handle check */
87 if (handle != ID_A) {
88 ALOGE("KionixSensor: Invalid handle (%d)", handle);
124 int KionixSensor::setDelay(int32_t handle, int64_t delay_ns)
129 /* handle check */
130 if (handle != ID_A) {
131 ALOGE("KionixSensor: Invalid handle (%d)", handle);
    [all...]
AkmSensor.cpp 77 int AkmSensor::setEnable(int32_t handle, int enabled)
79 int id = handle2id(handle);
94 ALOGE("AkmSensor: unknown handle (%d)", handle);
117 setDelay(handle, AKMD_DEFAULT_INTERVAL);
119 setDelay(handle, -1);
135 int AkmSensor::setDelay(int32_t handle, int64_t ns)
137 int id = handle2id(handle);
158 ALOGE("AkmSensor: unknown handle (%d)", handle);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 126 typedef void (*wifi_internal_event_handler) (wifi_handle handle, int events);
144 wifi_handle handle; // handle to wifi data member in struct:__anon23564
190 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg);
191 wifi_error wifi_register_vendor_handler(wifi_handle handle,
194 void wifi_unregister_handler(wifi_handle handle, int cmd);
195 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd);
197 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd);
198 WifiCommand *wifi_unregister_cmd(wifi_handle handle, int id);
199 WifiCommand *wifi_get_cmd(wifi_handle handle, int id)
    [all...]
  /system/bt/bta/ag/
bta_ag_api.c 157 void BTA_AgDeregister(UINT16 handle)
164 p_buf->layer_specific = handle;
182 void BTA_AgOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK services)
189 p_buf->hdr.layer_specific = handle;
208 void BTA_AgClose(UINT16 handle)
215 p_buf->layer_specific = handle;
231 void BTA_AgAudioOpen(UINT16 handle)
238 p_buf->layer_specific = handle;
254 void BTA_AgAudioClose(UINT16 handle)
261 p_buf->layer_specific = handle;
    [all...]
  /external/drm_gralloc/
gralloc_drm_nouveau.c 175 nouveau_alloc(struct gralloc_drm_drv_t *drv, struct gralloc_drm_handle_t *handle)
181 cpp = gralloc_drm_get_bpp(handle->format);
183 ALOGE("unrecognized format 0x%x", handle->format);
191 if (handle->name) {
192 if (nouveau_bo_handle_ref(info->dev, handle->name, &nb->bo)) {
194 handle->name);
202 width = handle->width;
203 height = handle->height;
204 gralloc_drm_align_geometry(handle->format, &width, &height);
207 cpp, handle->usage, &pitch)
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
tri-instanced.c 110 void *handle; local
130 handle = ctx->create_vertex_elements_state(ctx, 3, ve);
131 ctx->bind_vertex_elements_state(ctx, handle);
169 void *handle; local
181 handle = graw_parse_vertex_shader(ctx, text);
182 ctx->bind_vs_state(ctx, handle);
187 void *handle; local
195 handle = graw_parse_fragment_shader(ctx, text);
196 ctx->bind_fs_state(ctx, handle);
289 void *handle; local
298 void *handle; local
306 void *handle; local
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_ion.h 257 * @handle: handle with data to flush
260 * @offset: offset into the handle to flush
261 * @length: length of handle to flush
263 * Performs cache operations on the handle. If p is the start address
264 * of the handle, p + offset through p + offset + length will have
268 struct ion_handle *handle; member in struct:ion_flush_data
277 * @handle: handle to get flags from
278 * @flags: flags of this handle
284 struct ion_handle *handle; member in struct:ion_flag_data
    [all...]
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_ion.h 257 * @handle: handle with data to flush
260 * @offset: offset into the handle to flush
261 * @length: length of handle to flush
263 * Performs cache operations on the handle. If p is the start address
264 * of the handle, p + offset through p + offset + length will have
268 struct ion_handle *handle; member in struct:ion_flush_data
277 * @handle: handle to get flags from
278 * @flags: flags of this handle
284 struct ion_handle *handle; member in struct:ion_flag_data
    [all...]
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 269 void* handle = dlopen(pathStr, RTLD_LAZY); local
270 if (handle == NULL) {
272 handle = NativeBridgeLoadLibrary(pathStr, RTLD_LAZY);
278 if (handle != NULL) {
282 funcPtr = NativeBridgeGetTrampoline(handle, funcStr, NULL, 0);
284 funcPtr = dlsym(handle, funcStr);
287 code = new NativeCode(handle, (ANativeActivity_createFunc*)funcPtr);
370 unloadNativeCode_native(JNIEnv* env, jobject clazz, jlong handle)
375 if (handle != 0) {
376 NativeCode* code = (NativeCode*)handle;
    [all...]
  /external/v8/test/cctest/
test-func-name-inference.cc 39 using ::v8::internal::Handle;
51 static void CheckFunctionName(v8::Handle<v8::Script> script,
58 Handle<Object> obj = v8::Utils::OpenHandle(*script);
59 Handle<SharedFunctionInfo> shared_function;
62 Handle<SharedFunctionInfo>(SharedFunctionInfo::cast(*obj));
65 Handle<SharedFunctionInfo>(JSFunction::cast(*obj)->shared());
67 Handle<Script> i_script(Script::cast(shared_function->script()));
69 Handle<String> script_src(String::cast(i_script->source()));
72 Handle<String> func_pos_str =
85 Handle<SharedFunctionInfo> shared_func_info
    [all...]
  /bionic/tests/
atexit_test.cpp 32 void* handle = dlopen("libtest_atexit.so", RTLD_NOW); local
33 ASSERT_TRUE(handle != nullptr);
37 get_cxx_ctor_called = reinterpret_cast<int_fn>(dlsym(handle, "get_cxx_ctor_called"));
38 get_attr_ctor_called = reinterpret_cast<int_fn>(dlsym(handle, "get_attr_ctor_called"));
45 void* sym = dlsym(handle, "register_atexit");
49 ASSERT_EQ(0, dlclose(handle));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_addrhashmap.h 31 // Map::Handle h(&m, addr);
38 // Map::Handle h(&m, addr, true);
39 // this will remove the data from the map in Handle dtor
68 class Handle {
70 Handle(AddrHashMap<T, kSize> *map, uptr addr);
71 Handle(AddrHashMap<T, kSize> *map, uptr addr, bool remove);
72 Handle(AddrHashMap<T, kSize> *map, uptr addr, bool remove, bool create);
74 ~Handle();
92 friend class Handle;
95 void acquire(Handle *h)
    [all...]
  /external/iptables/libipq/
ipq_create_handle.3 34 Netlink socket used by ip_queue, and returns an opaque context handle. It
36 handle returned should be used in all subsequent library calls which
37 require a handle parameter.
48 only one protocol may be queued at a time for a handle.
54 and should be used when the handle is no longer required by the application.
58 returns a pointer to a context handle.

Completed in 452 milliseconds

<<21222324252627282930>>