Searched refs:data (Results 551 - 575 of 1399) sorted by relevance

<<21222324252627282930>>

/frameworks/base/libs/hwui/
H A DDrawProfiler.h62 void addRect(Rect& r, float data, float* shapeOutput);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeFrame.java62 * If the frame's base-type is not TYPE_OBJECT, this returns a data buffer containing the native
63 * data (this is equivalent to calling getData().
70 // If this is not a structured frame, return our data
78 throw new RuntimeException("Attempting to get object data from frame that does " +
97 // Wrap it around our data
99 throw new RuntimeException("Could not get the native structured data for frame!");
157 throw new RuntimeException("Could not set native frame data!");
163 byte[] data = getNativeData(getFormat().getSize());
164 return data == null ? null : ByteBuffer.wrap(data);
242 setNativeData(byte[] data, int offset, int length) argument
[all...]
/frameworks/base/media/mca/filterfw/jni/
H A Djni_vertex_frame.h43 jbyteArray data,
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DObbBackupService.java56 public void backupObbs(String packageName, ParcelFileDescriptor data,
58 final FileDescriptor outFd = data.getFileDescriptor();
85 // Send the EOD marker indicating that there is no more data
105 public void restoreObbFile(String packageName, ParcelFileDescriptor data,
114 // in which case restoreFile() will discard the data cleanly and let
117 FullBackup.restoreFile(data, fileSize, type, -1, mtime, outFile);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DConsole.java61 public static void log(boolean condition, String key, Object data) { argument
63 log(condition, key, data, AnsiReset);
67 /** Logs a key with data in a specific color */
68 public static void log(boolean condition, String key, Object data, String color) { argument
70 System.out.println(color + key + AnsiReset + " " + data.toString());
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DDateUtils.java17 package com.android.locationtracker.data;
/frameworks/native/include/binder/
H A DIBatteryStats.h58 const Parcel& data,
/frameworks/native/include/gui/
H A DIConsumerListener.h96 const Parcel& data,
H A DIGraphicBufferAlloc.h49 const Parcel& data,
H A DISensorEventConnection.h51 const Parcel& data,
/frameworks/native/include/powermanager/
H A DIPowerManager.h43 virtual status_t powerHint(int hintId, int data) = 0;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic.cpp50 void RsdCpuScriptIntrinsic::setGlobalVar(uint32_t slot, const void *data, size_t dataLength) { argument
55 void RsdCpuScriptIntrinsic::setGlobalVarWithElemDims(uint32_t slot, const void *data, argument
62 void RsdCpuScriptIntrinsic::setGlobalBind(uint32_t slot, Allocation *data) { argument
67 void RsdCpuScriptIntrinsic::setGlobalObj(uint32_t slot, ObjectBase *data) { argument
H A Drsd_cpu.h90 virtual void setGlobalVar(uint32_t slot, const void *data, size_t dataLength) = 0;
91 virtual void getGlobalVar(uint32_t slot, void *data, size_t dataLength) = 0;
92 virtual void setGlobalVarWithElemDims(uint32_t slot, const void *data, size_t dataLength,
94 virtual void setGlobalBind(uint32_t slot, Allocation *data) = 0;
/frameworks/rs/scriptc/
H A Drs_core.rsh77 rsSendToClient(int cmdID, const void *data, uint len);
88 rsSendToClientBlocking(int cmdID, const void *data, uint len);
131 * @param input The allocation to source data from
160 * @param input The allocation to source data from
165 * perform a shallow copy of the data if necessary.
/frameworks/av/cmds/stagefright/
H A Dstream.cpp152 static ssize_t WriteDataWrapper(void *me, const void *data, size_t size);
153 ssize_t writeData(const void *data, size_t size);
204 void *me, const void *data, size_t size) {
205 return static_cast<MyConvertingStreamSource *>(me)->writeData(data, size);
208 ssize_t MyConvertingStreamSource::writeData(const void *data, size_t size) { argument
232 memcpy((uint8_t *)mem->pointer() + mCurrentBufferOffset, data, copy);
240 data = (const uint8_t *)data + copy;
203 WriteDataWrapper( void *me, const void *data, size_t size) argument
/frameworks/av/include/media/stagefright/
H A DAudioSource.h91 void trackMaxAmplitude(int16_t *data, int nSamples);
97 uint8_t *data, size_t bytes);
H A DMediaBuffer.h50 // The underlying data remains the responsibility of the caller!
51 MediaBuffer(void *data, size_t size);
66 void *data() const;
78 // Clears meta data and resets the range to the full extent.
84 // The clone references the same data but has its own range and
/frameworks/av/media/libmedia/
H A DVisualizer.cpp150 *(int32_t *)p->data = VISUALIZER_PARAM_CAPTURE_SIZE;
151 *((int32_t *)p->data + 1)= size;
179 *(int32_t *)p->data = VISUALIZER_PARAM_SCALING_MODE;
180 *((int32_t *)p->data + 1)= mode;
209 *(int32_t *)p->data = VISUALIZER_PARAM_MEASUREMENT_MODE;
210 *((int32_t *)p->data + 1)= mode;
379 *(int32_t *)p->data = VISUALIZER_PARAM_CAPTURE_SIZE;
388 size = *((int32_t *)p->data + 1);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.h57 u8 *data; /* 16-byte aligned pointer of pAllocatedData */ member in struct:__anon600
71 u8 *data; member in struct:__anon601
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.h85 status_t parseSR(StreamInfo *info, const uint8_t *data, size_t size);
86 status_t parseBYE(StreamInfo *info, const uint8_t *data, size_t size);
/frameworks/av/media/ndk/
H A DNdkMediaCrypto.cpp96 AMediaCrypto* AMediaCrypto_new(const AMediaUUID uuid, const void *data, size_t datasize) { argument
103 if (tmp->createPlugin(uuid, data, datasize) != 0) {
H A DNdkMediaMuxer.cpp99 size_t trackIdx, const uint8_t *data, const AMediaCodecBufferInfo *info) {
100 sp<ABuffer> buf = new ABuffer((void*)(data + info->offset), info->size);
98 AMediaMuxer_writeSampleData(AMediaMuxer *muxer, size_t trackIdx, const uint8_t *data, const AMediaCodecBufferInfo *info) argument
/frameworks/av/services/medialog/
H A DMediaLogService.cpp86 status_t MediaLogService::onTransact(uint32_t code, const Parcel& data, Parcel* reply, argument
89 return BnMediaLogService::onTransact(code, data, reply, flags);
/frameworks/base/cmds/uiautomator/cmds/uiautomator/
H A Duiautomator34 export run_base=/data/local/tmp
/frameworks/base/core/java/android/hardware/usb/
H A DUsbRequest.java25 * This can be used for both reading and writing data to or from a
27 * UsbRequests can be used to transfer data on bulk and interrupt endpoints.
55 * Initializes the request so it can read or write data on the given endpoint.
97 * Returns the client data for the request.
103 * @return the client data for the request
110 * Sets the client data for the request.
116 * @param data the client data for the request
118 public void setClientData(Object data) { argument
119 mClientData = data;
[all...]

Completed in 445 milliseconds

<<21222324252627282930>>