/frameworks/native/services/surfaceflinger/ |
Client.cpp | 57 void Client::attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer) 60 mLayers.add(handle, layer); 75 sp<Layer> Client::getLayerUser(const sp<IBinder>& handle) const 79 wp<Layer> layer(mLayers.valueFor(handle)); 82 ALOGE_IF(lbc==0, "getLayerUser(name=%p) is dead", handle.get()); 112 sp<IBinder>* handle, 123 sp<IBinder>* handle; member in class:android::MessageCreateLayer 134 sp<IBinder>* handle, 137 handle(handle), gbp(gbp) [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/qcom/msm8x74/original-kernel-headers/linux/ |
msm_ion.h | 203 * ion_handle_get_flags - get the flags for a given handle 205 * @client - client who allocated the handle 206 * @handle - handle to get the flags 209 * Gets the current flags for a handle. These flags indicate various options 212 int ion_handle_get_flags(struct ion_client *client, struct ion_handle *handle, 217 * ion_map_iommu - map the given handle into an iommu 219 * @client - client who allocated the handle 220 * @handle - handle to ma 490 struct ion_handle *handle; member in struct:ion_flush_data [all...] |
/external/chromium_org/base/process/ |
kill_posix.cc | 24 int WaitpidWithTimeout(ProcessHandle handle, 51 pid_t ret_pid = HANDLE_EINTR(waitpid(handle, &status, WNOHANG)); 72 ret_pid = HANDLE_EINTR(waitpid(handle, &status, WNOHANG)); 86 TerminationStatus GetTerminationStatusImpl(ProcessHandle handle, 90 const pid_t result = HANDLE_EINTR(waitpid(handle, &status, 93 DPLOG(ERROR) << "waitpid(" << handle << ")"; 194 TerminationStatus GetTerminationStatus(ProcessHandle handle, int* exit_code) { 195 return GetTerminationStatusImpl(handle, false /* can_block */, exit_code); 198 TerminationStatus WaitForTerminationStatus(ProcessHandle handle, 200 return GetTerminationStatusImpl(handle, true /* can_block */, exit_code) [all...] |
/external/chromium_org/net/socket/ |
transport_client_socket_pool_unittest.cc | 39 // Make sure |handle| sets load times correctly when it has been assigned a 41 void TestLoadTimingInfoConnectedReused(const ClientSocketHandle& handle) { 45 EXPECT_TRUE(handle.GetLoadTimingInfo(true, &load_timing_info)); 54 // Make sure |handle| sets load times correctly when it has been assigned a 58 void TestLoadTimingInfoConnectedNotReused(const ClientSocketHandle& handle) { 59 EXPECT_FALSE(handle.is_reused()); 62 EXPECT_TRUE(handle.GetLoadTimingInfo(false, &load_timing_info)); 71 TestLoadTimingInfoConnectedReused(handle); 563 ClientSocketHandle handle; local 564 int rv = handle.Init("a", low_params_, LOW, callback.callback(), &pool_ 579 ClientSocketHandle handle; local 594 ClientSocketHandle handle; local 708 ClientSocketHandle handle; local 716 ClientSocketHandle handle; local 737 ClientSocketHandle handle; local 874 ClientSocketHandle handle; local 941 ClientSocketHandle handle; local 969 ClientSocketHandle handle; local 1025 ClientSocketHandle handle; local 1067 ClientSocketHandle handle; local 1113 ClientSocketHandle handle; local 1161 ClientSocketHandle handle; local 1217 ClientSocketHandle handle; local 1262 ClientSocketHandle handle; local 1296 ClientSocketHandle handle; local 1329 ClientSocketHandle handle; local [all...] |
/external/iproute2/tc/ |
f_cgroup.c | 25 static int cgroup_parse_opt(struct filter_util *qu, char *handle, 32 if (handle) { 33 h = strtol(handle, NULL, 0); 35 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n", 36 handle); 84 struct rtattr *opt, __u32 handle) 93 if (handle) 94 fprintf(f, "handle 0x%x ", handle);
|
/external/sonivox/jet_tools/JetCreator/ |
eas.py | 218 def __init__ (self, handle, eas):
220 self.handle = handle
227 result = eas_dll.EAS_SetVolume(self.eas.handle, self.handle, volume)
235 volume = eas_dll.EAS_GetVolume(self.eas.handle, self.handle)
245 result = eas_dll.EAS_SetPriority(self.eas.handle, self.handle, priority)
254 result = eas_dll.EAS_GetPriority(self.eas.handle, self.handle, byref(priority)) [all...] |
/frameworks/av/media/mtp/ |
MtpDevice.h | 85 MtpObjectInfo* getObjectInfo(MtpObjectHandle handle); 86 void* getThumbnail(MtpObjectHandle handle, int& outLength); 89 bool deleteObject(MtpObjectHandle handle); 90 MtpObjectHandle getParent(MtpObjectHandle handle); 91 MtpObjectHandle getStorageID(MtpObjectHandle handle); 98 bool readObject(MtpObjectHandle handle, 102 bool readObject(MtpObjectHandle handle, const char* destPath, int group,
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
tri-gs.c | 79 void *handle; local 88 handle = ctx->create_vertex_elements_state(ctx, 2, ve); 89 ctx->bind_vertex_elements_state(ctx, handle); 105 void *handle; local 116 handle = graw_parse_vertex_shader(ctx, text); 117 ctx->bind_vs_state(ctx, handle); 122 void *handle; local 130 handle = graw_parse_fragment_shader(ctx, text); 131 ctx->bind_fs_state(ctx, handle); 137 void *handle; local 238 void *handle; local 247 void *handle; local 255 void *handle; local [all...] |
fs-fragcoord.c | 55 void *handle; local 64 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 65 info.ctx->bind_vertex_elements_state(info.ctx, handle); 83 void *handle; local 94 handle = graw_parse_vertex_shader(info.ctx, text); 95 info.ctx->bind_vs_state(info.ctx, handle); 102 void *handle; local 168 handle = graw_parse_fragment_shader(info.ctx, text); 169 info.ctx->bind_fs_state(info.ctx, handle);
|
fs-frontface.c | 77 void *handle; local 86 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 87 info.ctx->bind_vertex_elements_state(info.ctx, handle); 105 void *handle; local 116 handle = graw_parse_vertex_shader(info.ctx, text); 117 info.ctx->bind_vs_state(info.ctx, handle); 124 void *handle; local 142 handle = graw_parse_fragment_shader(info.ctx, text); 143 info.ctx->bind_fs_state(info.ctx, handle);
|
fs-write-z.c | 81 void *handle; local 90 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 91 info.ctx->bind_vertex_elements_state(info.ctx, handle); 109 void *handle; local 120 handle = graw_parse_vertex_shader(info.ctx, text); 121 info.ctx->bind_vs_state(info.ctx, handle); 128 void *handle; local 146 handle = graw_parse_fragment_shader(info.ctx, text); 147 info.ctx->bind_fs_state(info.ctx, handle);
|
/external/mesa3d/src/gallium/tests/graw/ |
tri-gs.c | 79 void *handle; local 88 handle = ctx->create_vertex_elements_state(ctx, 2, ve); 89 ctx->bind_vertex_elements_state(ctx, handle); 105 void *handle; local 116 handle = graw_parse_vertex_shader(ctx, text); 117 ctx->bind_vs_state(ctx, handle); 122 void *handle; local 130 handle = graw_parse_fragment_shader(ctx, text); 131 ctx->bind_fs_state(ctx, handle); 137 void *handle; local 238 void *handle; local 247 void *handle; local 255 void *handle; local [all...] |
fs-fragcoord.c | 55 void *handle; local 64 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 65 info.ctx->bind_vertex_elements_state(info.ctx, handle); 83 void *handle; local 94 handle = graw_parse_vertex_shader(info.ctx, text); 95 info.ctx->bind_vs_state(info.ctx, handle); 102 void *handle; local 168 handle = graw_parse_fragment_shader(info.ctx, text); 169 info.ctx->bind_fs_state(info.ctx, handle);
|
fs-frontface.c | 77 void *handle; local 86 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 87 info.ctx->bind_vertex_elements_state(info.ctx, handle); 105 void *handle; local 116 handle = graw_parse_vertex_shader(info.ctx, text); 117 info.ctx->bind_vs_state(info.ctx, handle); 124 void *handle; local 142 handle = graw_parse_fragment_shader(info.ctx, text); 143 info.ctx->bind_fs_state(info.ctx, handle);
|
fs-write-z.c | 81 void *handle; local 90 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 91 info.ctx->bind_vertex_elements_state(info.ctx, handle); 109 void *handle; local 120 handle = graw_parse_vertex_shader(info.ctx, text); 121 info.ctx->bind_vs_state(info.ctx, handle); 128 void *handle; local 146 handle = graw_parse_fragment_shader(info.ctx, text); 147 info.ctx->bind_fs_state(info.ctx, handle);
|
/hardware/samsung_slsi/exynos5/gralloc/ |
mapper.cpp | 40 static int gralloc_map(gralloc_module_t const* module, buffer_handle_t handle) 42 private_handle_t* hnd = (private_handle_t*)handle; 56 static int gralloc_unmap(gralloc_module_t const* module, buffer_handle_t handle) 58 private_handle_t* hnd = (private_handle_t*)handle; 98 buffer_handle_t handle) 101 if (private_handle_t::validate(handle) < 0) 104 err = gralloc_map(module, handle); 106 private_handle_t* hnd = (private_handle_t*)handle; 111 ret = ion_import(getIonFd(module), hnd->fd, &hnd->handle); 113 ALOGE("error importing handle %d %x\n", hnd->fd, hnd->format) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_screen_cache.c | 98 struct svga_winsys_surface *handle = NULL; local 116 assert(entry->handle); 122 assert(sws->surface_is_flushed(sws, entry->handle)); 124 handle = entry->handle; /* Reference is transfered here. */ 125 entry->handle = NULL; 152 handle ? "hit" : "miss", tries, bucket); 154 return handle; 181 assert(entry->handle); 182 sws->surface_reference(sws, &entry->handle, NULL) 208 struct svga_winsys_surface *handle = *p_handle; local 398 struct svga_winsys_surface *handle = NULL; local [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_screen_cache.c | 98 struct svga_winsys_surface *handle = NULL; local 116 assert(entry->handle); 122 assert(sws->surface_is_flushed(sws, entry->handle)); 124 handle = entry->handle; /* Reference is transfered here. */ 125 entry->handle = NULL; 152 handle ? "hit" : "miss", tries, bucket); 154 return handle; 181 assert(entry->handle); 182 sws->surface_reference(sws, &entry->handle, NULL) 208 struct svga_winsys_surface *handle = *p_handle; local 398 struct svga_winsys_surface *handle = NULL; local [all...] |
/external/bluetooth/bluedroid/bta/jv/ |
bta_jv_api.c | 69 /* set handle to invalid value by default */ 72 bta_jv_cb.pm_cb[i].handle = BTA_JV_PM_HANDLE_CLEAR; 860 tBTA_JV_STATUS BTA_JvUpdateRecord(UINT32 handle, UINT16 *p_ids, 871 p_msg->handle = handle; 896 tBTA_JV_STATUS BTA_JvAddAttribute(UINT32 handle, UINT16 attr_id, 906 p_msg->handle = handle; 928 tBTA_JV_STATUS BTA_JvDeleteAttribute(UINT32 handle, UINT16 attr_id) 937 p_msg->handle = handle [all...] |
/external/bluetooth/bluedroid/stack/include/ |
avrc_api.h | 38 #define AVRC_BAD_HANDLE AVCT_BAD_HANDLE /* 2 Bad handle */ 142 typedef void (tAVRC_CTRL_CBACK) (UINT8 handle, UINT8 event, UINT16 result, 150 typedef void (tAVRC_MSG_CBACK) (UINT8 handle, UINT8 label, UINT8 opcode, 194 ** sdp_handle: SDP handle returned by SDP_CreateRecord(). 283 ** p_handle: Pointer to handle. This parameter is only 303 ** handle: Handle of this connection. 309 ** AVRC_BAD_HANDLE if handle is invalid. 312 AVRC_API extern UINT16 AVRC_Close(UINT8 handle); 321 ** The handle is returned by a previous call to AVRC_Open [all...] |
/external/doclava/res/assets/templates/ |
diff.cs | 32 .handle { property 37 .handle-opened { 41 .handle-closed { 69 $(tr).children(".handle").addClass("handle-opened"); 70 $(tr).children(".handle").removeClass("handle-closed"); 77 $(tr).children(".handle").removeClass("handle-opened"); 78 $(tr).children(".handle").addClass("handle-closed") [all...] |
/frameworks/base/core/jni/ |
android_app_NativeActivity.cpp | 255 void* handle = dlopen(pathStr, RTLD_LAZY); local 259 if (handle != NULL) { 261 code = new NativeCode(handle, (ANativeActivity_createFunc*) 262 dlsym(handle, funcStr)); 345 unloadNativeCode_native(JNIEnv* env, jobject clazz, jint handle) 348 if (handle != 0) { 349 NativeCode* code = (NativeCode*)handle; 355 onStart_native(JNIEnv* env, jobject clazz, jint handle) 358 if (handle != 0) { 359 NativeCode* code = (NativeCode*)handle; [all...] |
/frameworks/native/services/sensorservice/ |
SensorService.h | 79 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs, 81 virtual status_t setEventRate(int handle, nsecs_t samplingPeriodNs); 102 // protected by SensorService::mLock. Key for this vector is the sensor handle. 110 bool hasSensor(int32_t handle) const; 112 bool addSensor(int32_t handle); 113 bool removeSensor(int32_t handle); 114 void setFirstFlushPending(int32_t handle, bool value); 132 String8 getSensorName(int handle) const; 138 const sp<SensorEventConnection>& connection, int handle); 140 const sp<SensorEventConnection>& connection, int handle); [all...] |
/hardware/libhardware/ |
hardware.c | 58 * return the dlopen handle and the hmi. 66 void *handle; local 74 handle = dlopen(path, RTLD_NOW); 75 if (handle == NULL) { 84 hmi = (struct hw_module_t *)dlsym(handle, sym); 98 hmi->dso = handle; 106 if (handle != NULL) { 107 dlclose(handle); 108 handle = NULL; 111 ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p" [all...] |