Searched refs:handle (Results 151 - 175 of 347) sorted by relevance

1234567891011>>

/frameworks/base/packages/MtpDocumentsProvider/jni/
H A Dcom_android_mtp_AppFuse.cpp115 // Map between file handle and inode.
212 // We limit ourselves to 15 because we don't handle BATCH_FORGET yet
264 uint32_t handle; local
266 handle = handle_counter_++;
267 } while (handles_.count(handle) != 0);
268 handles_.insert(std::make_pair(handle, header.nodeid));
271 out->data()->fh = handle;
388 int write_object_bytes(uint64_t handle, int inode, uint64_t offset, uint32_t size, argument
405 file_handle_to_jlong(handle),
417 static jlong file_handle_to_jlong(uint64_t handle) { argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c103 void *handle = NULL; local
133 handle = dlopen("libstagefright.so", RTLD_NOW);
134 if(handle == 0)
140 pfunc = dlsym(handle, "voGetAMRWBEncAPI");
256 dlclose(handle);
/frameworks/av/radio/
H A DRadio.cpp94 sp<Radio> Radio::attach(radio_handle_t handle, argument
105 radio = new Radio(handle, callback);
106 status_t status = service->attach(handle, radio, config, withAudio, radio->mIRadio);
120 Radio::Radio(radio_handle_t handle, const sp<RadioCallback>& callback) argument
121 : mHandle(handle), mCallback(callback)
/frameworks/av/services/audioflinger/
H A DAudioStreamOut.cpp113 audio_io_handle_t handle,
126 handle,
149 handle,
112 open( audio_io_handle_t handle, audio_devices_t devices, struct audio_config *config, const char *address) argument
H A DAudioStreamOut.h49 audio_io_handle_t handle,
H A DSpdifStreamOut.h47 audio_io_handle_t handle,
/frameworks/base/libs/hwui/
H A DAnimatorManager.cpp64 void AnimatorManager::setAnimationHandle(AnimationHandle* handle) { argument
65 LOG_ALWAYS_FATAL_IF(mAnimationHandle && handle, "Already have an AnimationHandle!");
66 mAnimationHandle = handle;
68 "Lost animation handle on %p (%s) with outstanding animators!",
75 "Trying to start new animators on %p (%s) without an animation handle!",
182 ALOGD("endAllActiveAnimators on %p (%s) with handle %p",
H A DAnimationContext.h53 // Stops tracking the RenderNode and destroys the handle. The node must be
105 void addAnimationHandle(AnimationHandle* handle);
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DMtpManagerTest.java128 for (final int handle : mManager.getObjectHandles(
130 if (mManager.getObjectInfo(mUsbDevice.getDeviceId(), handle)
132 mManager.deleteDocument(mUsbDevice.getDeviceId(), handle);
/frameworks/rs/api/
H A Drs_object_types.spec25 // Opaque handle to a RenderScript object. Do not use this directly.
46 An opaque handle to a RenderScript element.
55 An opaque handle to a RenderScript type.
64 An opaque handle to a RenderScript allocation.
73 An opaque handle to a RenderScript sampler object.
82 An opaque handle to a RenderScript script object.
140 value: RS_TYPE_ELEMENT = 1000, "A handle to an Element."
141 value: RS_TYPE_TYPE = 1001, "A handle to a Type."
142 value: RS_TYPE_ALLOCATION = 1002, "A handle to an Allocation."
143 value: RS_TYPE_SAMPLER = 1003, "A handle t
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h207 audio_patch_handle_t *handle,
209 virtual status_t releaseAudioPatch(audio_patch_handle_t handle,
228 audio_io_handle_t *handle,
230 virtual status_t stopAudioSource(audio_io_handle_t handle) = 0;
321 audio_patch_handle_t *handle,
325 virtual status_t releaseAudioPatch(audio_patch_handle_t handle,
/frameworks/av/camera/
H A DCamera.cpp235 void Camera::releaseRecordingFrameHandle(native_handle_t* handle) argument
240 c->releaseRecordingFrameHandle(handle);
392 void Camera::recordingFrameHandleCallbackTimestamp(nsecs_t timestamp, native_handle_t* handle) argument
403 proxylistener->recordingFrameHandleCallbackTimestamp(timestamp, handle);
414 listener->postRecordingFrameHandleTimestamp(timestamp, handle);
417 releaseRecordingFrameHandle(handle);
446 void Camera::RecordingProxy::releaseRecordingFrameHandle(native_handle_t* handle) { argument
448 mCamera->releaseRecordingFrameHandle(handle);
/frameworks/native/include/binder/
H A DBpBinder.h30 BpBinder(int32_t handle);
32 inline int32_t handle() const { return mHandle; } function in class:android::BpBinder
/frameworks/native/include/gui/
H A DSurfaceControl.h82 // identified by handle reaches the given frameNumber
83 status_t deferTransactionUntil(sp<IBinder> handle, uint64_t frameNumber);
109 const sp<IBinder>& handle,
/frameworks/native/services/sensorservice/
H A DRotationVectorSensor.cpp36 .handle = getSensorToken(),
69 status_t RotationVectorSensor::setDelay(void* ident, int /*handle*/, int64_t ns) {
122 .handle = '_gbs',
154 status_t GyroDriftSensor::setDelay(void* ident, int /*handle*/, int64_t ns) {
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java128 * <code>obj</code> contains handle of message as allocated by MSE
419 String handle = req.getMsgHandle();
421 client.sendToClient(EVENT_PUSH_MESSAGE, request.isSuccess(), handle);
956 * @param handle handle of message to retrieve
965 public boolean getMessage(String handle, boolean attachment) { argument
972 new BigInteger(handle, 16);
980 new BluetoothMasRequestGetMessage(handle, CharsetType.UTF_8, attachment);
990 * @param handle handle o
995 setMessageReadStatus(String handle, boolean read) argument
1024 setMessageDeletedStatus(String handle, boolean deleted) argument
[all...]
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp59 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle);
106 native_handle_t* handle) {
109 source->recordingFrameHandleCallbackTimestamp(timestamp/1000, handle);
940 native_handle_t* handle = nullptr; local
947 handle = metadata->pHandle;
951 if (handle != nullptr) {
952 // Frame contains a VideoNativeHandleMetadata. Send the handle back to camera.
953 releaseRecordingFrameHandle(handle);
1113 void CameraSource::releaseRecordingFrameHandle(native_handle_t* handle) { argument
1115 mCameraRecordingProxy->releaseRecordingFrameHandle(handle);
105 postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle) argument
1123 recordingFrameHandleCallbackTimestamp(int64_t timestampUs, native_handle_t* handle) argument
1271 recordingFrameHandleCallbackTimestamp(nsecs_t timestamp, native_handle_t* handle) argument
[all...]
/frameworks/av/include/media/
H A DIAudioPolicyService.h139 audio_patch_handle_t *handle) = 0;
142 virtual status_t releaseAudioPatch(audio_patch_handle_t handle) = 0;
167 audio_io_handle_t *handle) = 0;
168 virtual status_t stopAudioSource(audio_io_handle_t handle) = 0;
/frameworks/av/include/media/stagefright/
H A DFileSource.h44 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DMediaHTTP.h53 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.h23 SUB_FX_HOST, // Index of HOST in the descriptor and handle arrays
25 SUB_FX_OFFLOAD, // Index of OFFLOAD in the descriptor and handle arrays
37 int EffectProxyRelease(effect_handle_t handle);
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyClientImpl.cpp187 audio_patch_handle_t *handle,
190 return mAudioPolicyService->clientCreateAudioPatch(patch, handle, delayMs);
193 status_t AudioPolicyService::AudioPolicyClient::releaseAudioPatch(audio_patch_handle_t handle, argument
196 return mAudioPolicyService->clientReleaseAudioPatch(handle, delayMs);
186 createAudioPatch(const struct audio_patch *patch, audio_patch_handle_t *handle, int delayMs) argument
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.h101 buffer_handle_t *handle,
/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp67 ZipArchiveHandle handle; local
68 const int32_t error = OpenArchive(zipFileName, &handle);
71 CloseArchive(handle);
75 return new ZipFileRO(handle, strdup(zipFileName));
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpServer.cpp97 android_mtp_MtpServer_send_object_added(JNIEnv *env, jobject thiz, jint handle) argument
103 server->sendObjectAdded(handle);
109 android_mtp_MtpServer_send_object_removed(JNIEnv *env, jobject thiz, jint handle) argument
115 server->sendObjectRemoved(handle);

Completed in 280 milliseconds

1234567891011>>