Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/aosp14/frameworks/base/media/jni/tuner/
H A DTunerClient.cpp50 Status s = mTunerService->getFrontendIds(&ids); in getFrontendIds() local
62 Status s = mTunerService->openFrontend(frontendHandle, &tunerFrontend); in openFrontend() local
87 Status s = mTunerService->getFrontendInfo(id, &aidlFrontendInfo); in getFrontendInfo() local
100 Status s = mTunerService->openDemux(demuxHandle, &tunerDemux); in openDemux() local
113 Status s = mTunerService->getDemuxInfo(demuxHandle, &aidlDemuxInfo); in getDemuxInfo() local
124 Status s = mTunerService->getDemuxInfoList(demuxInfoList); in getDemuxInfoList() local
134 Status s = mTunerService->getDemuxCaps(&aidlCaps); in getDemuxCaps() local
160 Status s = mTunerService->openLnb(lnbHandle, &tunerLnb); in openLnb() local
173 Status s = mTunerService->openLnbByName(lnbName, &tunerLnb); in openLnbByName() local
207 Status s = mTunerService->setLna(bEnable); in setLna() local
[all …]
H A DDemuxClient.cpp45 Status s = mTunerDemux->setFrontendDataSource(frontendClient->getAidlFrontend()); in setFrontendDataSource() local
54 Status s = mTunerDemux->setFrontendDataSourceById(frontendId); in setFrontendDataSourceById() local
71 Status s = mTunerDemux->openFilter(type, bufferSize, callback, &tunerFilter); in openFilter() local
84 Status s = mTunerDemux->openTimeFilter(&tunerTimeFilter); in openTimeFilter() local
101 Status s = mTunerDemux->getAvSyncHwId(filterClient->getAidlFilter(), &hwId); in getAvSyncHwId() local
114 Status s = mTunerDemux->getAvSyncTime(avSyncHwId, &time); in getAvSyncTime() local
133 Status s = mTunerDemux->openDvr(dvbType, bufferSize, callback, &tunerDvr); in openDvr() local
145 Status s = mTunerDemux->connectCiCam(ciCamId); in connectCiCam() local
154 Status s = mTunerDemux->disconnectCiCam(); in disconnectCiCam() local
163 Status s = mTunerDemux->close(); in close() local
H A DFrontendClient.cpp43 Status s = mTunerFrontend->setCallback(aidlCallback); in setCallback() local
52 Status s = mTunerFrontend->tune(settings); in tune() local
61 Status s = mTunerFrontend->stopTune(); in stopTune() local
70 Status s = mTunerFrontend->scan(settings, type); in scan() local
79 Status s = mTunerFrontend->stopScan(); in stopScan() local
98 Status s = mTunerFrontend->setLnb(lnbClient->getAidlLnb()); in setLnb() local
120 Status s = mTunerFrontend->unlinkCiCamToFrontend(ciCamId); in unlinkCiCamToFrontend() local
129 Status s = mTunerFrontend->close(); in close() local
139 Status s = mTunerFrontend->getHardwareInfo(&info); in getHardwareInfo() local
148 Status s = mTunerFrontend->removeOutputPid(pid); in removeOutputPid() local
[all …]
H A DFilterClient.cpp80 Status s = mTunerFilter->configure(configure); in configure() local
104 Status s = mTunerFilter->configureIpFilterContextId(cid); in configureIpFilterContextId() local
114 Status s = mTunerFilter->configureAvStreamType(avStreamType); in configureAvStreamType() local
124 Status s = mTunerFilter->start(); in start() local
134 Status s = mTunerFilter->stop(); in stop() local
144 Status s = mTunerFilter->flush(); in flush() local
154 Status s = mTunerFilter->getId(&id); in getId() local
164 Status s = mTunerFilter->getId64Bit(&id); in getId64Bit() local
203 Status s = mTunerFilter->close(); in close() local
264 Status s = mTunerFilter->getQueueDesc(&aidlMqDesc); in getFilterMq() local
[all …]
H A DTimeFilterClient.cpp43 Status s = mTunerTimeFilter->setTimeStamp(timeStamp); in setTimeStamp() local
52 Status s = mTunerTimeFilter->clearTimeStamp(); in clearTimeStamp() local
62 Status s = mTunerTimeFilter->getTimeStamp(&timeStamp); in getTimeStamp() local
75 Status s = mTunerTimeFilter->getTimeStamp(&sourceTime); in getSourceTime() local
87 Status s = mTunerTimeFilter->close(); in close() local
H A DLnbClient.cpp39 Status s = mTunerLnb->setCallback(aidlCallback); in setCallback() local
48 Status s = mTunerLnb->setVoltage(voltage); in setVoltage() local
57 Status s = mTunerLnb->setTone(tone); in setTone() local
66 Status s = mTunerLnb->setSatellitePosition(position); in setSatellitePosition() local
75 Status s = mTunerLnb->sendDiseqcMessage(diseqcMessage); in sendDiseqcMessage() local
84 Status s = mTunerLnb->close(); in close() local
H A DDescramblerClient.cpp41 Status s = mTunerDescrambler->setDemuxSource(demuxClient->getAidlDemux()); in setDemuxSource() local
50 Status s = mTunerDescrambler->setKeyToken(keyToken); in setKeyToken() local
61 Status s = mTunerDescrambler->addPid(pid, aidlFilter); in addPid() local
72 Status s = mTunerDescrambler->removePid(pid, aidlFilter); in removePid() local
81 Status s = mTunerDescrambler->close(); in close() local
H A DDvrClient.cpp215 Status s = mTunerDvr->configure(settings); in configure() local
241 Status s = mTunerDvr->attachFilter(filterClient->getAidlFilter()); in attachFilter() local
254 Status s = mTunerDvr->detachFilter(filterClient->getAidlFilter()); in detachFilter() local
263 Status s = mTunerDvr->start(); in start() local
272 Status s = mTunerDvr->stop(); in stop() local
281 Status s = mTunerDvr->flush(); in flush() local
299 Status s = mTunerDvr->close(); in close() local
314 Status s = mTunerDvr->setStatusCheckIntervalHint(durationInMs); in setStatusCheckIntervalHint() local
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DPerformanceHintManagerTest.java82 Session s = createSession(); in testUpdateTargetWorkDuration() local
89 Session s = createSession(); in testUpdateTargetWorkDurationWithNegativeDuration() local
98 Session s = createSession(); in testReportActualWorkDuration() local
108 Session s = createSession(); in testReportActualWorkDurationWithIllegalArgument() local
118 Session s = createSession(); in testSendHint() local
127 Session s = createSession(); in testSendHintWithNegativeHint() local
136 Session s = createSession(); in testCloseHintSession() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
H A DQSIconViewImplTest.java62 State s = new State(); in testNoFirstAnimation() local
85 State s = new State(); in testMutateIconDrawable() local
101 State s = new State(); in testNoFirstFade() local
113 State s = new State(); in testStateSetCorrectly_toString() local
146 State s = new State(); in testIconStartedAndStoppedWhenAllowAnimationsFalse() local
165 State s = new State(); in testAnimatorCallbackRemovedOnOldDrawable() local
/aosp14/frameworks/base/core/java/android/app/slice/
H A DSliceQuery.java83 public static List<SliceItem> findAll(SliceItem s, String type) { in findAll()
90 public static List<SliceItem> findAll(SliceItem s, String type, String hints, String nonHints) { in findAll()
97 public static List<SliceItem> findAll(SliceItem s, String type, String[] hints, in findAll()
107 public static SliceItem find(Slice s, String type, String hints, String nonHints) { in find()
114 public static SliceItem find(Slice s, String type) { in find()
121 public static SliceItem find(SliceItem s, String type) { in find()
128 public static SliceItem find(SliceItem s, String type, String hints, String nonHints) { in find()
135 public static SliceItem find(Slice s, String type, String[] hints, String[] nonHints) { in find()
144 public static SliceItem find(SliceItem s, String type, String[] hints, String[] nonHints) { in find()
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannedTest.java75 SpannableString s = new SpannableString("Hello there world"); in testWrapParcel() local
115 private void checkPriority(Spannable s) { in checkPriority()
175 public void onSpanChanged(Spannable b, Object o, int s, int e, int st, int en) { } in onSpanChanged()
178 public void onSpanRemoved(Spannable b, Object o, int s, int e) { } in onSpanRemoved()
181 public void onSpanAdded(Spannable b, Object o, int s, int e) { in onSpanAdded()
189 public void beforeTextChanged(CharSequence s, int start, int count, int after) { } in beforeTextChanged()
192 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
200 public void afterTextChanged(Editable s) { } in afterTextChanged()
/aosp14/system/core/libsparse/
H A Dsparse.cpp48 void sparse_file_destroy(struct sparse_file* s) { in sparse_file_destroy()
57 int sparse_file_add_fill(struct sparse_file* s, uint32_t fill_val, uint64_t len, in sparse_file_add_fill()
67 int sparse_file_add_fd(struct sparse_file* s, int fd, int64_t file_offset, uint64_t len, in sparse_file_add_fd()
71 unsigned int sparse_count_chunks(struct sparse_file* s) { in sparse_count_chunks()
114 static int write_all_blocks(struct sparse_file* s, struct output_file* out) { in write_all_blocks()
168 int sparse_file_callback(struct sparse_file* s, bool sparse, bool crc, in sparse_file_callback()
199 int sparse_file_foreach_chunk(struct sparse_file* s, bool sparse, bool crc, in sparse_file_foreach_chunk()
236 int64_t sparse_file_len(struct sparse_file* s, bool sparse, bool crc) { in sparse_file_len()
259 unsigned int sparse_file_block_size(struct sparse_file* s) { in sparse_file_block_size()
329 struct sparse_file* s; in sparse_file_resparse() local
[all …]
H A Dsparse_read.cpp102 int AddToSparseFile(struct sparse_file* s, int64_t len, unsigned int block) override { in AddToSparseFile()
167 int AddToSparseFile(struct sparse_file* s, int64_t len, unsigned int block) override { in AddToSparseFile()
212 static int process_raw_chunk(struct sparse_file* s, unsigned int chunk_size, in process_raw_chunk()
246 static int process_fill_chunk(struct sparse_file* s, unsigned int chunk_size, in process_fill_chunk()
287 static int process_skip_chunk(struct sparse_file* s, unsigned int chunk_size, in process_skip_chunk()
377 static int sparse_file_read_sparse(struct sparse_file* s, SparseFileSource* source, bool crc) { in sparse_file_read_sparse()
507 static int sparse_file_read_normal(struct sparse_file* s, int fd) { in sparse_file_read_normal()
520 static int sparse_file_read_hole(struct sparse_file* s, int fd) { in sparse_file_read_hole()
575 int sparse_file_read(struct sparse_file* s, int fd, enum sparse_read_mode mode, bool crc) { in sparse_file_read()
599 struct sparse_file* s; in sparse_file_import_source() local
[all …]
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/
H A DStringIterationPerfTest.java37 String s = "hello, world!"; in timeStringIteration0() local
49 String s = "hello, world!"; in timeStringIteration1() local
61 String s = "hello, world!"; in timeStringIteration2() local
74 String s = "hello, world!"; in timeStringToCharArray() local
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DAuthenticatorService.java57 String s) { in editProperties()
63 String s, String s2, String[] strings, Bundle bundle) in addAccount()
77 Account account, String s, Bundle bundle) in getAuthToken()
83 public String getAuthTokenLabel(String s) { in getAuthTokenLabel()
89 Account account, String s, Bundle bundle) in updateCredentials()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberFormattingTextWatcher.java78 public void beforeTextChanged(CharSequence s, int start, int count, in beforeTextChanged()
90 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
101 public synchronized void afterTextChanged(Editable s) { in afterTextChanged()
138 private String reformat(CharSequence s, int cursor) { in reformat()
175 private boolean hasSeparator(final CharSequence s, final int start, final int count) { in hasSeparator()
H A DVoLteServiceState.java98 public VoLteServiceState(VoLteServiceState s) { in VoLteServiceState() method in VoLteServiceState
114 protected void copyFrom(VoLteServiceState s) { in copyFrom()
180 VoLteServiceState s; in equals() local
231 private static void log(String s) { in log()
/aosp14/frameworks/base/core/java/android/text/
H A DTextWatcher.java31 public void beforeTextChanged(CharSequence s, int start, in beforeTextChanged()
40 public void onTextChanged(CharSequence s, int start, int before, int count); in onTextChanged()
56 public void afterTextChanged(Editable s); in afterTextChanged()
/aosp14/system/core/libutils/
H A DErrors_test.cpp43 status_t s = f(true, &val); in TEST() local
63 auto s = f(false); in TEST() local
79 auto s = f(false); in TEST() local
118 auto s = f(true); in TEST() local
132 auto s = f(true); in TEST() local
146 auto s = f(true); in TEST() local
166 auto s = f(true); in TEST() local
/aosp14/frameworks/base/cmds/incident_helper/src/
H A Dih_util.cpp33 std::string trim(const std::string& s, const std::string& charset) { in trim()
41 static inline std::string toLowerStr(const std::string& s) { in toLowerStr()
47 static inline std::string trimDefault(const std::string& s) { in trimDefault()
51 static inline std::string trimHeader(const std::string& s) { in trimHeader()
55 static inline bool isNumber(const std::string& s) { in isNumber()
101 std::string s = headerNames[i]; in getColumnIndices() local
224 int toInt(const std::string& s) { in toInt()
228 long long toLongLong(const std::string& s) { in toLongLong()
232 double toDouble(const std::string& s) { in toDouble()
256 std::string s(mBuffer); in readLine() local
/aosp14/frameworks/base/core/java/com/android/internal/colorextraction/types/
H A DTonal.java154 float[] s = fit(palette.s, hsl[1], fitIndex, 0.0f, 1.0f); in runTonalExtraction() local
277 private int getColorInt(int fitIndex, float[] h, float[] s, float[] l) { in getColorInt()
284 private int[] getColorPalette(float[] h, float[] s, float[] l) { in getColorPalette()
326 private static int bestFit(@NonNull TonalPalette palette, float h, float s, float l) { in bestFit()
345 private TonalPalette findTonalPalette(float h, float s) { in findTonalPalette()
401 public final float[] s; field in Tonal.TonalPalette
406 TonalPalette(float[] h, float[] s, float[] l) { in TonalPalette()
449 public boolean containsColor(float h, float s, float l) { in containsColor()
513 float[] s = readFloatArray(parser.getAttributeValue(null, "s")); in readRange() local
547 float[] s = readFloatArray(parser.getAttributeValue(null, "s")); in readPalette() local
/aosp14/frameworks/base/core/java/android/view/
H A DViewHierarchyEncoder.java106 public void addProperty(@NonNull String name, short s) { in addProperty()
124 public void addProperty(@NonNull String name, @Nullable String s) { in addProperty()
134 public void addUserProperty(@NonNull String name, @Nullable String s) { in addUserProperty()
179 private void writeShort(short s) { in writeShort()
206 private void writeString(@Nullable String s) { in writeString()
/aosp14/system/core/libutils/include/utils/
H A DFastStrcmp.h43 static inline int fastcmp(const char* l, const char* r, const size_t s) { in fastcmp()
50 static inline int fasticmp(const char* l, const char* r, const size_t s) { in fasticmp()
57 static inline int fastcmp(const void* lv, const void* rv, const size_t s) { in fastcmp()
/aosp14/system/core/trusty/utils/rpmb_dev/
H A Drpmb_dev.c116 static int rpmb_file_seek(struct rpmb_dev_state* s, uint16_t addr) { in rpmb_file_seek()
127 static uint16_t rpmb_dev_program_key(struct rpmb_dev_state* s) { in rpmb_dev_program_key()
153 static uint16_t rpmb_dev_get_counter(struct rpmb_dev_state* s) { in rpmb_dev_get_counter()
159 static uint16_t rpmb_dev_data_write(struct rpmb_dev_state* s) { in rpmb_dev_data_write()
214 static uint16_t rpmb_dev_data_read(struct rpmb_dev_state* s) { in rpmb_dev_data_read()
287 static void rpmb_dev_process_cmd(struct rpmb_dev_state* s) { in rpmb_dev_process_cmd()
445 int handle_conn(struct rpmb_dev_state* s, int conn_sock) { in handle_conn()
510 struct rpmb_dev_state s; in main() local

12345678910>>...23