Searched defs:const (Results 101 - 125 of 1487) sorted by relevance

1234567891011>>

/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
H A Dparcelable_composer_frame.h13 ParcelableComposerFrame(const ComposerView::Frame& frame);
16 ComposerView::Frame frame() const { return frame_; } argument
18 status_t writeToParcel(Parcel* parcel) const override;
19 status_t readFromParcel(const Parcel* parcel) override;
H A Dparcelable_composer_layer.h15 ParcelableComposerLayer(const ComposerView::ComposerLayer& layer);
18 ComposerView::ComposerLayer layer() const { return layer_; } argument
20 status_t writeToParcel(Parcel* parcel) const override;
21 status_t readFromParcel(const Parcel* parcel) override;
H A Dparcelable_unique_fd.h16 ParcelableUniqueFd(const base::unique_fd& fence);
19 void set_fence(const base::unique_fd& fence) {
22 base::unique_fd fence() const { return base::unique_fd(dup(fence_.get())); } argument
24 status_t writeToParcel(Parcel* parcel) const override;
25 status_t readFromParcel(const Parcel* parcel) override;
/frameworks/rs/
H A DrsProgramBase.h33 void forceDirty() const {mDirty = true;} argument
H A DrsProgramVertex.h30 ProgramVertex(Context *,const char * shaderText, size_t shaderLength,
31 const char** textureNames, size_t textureNamesCount, const size_t *textureNamesLength,
32 const uintptr_t * params, size_t paramLength);
37 void setProjectionMatrix(Context *, const rsc_Matrix *) const;
38 void getProjectionMatrix(Context *, rsc_Matrix *) const;
39 void setModelviewMatrix(Context *, const rsc_Matrix *) const;
40 void setTextureMatrix(Context *, const rsc_Matri
45 getClassId() const argument
[all...]
/frameworks/av/camera/include/camera/
H A DCameraParameters2.h35 CameraParameters2(const String8 &params) { unflatten(params); }
38 String8 flatten() const;
39 void unflatten(const String8 &params);
41 void set(const char *key, const char *value);
42 void set(const char *key, int value);
43 void setFloat(const char *key, float value);
47 const char *get(const char *key) const;
123 size() const argument
127 keyAt(size_t idx) const argument
131 valueAt(size_t idx) const argument
135 valueFor(const KeyT& key) const argument
[all...]
/frameworks/av/camera/ndk/impl/
H A DACaptureRequest.h27 bool operator == (const ACameraOutputTarget& other) const { argument
30 bool operator != (const ACameraOutputTarget& other) const { argument
33 bool operator < (const ACameraOutputTarget& other) const { argument
36 bool operator > (const ACameraOutputTarget& other) const { argument
/frameworks/av/cmds/screenrecord/
H A DEglWindow.h45 status_t createWindow(const sp<IGraphicBufferProducer>& surface);
51 int getWidth() const { return mWidth; } argument
52 int getHeight() const { return mHeight; } argument
58 status_t makeCurrent() const;
61 void presentationTime(nsecs_t whenNsec) const;
64 void swapBuffers() const;
67 EglWindow(const EglWindow&);
68 EglWindow& operator=(const EglWindow&);
/frameworks/av/drm/common/
H A DDrmRights.cpp22 DrmRights::DrmRights(const String8& rightsFilePath, const String8& mimeType,
23 const String8& accountId, const String8& subscriptionId) :
35 DrmRights::DrmRights(const DrmBuffer& rightsData, const String8& mimeType,
36 const String8& accountId, const String8& subscriptionId) :
48 const DrmBuffer& DrmRights::getData(void) const { argument
52 getMimeType(void) const argument
56 getAccountId(void) const argument
60 getSubscriptionId(void) const argument
[all...]
/frameworks/av/drm/libmediadrm/
H A DMediaCasDefs.cpp29 status_t ParcelableCasData::readFromParcel(const Parcel* parcel) {
33 status_t ParcelableCasData::writeToParcel(Parcel* parcel) const { argument
39 status_t ParcelableCasPluginDescriptor::readFromParcel(const Parcel* /*parcel*/) {
44 status_t ParcelableCasPluginDescriptor::writeToParcel(Parcel* parcel) const { argument
61 status_t DescrambleInfo::readFromParcel(const Parcel* parcel) {
126 status_t DescrambleInfo::writeToParcel(Parcel* parcel) const { argument
H A DSharedLibrary.cpp27 SharedLibrary::SharedLibrary(const String8 &path) {
38 bool SharedLibrary::operator!() const { argument
42 void *SharedLibrary::lookup(const char *symbol) const { argument
52 const char *SharedLibrary::lastError() const { argument
53 const char *error = dlerror();
/frameworks/av/drm/mediacas/plugins/mock/
H A DMockSessionLibrary.h38 CasPlugin* getPlugin() const { return mPlugin; } argument
49 sp<MockCasSession> findSession(const CasSessionId& sessionId);
51 void destroySession(const CasSessionId& sessionId);
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DCryptoFactory.cpp33 bool CryptoFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) const { argument
38 const uint8_t uuid[16],
39 const void* data, size_t size,
47 sessionId.appendArray(reinterpret_cast<const uint8_t*>(data), size);
H A DCryptoPlugin.h34 explicit CryptoPlugin(const android::Vector<uint8_t>& sessionId) {
40 virtual bool requiresSecureDecoderComponent(const char* mime) const { argument
46 bool secure, const KeyId keyId, const Iv iv,
47 Mode mode, const Pattern &pattern, const void* srcPtr,
48 const SubSample* subSamples, size_t numSubSamples,
52 const android::Vector<uint8_t>& sessionId);
54 android::status_t getInitStatus() const {retur argument
[all...]
/frameworks/av/include/camera/
H A DCameraParameters2.h35 CameraParameters2(const String8 &params) { unflatten(params); }
38 String8 flatten() const;
39 void unflatten(const String8 &params);
41 void set(const char *key, const char *value);
42 void set(const char *key, int value);
43 void setFloat(const char *key, float value);
47 const char *get(const char *key) const;
123 size() const argument
127 keyAt(size_t idx) const argument
131 valueAt(size_t idx) const argument
135 valueFor(const KeyT& key) const argument
[all...]
/frameworks/av/include/media/stagefright/
H A DDataUriSource.h31 DataUriSource(const char *uri);
33 virtual status_t initCheck() const { argument
52 virtual String8 getMIMEType() const { argument
62 const String8 mDataUri;
70 DataUriSource(const DataUriSource &);
71 DataUriSource &operator=(const DataUriSource &);
H A DPersistentSurface.h32 const sp<IGraphicBufferProducer>& bufferProducer,
33 const sp<IGraphicBufferSource>& bufferSource) :
37 sp<IGraphicBufferProducer> getBufferProducer() const { argument
41 sp<IGraphicBufferSource> getBufferSource() const { argument
45 status_t writeToParcel(Parcel *parcel) const { argument
51 status_t readFromParcel(const Parcel *parcel) {
/frameworks/av/include/media/stagefright/foundation/
H A DABitReader.h30 ABitReader(const uint8_t *data, size_t size);
54 size_t numBitsLeft() const;
56 const uint8_t *data() const;
60 bool overRead() const { return mOverRead; } argument
63 const uint8_t *mData;
77 NALBitReader(const uint8_t *data, size_t size);
79 bool atLeastNumBitsLeft(size_t n) const;
H A DAHandler.h36 ALooper::handler_id id() const { argument
40 sp<ALooper> looper() const { argument
44 wp<ALooper> getLooper() const { argument
48 wp<AHandler> getHandler() const { argument
49 // allow getting a weak reference to a const handler
54 virtual void onMessageReceived(const sp<AMessage> &msg) = 0;
63 inline void setID(ALooper::handler_id id, const wp<ALooper> &looper) {
72 void deliverMessage(const sp<AMessage> &msg);
H A DAString.h31 AString(const char *s); // NOLINT, implicit conversion
32 AString(const char *s, size_t size);
33 AString(const String8 &from); // NOLINT, implicit conversion
34 AString(const AString &from);
35 AString(const AString &from, size_t offset, size_t n);
38 AString &operator=(const AString &from);
39 void setTo(const char *s);
40 void setTo(const char *s, size_t size);
41 void setTo(const AString &from, size_t offset, size_t n);
43 size_t size() const;
75 operator !=(const AString &other) const argument
[all...]
H A DFileDescriptor.h75 bool isValid() const { argument
88 int get() const { argument
/frameworks/av/media/img_utils/src/
H A DByteArrayOutput.cpp32 status_t ByteArrayOutput::write(const uint8_t* buf, size_t offset, size_t count) {
45 size_t ByteArrayOutput::getSize() const { argument
49 const uint8_t* ByteArrayOutput::getArray() const { argument
H A DTiffEntry.cpp37 const sp<TiffIfd>* TiffEntry::forceValidType<sp<TiffIfd> >(TagType type, const sp<TiffIfd>* value) {
47 const uint8_t* TiffEntry::forceValidType<uint8_t>(TagType type, const uint8_t* value) {
57 const int8_t* TiffEntry::forceValidType<int8_t>(TagType type, const int8_t* value) {
67 const uint16_t* TiffEntry::forceValidType<uint16_t>(TagType type, const uint16_t* value) {
77 const int16_t* TiffEntry::forceValidType<int16_t>(TagType type, const int16_
126 toString() const argument
[all...]
/frameworks/av/media/libaaudio/src/binding/
H A DAAudioStreamRequest.cpp45 status_t AAudioStreamRequest::writeToParcel(Parcel* parcel) const { argument
65 status_t AAudioStreamRequest::readFromParcel(const Parcel* parcel) {
91 aaudio_result_t AAudioStreamRequest::validate() const { argument
95 void AAudioStreamRequest::dump() const { argument
/frameworks/av/media/libaaudio/src/client/
H A DAudioEndpoint.h43 aaudio_result_t configure(const EndpointDescriptor *pEndpointDescriptor);
55 aaudio_result_t writeDataNow(const void *buffer, int32_t numFrames);
86 bool isFreeRunning() const { return mFreeRunning; } argument
90 int32_t getBufferSizeInFrames() const;
92 int32_t getBufferCapacityInFrames() const;

Completed in 6892 milliseconds

1234567891011>>