Home
last modified time | relevance | path

Searched refs:streams (Results 1 – 13 of 13) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarAudioService.java171 public void onFocusChange(int focusState, int streams, int externalFocus) { in onFocusChange() argument
173 mFocusReceived = FocusState.create(focusState, streams, externalFocus); in onFocusChange()
227 (mCurrentFocusState.streams & mLastFocusRequestToCar.streams) != in doHandleCarFocusChange()
228 mLastFocusRequestToCar.streams) { in doHandleCarFocusChange()
230 mLastFocusRequestToCar.streams) + " got:0x" + in doHandleCarFocusChange()
231 Integer.toHexString(mCurrentFocusState.streams)); in doHandleCarFocusChange()
472 streamsToRequest |= mCurrentFocusState.streams; in reevaluateCarAudioFocusLocked()
476 streamsToRequest |= mCurrentFocusState.streams; in reevaluateCarAudioFocusLocked()
556 if (streamsToRequest != mCurrentFocusState.streams) { in needsToSendFocusRequestLocked()
855 public final int streams; field in CarAudioService.FocusState
[all …]
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dstream.md3 …am` is a concept for reading/writing JSON. Here we first show how to use streams provided. And the…
9 Memory streams store JSON in memory.
91 Different from string streams, `FileReadStream` is byte stream. It does not handle encodings. If th…
124 Encoded streams do not contain JSON itself, but they wrap byte streams to provide basic encoding/de…
126 As mentioned above, UTF-8 byte streams can be read directly. However, UTF-16 and UTF-32 have endian…
130 …ntime, you may use `AutoUTFInputStream` and `AutoUTFOutputStream`. These streams are defined in `r…
132 …d streams can be applied to streams other than file. For example, you may have a file in memory, o…
239 In addition to memory/file streams, user can create their own stream classes which fits RapidJSON's…
276 …PutBegin()` and `PutEnd()`, which are only for *in situ* parsing. Normal streams do not implement …
326 Note that, this implementation may not be as efficient as RapidJSON's memory or file streams, due t…
[all …]
Dfeatures.md30 * These encodings are used in input/output streams and in-memory representation.
80 * Support custom streams.
Dencoding.md88 …ds, user must know exactly which encodings will be used in the memory or streams. However, sometim…
146 You may also use `AutoUTF` and the associated streams for setting source/target encoding in runtime.
Dinternals.md186 … SSE4.2 instructions for this. And it is only activated for UTF-8 memory streams, including string…
204 … is found that some compilers cannot localize some member data access of streams into local variab…
Dpointer.md205 You may also stringify a `Pointer` to a string or other output streams. This can be done by:
Dtutorial.md510 …ing JSON, which can be a in-memory string, or file stream, etc. User can also create their streams.
511 2. [Encoding](doc/encoding.md) defines which character encoding is used in streams and memory. Rapi…
Dfaq.md245 little/big endian of stream is an issue for UTF-16 and UTF-32 streams, but not UTF-8 stream.
/packages/services/Car/service/src/com/android/car/hal/
DAudioHalService.java137 void onFocusChange(int focusState, int streams, int externalFocus); in onFocusChange() argument
244 public void requestAudioFocusChange(int request, int streams, int audioContexts) { in requestAudioFocusChange() argument
245 requestAudioFocusChange(request, streams, VEHICLE_AUDIO_EXT_FOCUS_NONE_FLAG, audioContexts); in requestAudioFocusChange()
248 public void requestAudioFocusChange(int request, int streams, int extFocus, int audioContexts) { in requestAudioFocusChange() argument
249 int[] payload = { request, streams, extFocus, audioContexts }; in requestAudioFocusChange()
364 int streams = v.getInt32Values( in dispatchEventToListener() local
368 listener.onFocusChange(focusState, streams, externalFocus); in dispatchEventToListener()
/packages/services/Car/tests/libvehiclenetwork-native-test/
DVehicleNetworkAudioHelperTest.cpp90 void setFocusState(int32_t state, int32_t streams, int32_t extState) { in setFocusState() argument
93 mValueToGet.value.int32_array[VEHICLE_AUDIO_FOCUS_INDEX_STREAMS] = streams; in setFocusState()
142 void changeFocusState(int32_t state, int32_t streams, int32_t extState) { in changeFocusState() argument
143 mHalMock->setFocusState(state, streams, extState); in changeFocusState()
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarAudioFocusTest.java518 public void sendAudioFocusState(int state, int streams, int extFocus) { in sendAudioFocusState() argument
521 mStreams = streams; in sendAudioFocusState()
524 int[] values = { state, streams, extFocus, 0 }; in sendAudioFocusState()
559 int state, streams, extFocus; in onPropertyGet() local
562 streams = mStreams; in onPropertyGet()
565 int[] values = { state, streams, extFocus, 0 }; in onPropertyGet()
/packages/services/Car/bluetooth/bt-map-service/
Dbt_hci_startup_issues.txt85767 - mute affected streams = 0x2e
85772 - ringer mode affected streams = 0x1a6 (STREAM_SYSTEM,STREAM_RING,STREAM_NOTIFICATION,STREAM_SYSTEM…
85773 - ringer mode muted streams = 0x0
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz