Searched refs:handle (Results 76 - 100 of 252) sorted by relevance

1234567891011

/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.h57 static int DecodeGSM(gsm handle, int16_t *out, uint8_t *in, size_t inSize);
/frameworks/base/libs/hwui/
H A DAnimationContext.cpp48 AnimationHandle* handle = new AnimationHandle(node, *this); local
49 addAnimationHandle(handle);
53 void AnimationContext::addAnimationHandle(AnimationHandle* handle) { argument
54 handle->insertAfter(&mNextFrameAnimations);
115 "Releasing the handle for an RenderNode with outstanding animators!");
/frameworks/native/services/sensorservice/
H A DCorrectedGyroSensor.h44 virtual status_t setDelay(void* ident, int handle, int64_t ns);
H A DGravitySensor.h44 virtual status_t setDelay(void* ident, int handle, int64_t ns);
H A DLinearAccelerationSensor.h44 virtual status_t setDelay(void* ident, int handle, int64_t ns);
H A DOrientationSensor.h43 virtual status_t setDelay(void* ident, int handle, int64_t ns);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp141 if (btd->target.handle < 1024) {
143 out << "target.desc=" << btd->target.handle;
273 out << ": handle=" << h << " (death cookie " << (void*)c << ")";
545 status_t IPCThreadState::transact(int32_t handle, argument
556 << handle << " / code " << TypeCode(code) << ": "
563 err = writeTransactionData(BC_TRANSACTION, flags, handle, code, data, NULL);
596 << handle << ": ";
607 void IPCThreadState::incStrongHandle(int32_t handle) argument
609 LOG_REMOTEREFS("IPCThreadState::incStrongHandle(%d)\n", handle);
611 mOut.writeInt32(handle);
614 decStrongHandle(int32_t handle) argument
621 incWeakHandle(int32_t handle) argument
628 decWeakHandle(int32_t handle) argument
635 attemptIncStrongHandle(int32_t handle) argument
659 expungeHandle(int32_t handle, IBinder* binder) argument
667 requestDeathNotification(int32_t handle, BpBinder* proxy) argument
675 clearDeathNotification(int32_t handle, BpBinder* proxy) argument
901 writeTransactionData(int32_t cmd, uint32_t binderFlags, int32_t handle, uint32_t code, const Parcel& data, status_t* statusBuffer) argument
[all...]
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp213 void android_net_wifi_hal_cleaned_up_handler(wifi_handle handle) { argument
281 wifi_interface_handle handle = (wifi_interface_handle) value; local
282 int result = ::wifi_get_iface_name(handle, buf, sizeof(buf));
344 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); local
345 ALOGD("starting scan on interface[%d] = %p", iface, handle);
407 return wifi_start_gscan(id, handle, params, handler) == WIFI_SUCCESS;
411 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); local
412 ALOGD("stopping scan on interface[%d] = %p", iface, handle);
414 return wifi_stop_gscan(id, handle) == WIFI_SUCCESS;
423 wifi_interface_handle handle local
475 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); local
605 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); local
660 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); local
718 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); local
783 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); local
813 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); local
855 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); local
941 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); local
980 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); local
1008 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); local
1030 wifi_interface_handle handle = getIfaceHandle(env, cls, iface); local
[all...]
/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h61 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { argument
62 mSource->getDrmInfo(handle, client);
/frameworks/av/services/audioflinger/
H A DPatchPanel.h39 audio_patch_handle_t *handle);
42 status_t releaseAudioPatch(audio_patch_handle_t handle);
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h52 virtual status_t attach(const sound_trigger_module_handle_t handle,
71 Model(sound_model_handle_t handle, audio_session_t session, audio_io_handle_t ioHandle,
115 sound_model_handle_t *handle);
117 virtual status_t unloadSoundModel(sound_model_handle_t handle);
119 virtual status_t startRecognition(sound_model_handle_t handle,
121 virtual status_t stopRecognition(sound_model_handle_t handle);
135 sp<Model> getModel(sound_model_handle_t handle);
144 status_t unloadSoundModel_l(sound_model_handle_t handle);
/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp153 sound_model_handle_t *handle)
160 return mISoundTrigger->loadSoundModel(modelMemory, handle);
163 status_t SoundTrigger::unloadSoundModel(sound_model_handle_t handle) argument
169 return mISoundTrigger->unloadSoundModel(handle);
172 status_t SoundTrigger::startRecognition(sound_model_handle_t handle, argument
179 return mISoundTrigger->startRecognition(handle, dataMemory);
182 status_t SoundTrigger::stopRecognition(sound_model_handle_t handle) argument
188 return mISoundTrigger->stopRecognition(handle);
152 loadSoundModel(const sp<IMemory>& modelMemory, sound_model_handle_t *handle) argument
H A DISoundTriggerHwService.cpp78 virtual status_t attach(const sound_trigger_module_handle_t handle, argument
84 data.write(&handle, sizeof(sound_trigger_module_handle_t));
141 sound_trigger_module_handle_t handle; local
142 data.read(&handle, sizeof(sound_trigger_module_handle_t));
146 status_t status = attach(handle, client, module);
/frameworks/base/include/androidfw/
H A DZipFileRO.h159 ZipFileRO(ZipArchiveHandle handle, char* fileName) : mHandle(handle), argument
/frameworks/base/media/java/android/media/projection/
H A DMediaProjectionInfo.java30 public MediaProjectionInfo(String packageName, UserHandle handle) { argument
32 mUserHandle = handle;
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DSymbolResolvers.cpp27 int dlclose(void* handle) { argument
35 void* dlsym(void* handle, const char* symbol) { argument
/frameworks/native/include/gui/
H A DSensorEventQueue.h74 status_t enableSensor(int32_t handle, int32_t samplingPeriodUs, int maxBatchReportLatencyUs,
76 status_t disableSensor(int32_t handle) const;
/frameworks/native/include/ui/
H A DGraphicBufferAllocator.h66 buffer_handle_t* handle, int32_t* stride);
68 status_t free(buffer_handle_t handle);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestGetMessage.java41 public BluetoothMasRequestGetMessage(String handle, CharsetType charset, boolean attachment) { argument
43 mHeaderSet.setHeader(HeaderSet.NAME, handle);
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequestPullVcardEntry.java40 public BluetoothPbapRequestPullVcardEntry(String handle, long filter, byte format) { argument
41 mHeaderSet.setHeader(HeaderSet.NAME, handle);
/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java81 // maps raw person handle to resolved person object
225 final String handle = people[personIdx];
226 if (TextUtils.isEmpty(handle)) continue;
229 final String cacheKey = getCacheKey(context.getUserId(), handle);
232 pendingLookups.add(handle);
254 private String getCacheKey(int userId, String handle) { argument
255 return Integer.toString(userId) + ":" + handle;
425 for (final String handle: mPendingLookups) {
427 final Uri uri = Uri.parse(handle);
429 if (DEBUG) Slog.d(TAG, "checking telephone URI: " + handle);
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DRequestAPITest.java72 RequestHandle handle =
77 handle.waitUntilComplete();
122 RequestHandle handle = mRequestQueue.queueRequest(
125 handle.waitUntilComplete();
198 RequestHandle handle = mRequestQueue.queueRequest(
203 handle.waitUntilComplete();
271 RequestHandle handle = mRequestQueue.queueRequest(
276 handle.waitUntilComplete();
298 RequestHandle handle = mRequestQueue.queueRequest(
303 handle
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c153 void *handle; local
191 handle = dlopen("libstagefright.so", RTLD_NOW);
192 if(handle == 0)
198 pfunc = dlsym(handle, "voGetAACEncAPI");
279 dlclose(handle);
/frameworks/base/core/jni/
H A Dandroid_opengl_EGLExt.cpp114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
116 (EGLContext)handle == EGL_NO_CONTEXT) {
121 (EGLDisplay)handle == EGL_NO_DISPLAY) {
126 (EGLSurface)handle == EGL_NO_SURFACE) {
130 return _env->NewObject(cls, con, reinterpret_cast<jlong>(handle));
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGLExtcHeader.cpp114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { argument
116 (EGLContext)handle == EGL_NO_CONTEXT) {
121 (EGLDisplay)handle == EGL_NO_DISPLAY) {
126 (EGLSurface)handle == EGL_NO_SURFACE) {
130 return _env->NewObject(cls, con, reinterpret_cast<jlong>(handle));

Completed in 660 milliseconds

1234567891011