Searched refs:data (Results 726 - 750 of 1399) sorted by relevance

<<21222324252627282930>>

/frameworks/compile/mclinker/lib/LD/
H A DMsgHandler.cpp34 m_Engine.state().ArgumentStrs[m_NumArgs++] = pStr.data();
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp97 SectionData* data = NULL; local
100 data = pair.second->getSection()->getSectionData();
103 data = target->getSectionData();
106 if (MoveSectionData(*pInputSection.getSectionData(), *data)) {
116 /// MoveSectionData - move the fragments of pTO section data to pTo
119 assert(&pFrom != &pTo && "Cannot move section data to itself!");
/frameworks/compile/mclinker/lib/Script/
H A DScriptReader.cpp46 std::stringbuf buf(region.data());
/frameworks/compile/slang/
H A Dslang_rs_export_func.h56 mName(Name.data(), Name.size()),
/frameworks/native/include/binder/
H A DIAppOpsService.h67 const Parcel& data,
H A DIServiceManager.h91 const Parcel& data,
/frameworks/native/include/gui/
H A DBitTube.h42 explicit BitTube(const Parcel& data);
79 // write call used to send the message, excess data is silently discarded.
H A DCpuConsumer.h47 uint8_t *data; member in struct:android::CpuConsumer::LockedBuffer
62 // or compatible format, in which case LockedBuffer::data
H A DISurfaceComposerClient.h86 virtual status_t onTransact(uint32_t code, const Parcel& data,
/frameworks/native/include/media/drm/
H A DDrmAPI.h118 // The init data passed to getKeyRequest is container-specific and its
121 // ID, key ID or other data obtained from the content metadata that is required
217 // of property access methods, depending on the data type returned.
234 // of property setting methods, depending on the data type.
267 // and return the encrypted data.
276 // and return the decrypted data.
321 Vector<uint8_t> const *data);
335 Vector<uint8_t> const *data) = 0;
340 Vector<uint8_t> const *data) {
347 listener->sendEvent(eventType, extra, sessionId, data);
338 sendEvent(EventType eventType, int extra, Vector<uint8_t> const *sessionId, Vector<uint8_t> const *data) argument
[all...]
/frameworks/native/include/media/hardware/
H A DCryptoAPI.h35 const uint8_t uuid[16], const void *data, size_t size,
62 // decode the data after decryption. The decrypt API below will have
63 // to support insecure decryption of the data (secure = false) for
64 // media data of the given mime type.
/frameworks/native/opengl/libagl/
H A DBufferObjectManager.h45 uint8_t* data; member in struct:android::gl::buffer_t
/frameworks/native/services/surfaceflinger/
H A DClient.h68 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java386 public void onActivityResult(int requestCode, int resultCode, Intent data) {} argument
487 final Cursor data = mAdapter.getCursor();
488 if (data == null) {
493 final int dataCount = data.getCount();
523 public void onLoadFinished(Loader<Cursor> loader, Cursor data) { argument
526 if (data == null || data.getCount() == 0) {
530 mAlbumCount = data.getCount();
534 final int uriIndex = data.getColumnIndex(PhotoContract.PhotoViewColumns.URI);
543 // Rewind data curso
606 notifyCursorListeners(Cursor data) argument
[all...]
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.java41 mBitmapIn = loadBitmap(R.drawable.data);
/frameworks/rs/
H A DrsFileA3D.h64 bool load(const void *data, size_t length);
H A DrsScriptC.h41 virtual void Invoke(Context *rsc, uint32_t slot, const void *data, size_t len);
H A DrsScriptIntrinsic.h60 virtual void Invoke(Context *rsc, uint32_t slot, const void *data, size_t len);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouterThemeHelper.java48 && value.data != 0;
/frameworks/volley/src/com/android/volley/toolbox/
H A DJsonArrayRequest.java49 new String(response.data, HttpHeaderParser.parseCharset(response.headers));
H A DJsonObjectRequest.java67 new String(response.data, HttpHeaderParser.parseCharset(response.headers));
/frameworks/wilhelm/src/android/
H A Dandroid_AudioToCbRenderer.cpp68 (const uint8_t *)mDecodeBuffer->data()
75 // decoded data is not being consumed, skip this buffer
H A Dandroid_defs.h24 // audio player, playing from a URI or FD data source
26 // audio player, playing PCM buffers in a buffer queue data source
28 // audio player, playing transport stream packets in an Android buffer queue data source
30 // audio player, decoding from a URI or FD data source to a buffer queue data sink in PCM format
32 // audio video player, playing transport stream packets in an Android buffer queue data source
34 // audio video player, playing from a URI or FD data source
36 // audio recorder, recording from an input device data source, streamed into a
37 // PCM buffer queue data sink
39 // audio player, decoding from an Android buffer queue with ADTS data,
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java53 // How often the service commits its data, giving the minimum batching
200 // In-memory Parcel magic number, used to detect attempts to unmarshall bad data
203 // Where the "type"/"state" part of the data appears in an offset integer.
206 // Where the "which array" part of the data appears in an offset integer.
209 // Where the "index into array" part of the data appears in an offset integer.
365 void addSysMemUsage(int state, long[] data, int dataOff) { argument
379 addSysMemUsage(longs, idx, data, dataOff);
585 public static void computeProcessData(ProcessState proc, ProcessDataCollection data, long now) { argument
586 data.totalTime = 0;
587 data
671 computeTotalMemoryUse(TotalMemoryUseCollection data, long now) argument
[all...]
/frameworks/av/media/libstagefright/webm/
H A DWebmElement.cpp154 uint64_t data; local
157 data = *reinterpret_cast<const uint32_t*>(&f);
159 data = *reinterpret_cast<const uint64_t*>(&mValue);
162 buf[i] = data & 0xff;
163 data >>= 8;
174 memcpy(buf, mRef->data(), mRef->size());
209 memcpy(buf + 4, mRef->data(), mSize - 4);

Completed in 469 milliseconds

<<21222324252627282930>>