Searched refs:handle (Results 126 - 150 of 347) sorted by relevance

1234567891011>>

/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java381 private void endSendObject(String path, int handle, int format, boolean succeeded) { argument
383 // handle abstract playlists separately
402 values.put(MediaColumns.MEDIA_SCANNER_NEW_OBJECT_ID, handle);
410 mMediaScanner.scanMtpFile(path, handle, format);
413 deleteFile(handle);
716 private MtpPropertyList getObjectPropertyList(int handle, int format, int property, argument
725 if (format == 0 && handle != 0 && handle != 0xffffffff) {
727 format = getObjectFormat(handle);
746 return propertyGroup.getPropertyList(handle, forma
749 renameFile(int handle, String newName) argument
836 setObjectProperty(int handle, int property, long intValue, String stringValue) argument
893 getObjectInfo(int handle, int[] outStorageFormatParent, char[] outName, long[] outCreatedModified) argument
933 getObjectFilePath(int handle, char[] outFilePath, long[] outFileLengthFormat) argument
968 getObjectFormat(int handle) argument
988 deleteFile(int handle) argument
1050 getObjectReferences(int handle) argument
1077 setObjectReferences(int handle, int[] references) argument
[all...]
/frameworks/av/include/camera/
H A DCamera.h46 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle) = 0;
118 // release a recording frame handle
119 void releaseRecordingFrameHandle(native_handle_t *handle);
168 virtual void recordingFrameHandleCallbackTimestamp(nsecs_t timestamp, native_handle_t* handle);
179 virtual void releaseRecordingFrameHandle(native_handle_t* handle);
H A DICameraRecordingProxy.h87 virtual void releaseRecordingFrameHandle(native_handle_t *handle) = 0;
H A DICameraRecordingProxyListener.h40 native_handle_t* handle) = 0;
/frameworks/av/include/camera/android/hardware/
H A DICameraClient.h40 // Invoked to send a recording frame handle with a timestamp. Call
41 // ICamera::releaseRecordingFrameHandle to release the frame handle.
43 native_handle_t* handle) = 0;
/frameworks/av/include/radio/
H A DIRadioService.h39 virtual status_t attach(const radio_handle_t handle,
/frameworks/av/include/soundtrigger/
H A DISoundTriggerHwService.h39 virtual status_t attach(const sound_trigger_module_handle_t handle,
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.h49 void *handle; member in struct:lib_entry_s
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.h60 static int DecodeGSM(gsm handle, int16_t *out, uint8_t *in, size_t inSize);
/frameworks/av/media/mtp/
H A DMtpObjectInfo.h50 MtpObjectInfo(MtpObjectHandle handle);
H A DMtpObjectInfo.cpp27 MtpObjectInfo::MtpObjectInfo(MtpObjectHandle handle) argument
28 : mHandle(handle),
/frameworks/av/radio/
H A DIRadioService.cpp80 virtual status_t attach(radio_handle_t handle, argument
88 data.writeInt32(handle);
153 radio_handle_t handle = data.readInt32(); local
165 status_t status = attach(handle, client, configPtr, withAudio, radio);
/frameworks/base/libs/hwui/
H A DAnimatorManager.h44 void setAnimationHandle(AnimationHandle* handle);
/frameworks/native/libs/gui/
H A DSensorEventQueue.cpp140 status_t SensorEventQueue::enableSensor(int32_t handle, int32_t samplingPeriodUs, argument
142 return mSensorEventConnection->enableDisable(handle, true, us2ns(samplingPeriodUs),
150 status_t SensorEventQueue::disableSensor(int32_t handle) const {
151 return mSensorEventConnection->enableDisable(handle, false, 0, 0, false);
/frameworks/av/services/audioflinger/
H A DSpdifStreamOut.cpp48 audio_io_handle_t handle,
95 handle,
47 open( audio_io_handle_t handle, audio_devices_t devices, struct audio_config *config, const char *address) argument
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioInputDescriptor.h45 audio_io_handle_t mIoHandle; // input handle
72 void setPatchHandle(audio_patch_handle_t handle);
99 * return io handle of active input or 0 if no input is active
105 audio_devices_t getSupportedDevices(audio_io_handle_t handle) const;
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputWindowHandle.cpp178 NativeInputWindowHandle* handle; local
180 handle = reinterpret_cast<NativeInputWindowHandle*>(ptr);
189 handle = new NativeInputWindowHandle(inputApplicationHandle, objWeak);
190 handle->incStrong((void*)android_server_InputWindowHandle_getHandle);
192 reinterpret_cast<jlong>(handle));
194 return handle;
207 NativeInputWindowHandle* handle = reinterpret_cast<NativeInputWindowHandle*>(ptr); local
208 handle->decStrong((void*)android_server_InputWindowHandle_getHandle);
/frameworks/native/include/gui/
H A DSensorEventQueue.h88 status_t enableSensor(int32_t handle, int32_t samplingPeriodUs, int maxBatchReportLatencyUs,
90 status_t disableSensor(int32_t handle) const;
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestGetMessage.java43 public BluetoothMasRequestGetMessage(String handle, CharsetType charset, boolean attachment) { argument
45 mHeaderSet.setHeader(HeaderSet.NAME, handle);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioInputDescriptor.cpp90 dstConfig->ext.mix.handle = mIoHandle;
102 port->ext.mix.handle = mIoHandle;
165 void AudioInputDescriptor::setPatchHandle(audio_patch_handle_t handle) argument
167 mPatchHandle = handle;
250 audio_devices_t AudioInputCollection::getSupportedDevices(audio_io_handle_t handle) const
252 sp<AudioInputDescriptor> inputDesc = valueFor(handle);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp116 MtpObjectHandle handle,
135 virtual MtpResponseCode getObjectPropertyValue(MtpObjectHandle handle,
139 virtual MtpResponseCode setObjectPropertyValue(MtpObjectHandle handle,
151 virtual MtpResponseCode getObjectPropertyList(MtpObjectHandle handle,
156 virtual MtpResponseCode getObjectInfo(MtpObjectHandle handle,
159 virtual void* getThumbnail(MtpObjectHandle handle, size_t& outThumbSize);
161 virtual MtpResponseCode getObjectFilePath(MtpObjectHandle handle,
165 virtual MtpResponseCode deleteFile(MtpObjectHandle handle);
170 virtual MtpObjectHandleList* getObjectReferences(MtpObjectHandle handle);
172 virtual MtpResponseCode setObjectReferences(MtpObjectHandle handle,
251 endSendObject(const char* path, MtpObjectHandle handle, MtpObjectFormat format, bool succeeded) argument
366 getObjectPropertyValue(MtpObjectHandle handle, MtpObjectProperty property, MtpDataPacket& packet) argument
544 setObjectPropertyValue(MtpObjectHandle handle, MtpObjectProperty property, MtpDataPacket& packet) argument
682 getObjectPropertyList(MtpObjectHandle handle, uint32_t format, uint32_t property, int groupCode, int depth, MtpDataPacket& packet) argument
807 getObjectInfo(MtpObjectHandle handle, MtpObjectInfo& info) argument
898 getThumbnail(MtpObjectHandle handle, size_t& outThumbSize) argument
961 getObjectFilePath(MtpObjectHandle handle, MtpString& outFilePath, int64_t& outFileLength, MtpObjectFormat& outFormat) argument
987 deleteFile(MtpObjectHandle handle) argument
1059 getObjectReferences(MtpObjectHandle handle) argument
1077 setObjectReferences(MtpObjectHandle handle, MtpObjectHandleList* references) argument
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothGatt.aidl54 void readCharacteristic(in int clientIf, in String address, in int handle, in int authReq);
55 void writeCharacteristic(in int clientIf, in String address, in int handle,
57 void readDescriptor(in int clientIf, in String address, in int handle, in int authReq);
58 void writeDescriptor(in int clientIf, in String address, in int handle,
60 void registerForNotification(in int clientIf, in String address, in int handle, in boolean enable);
/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java84 // maps raw person handle to resolved person object
238 final String handle = people[personIdx];
239 if (TextUtils.isEmpty(handle)) continue;
242 final String cacheKey = getCacheKey(context.getUserId(), handle);
245 pendingLookups.add(handle);
270 private String getCacheKey(int userId, String handle) { argument
271 return Integer.toString(userId) + ":" + handle;
443 for (final String handle: mPendingLookups) {
445 final Uri uri = Uri.parse(handle);
447 if (DEBUG) Slog.d(TAG, "checking telephone URI: " + handle);
[all...]
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp411 DecryptHandle* handle = new DecryptHandle(); local
412 if (NULL != handle) {
413 handle->decryptId = mDecryptSessionId + 1;
418 result = rDrmEngine.openDecryptSession(uniqueId, handle, fd, offset, length, mime);
428 delete handle; handle = NULL;
430 return handle;
439 DecryptHandle* handle = new DecryptHandle(); local
440 if (NULL != handle) {
441 handle
468 DecryptHandle* handle = new DecryptHandle(); local
[all...]
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h504 sp<CameraHeapMemory> mem(static_cast<CameraHeapMemory *>(data->handle));
523 sp<CameraHeapMemory> mem(static_cast<CameraHeapMemory *>(data->handle));
556 handle.data = mHeap->base();
557 handle.size = mBufSize * mNumBufs;
558 handle.handle = this;
566 handle.release = __put_memory;
579 camera_memory_t handle; member in class:android::CameraHardwareInterface::CameraHeapMemory
591 return &mem->handle;
599 CameraHeapMemory *mem = static_cast<CameraHeapMemory *>(data->handle);
[all...]

Completed in 3639 milliseconds

1234567891011>>