Home
last modified time | relevance | path

Searched defs:length (Results 1 – 25 of 2132) sorted by relevance

12345678910>>...86

/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerCommandEngine.h60 uint16_t length = 0; in execute() local
168 bool executeSelectDisplay(uint16_t length) { in executeSelectDisplay()
179 bool executeSelectLayer(uint16_t length) { in executeSelectLayer()
189 bool executeSetColorTransform(uint16_t length) { in executeSetColorTransform()
208 bool executeSetClientTarget(uint16_t length) { in executeSetClientTarget()
242 bool executeSetOutputBuffer(uint16_t length) { in executeSetOutputBuffer()
273 bool executeValidateDisplay(uint16_t length) { in executeValidateDisplay()
324 bool executePresentDisplay(uint16_t length) { in executePresentDisplay()
357 bool executeSetLayerBuffer(uint16_t length) { in executeSetLayerBuffer()
416 bool executeSetLayerColor(uint16_t length) { in executeSetLayerColor()
[all …]
/aosp12/bootable/recovery/install/
H A Dasn1_decoder.cpp59 size_t length = 0; in decode_length() local
80 size_t length; in asn1_constructed_get() local
93 size_t length; in asn1_constructed_skip_all() local
110 size_t length; in asn1_sequence_get() local
121 size_t length; in asn1_set_get() local
129 size_t length; in asn1_sequence_next() local
136 bool asn1_context::asn1_oid_get(const uint8_t** oid, size_t* length) { in asn1_oid_get()
147 bool asn1_context::asn1_octet_string_get(const uint8_t** octet_string, size_t* length) { in asn1_octet_string_get()
/aosp12/frameworks/base/core/java/android/database/
H A DMergeCursor.java58 int length = mCursors.length; in getCount() local
73 int length = mCursors.length; in onMove() local
161 int length = mCursors.length; in deactivate() local
172 int length = mCursors.length; in close() local
182 int length = mCursors.length; in registerContentObserver() local
191 int length = mCursors.length; in unregisterContentObserver() local
201 int length = mCursors.length; in registerDataSetObserver() local
211 int length = mCursors.length; in unregisterDataSetObserver() local
222 int length = mCursors.length; in requery() local
/aosp12/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java63 int length = mCursors.length; in SortCursor() local
98 int length = mCursors.length; in getCount() local
136 int length = mCursors.length; in onMove() local
249 int length = mCursors.length; in getColumnNames() local
262 int length = mCursors.length; in deactivate() local
271 int length = mCursors.length; in close() local
280 int length = mCursors.length; in registerDataSetObserver() local
290 int length = mCursors.length; in unregisterDataSetObserver() local
301 int length = mCursors.length; in requery() local
/aosp12/frameworks/base/core/java/android/hardware/
H A DSerialPort.java109 public void write(ByteBuffer buffer, int length) throws IOException { in write()
113 native_write_array(buffer.array(), length); in write() local
128 private native int native_read_array(byte[] buffer, int length) throws IOException; in native_read_array()
129 private native int native_read_direct(ByteBuffer buffer, int length) throws IOException; in native_read_direct()
130 private native void native_write_array(byte[] buffer, int length) throws IOException; in native_write_array()
131 private native void native_write_direct(ByteBuffer buffer, int length) throws IOException; in native_write_direct()
/aosp12/bootable/recovery/tests/unit/
H A Dasn1_decoder_test.cpp37 size_t length; in TEST() local
61 size_t length; in TEST() local
72 size_t length; in TEST() local
89 size_t length; in TEST() local
107 size_t length; in TEST() local
117 size_t length; in TEST() local
135 size_t length; in TEST() local
145 size_t length; in TEST() local
155 size_t length; in TEST() local
163 size_t length; in TEST() local
[all …]
/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_composer_client.cpp54 uint16_t length) { in executeCommand()
69 bool VrComposerClient::VrCommandEngine::executeSetLayerInfo(uint16_t length) { in executeSetLayerInfo()
83 uint16_t length) { in executeSetClientTargetMetadata()
95 uint16_t length) { in executeSetLayerBufferMetadata()
/aosp12/system/bt/btif/src/
H A Dbtif_bqr.cc43 void BqrVseSubEvt::ParseBqrLinkQualityEvt(uint8_t length, in ParseBqrLinkQualityEvt()
80 void BqrVseSubEvt::WriteLmpLlTraceLogFile(int fd, uint8_t length, in WriteLmpLlTraceLogFile()
102 void BqrVseSubEvt::WriteBtSchedulingTraceLogFile(int fd, uint8_t length, in WriteBtSchedulingTraceLogFile()
347 void CategorizeBqrEvent(uint8_t length, uint8_t* p_bqr_event) { in CategorizeBqrEvent()
386 void AddLinkQualityEventToQueue(uint8_t length, uint8_t* p_link_quality_event) { in AddLinkQualityEventToQueue()
432 void DumpLmpLlMessage(uint8_t length, uint8_t* p_lmp_ll_message_event) { in DumpLmpLlMessage()
467 void DumpBtScheduling(uint8_t length, uint8_t* p_bt_scheduling_event) { in DumpBtScheduling()
/aosp12/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
H A DNdOption.java30 public final int length; field in NdOption
33 NdOption(byte type, int length) { in NdOption()
58 int length = Byte.toUnsignedInt(buf.get(buf.position() + 1)); in parse() local
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
H A DComposerCommandEngine.h41 bool executeCommand(V2_1::IComposerClient::Command command, uint16_t length) override { in executeCommand()
57 bool executeSetLayerPerFrameMetadata(uint16_t length) { in executeSetLayerPerFrameMetadata()
79 bool executeSetLayerFloatColor(uint16_t length) { in executeSetLayerFloatColor()
/aosp12/bionic/libc/bionic/
H A Dposix_fadvise.cpp37 int posix_fadvise(int fd, off_t offset, off_t length, int advice) { in posix_fadvise()
42 int posix_fadvise64(int fd, off64_t offset, off64_t length, int advice) { in posix_fadvise64()
47 int posix_fadvise64(int fd, off64_t offset, off64_t length, int advice) { in posix_fadvise64()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A DFixedLengthInputStream.java28 private final int length; field in FixedLengthInputStream
31 public FixedLengthInputStream(InputStream in, int length) { in FixedLengthInputStream()
52 public int read(byte[] b, int offset, int length) throws IOException { in read()
/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm_target.h64 DmTarget(uint64_t start, uint64_t length) : start_(start), length_(length) {} in DmTarget()
98 DmTargetZero(uint64_t start, uint64_t length) : DmTarget(start, length) {} in DmTargetZero()
106 DmTargetLinear(uint64_t start, uint64_t length, const std::string& block_device, in DmTargetLinear()
143 DmTargetAndroidVerity(uint64_t start, uint64_t length, const std::string& block_device, in DmTargetAndroidVerity()
160 DmTargetVerityString(uint64_t start, uint64_t length, const std::string& target_string) in DmTargetVerityString()
175 DmTargetBow(uint64_t start, uint64_t length, const std::string& target_string) in DmTargetBow()
203 DmTargetSnapshot(uint64_t start, uint64_t length, const std::string& base_device, in DmTargetSnapshot()
239 DmTargetSnapshotOrigin(uint64_t start, uint64_t length, const std::string& device) in DmTargetSnapshotOrigin()
252 DmTargetCrypt(uint64_t start, uint64_t length, const std::string& cipher, in DmTargetCrypt()
285 DmTargetDefaultKey(uint64_t start, uint64_t length, const std::string& cipher, in DmTargetDefaultKey()
[all …]
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp184 Int length; in PutDCsize_lum() local
199 Int length; in PutDCsize_chrom() local
215 Int length; in PutMV() local
242 Int length; in PutMCBPC_Intra() local
257 Int length; in PutMCBPC_Inter() local
272 Int length; in PutCBPY() local
293 Int length = 0; in PutCoeff_Inter() local
313 Int length = 0; in PutCoeff_Inter_Last() local
335 Int length = 0; in PutCoeff_Intra() local
367 Int length = 0; in PutCoeff_Intra_Last() local
[all …]
/aosp12/system/incremental_delivery/incfs/util/
H A Dmap_ptr.cpp37 size_t IncFsFileMap::length() const { in length() function in android::incfs::IncFsFileMap
49 bool IncFsFileMap::Create(int fd, off64_t offset, size_t length, const char* file_name) { in Create()
64 bool IncFsFileMap::Create(int fd, off64_t offset, size_t length, const char* file_name, in Create()
70 bool IncFsFileMap::CreateForceVerification(int fd, off64_t offset, size_t length, in CreateForceVerification()
139 bool IncFsFileMap::Create(int fd, off64_t offset, size_t length, const char* file_name, in Create()
144 bool IncFsFileMap::CreateForceVerification(int fd, off64_t offset, size_t length, in CreateForceVerification()
/aosp12/system/update_engine/common/
H A Dhash_calculator.cc37 bool HashCalculator::Update(const void* data, size_t length) { in Update()
46 off_t HashCalculator::UpdateFile(const string& name, off_t length) { in UpdateFile()
84 size_t length, in RawHashOfBytes()
104 off_t length, in RawHashOfFile()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Djsoncheckertest.cpp21 static char* ReadFile(const char* filename, size_t& length) { in ReadFile()
62 size_t length; in TEST() local
83 size_t length; in TEST() local
/aosp12/frameworks/minikin/include/minikin/
H A DU16StringPiece.h29 U16StringPiece(const uint16_t* data, uint32_t length) : mData(data), mLength(length) {} in U16StringPiece()
33 U16StringPiece(uint16_t const (&data)[length]) : mData(data), mLength(length) {} in U16StringPiece()
40 inline uint32_t length() const { return mLength; } in length() function
/aosp12/frameworks/av/media/libeffects/loudness/common/core/
H A Dbasic_types.h56 int length; member
66 int length; member
76 int length; member
86 int length; member
/aosp12/packages/apps/Nfc/nci/jni/
H A DHciEventManager.cpp111 size_t length = berTlv[1]; in getDataFromBerTlv() local
116 size_t length = ((berTlv[1] << 8) | berTlv[2]); in getDataFromBerTlv() local
121 size_t length = (berTlv[1] << 16) | (berTlv[2] << 8) | berTlv[3]; in getDataFromBerTlv() local
126 size_t length = in getDataFromBerTlv() local
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/
H A Dringbuffer.cpp59 size_t ringbuffer_insert(ringbuffer_t* rb, const uint8_t* p, size_t length) { in ringbuffer_insert()
74 size_t ringbuffer_delete(ringbuffer_t* rb, size_t length) { in ringbuffer_delete()
87 size_t length) { in ringbuffer_peek()
106 size_t ringbuffer_pop(ringbuffer_t* rb, uint8_t* p, size_t length) { in ringbuffer_pop()
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/
H A Dringbuffer.cpp59 size_t ringbuffer_insert(ringbuffer_t* rb, const uint8_t* p, size_t length) { in ringbuffer_insert()
74 size_t ringbuffer_delete(ringbuffer_t* rb, size_t length) { in ringbuffer_delete()
87 size_t length) { in ringbuffer_peek()
106 size_t ringbuffer_pop(ringbuffer_t* rb, uint8_t* p, size_t length) { in ringbuffer_pop()
/aosp12/system/bt/osi/src/
H A Dringbuffer.cc59 size_t ringbuffer_insert(ringbuffer_t* rb, const uint8_t* p, size_t length) { in ringbuffer_insert()
74 size_t ringbuffer_delete(ringbuffer_t* rb, size_t length) { in ringbuffer_delete()
87 size_t length) { in ringbuffer_peek()
106 size_t ringbuffer_pop(ringbuffer_t* rb, uint8_t* p, size_t length) { in ringbuffer_pop()
/aosp12/system/nfc/utils/
H A Dringbuffer.cc61 size_t ringbuffer_insert(ringbuffer_t* rb, const uint8_t* p, size_t length) { in ringbuffer_insert()
76 size_t ringbuffer_delete(ringbuffer_t* rb, size_t length) { in ringbuffer_delete()
89 size_t length) { in ringbuffer_peek()
108 size_t ringbuffer_pop(ringbuffer_t* rb, uint8_t* p, size_t length) { in ringbuffer_pop()
/aosp12/packages/modules/adb/client/
H A Dfastdeploycallbacks.cpp30 static void appendBuffer(std::vector<char>* buffer, const char* input, int length) { in appendBuffer()
61 void DeployAgentBufferCallback::OnStdout(const char* buffer, int length) { in OnStdout()
65 void DeployAgentBufferCallback::OnStderr(const char* buffer, int length) { in OnStderr()

12345678910>>...86