OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:session
(Results
951 - 975
of
4514
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/frameworks/base/media/java/android/media/tv/
ITvInputSession.aidl
27
* Sub-interface of ITvInputService which is created per
session
and has its own context.
58
// For the recording
session
/frameworks/base/media/tests/EffectsTest/res/values/
strings.xml
21
<string name="
session
">Audio
Session
</string>
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
BassBoostTest.java
125
Log.d(TAG, "Invalid
session
#: "+mSessionText.getText().toString());
224
private void getEffect(int
session
) {
226
if (sInstances.containsKey(
session
)) {
227
mBassBoost = sInstances.get(
session
);
230
mBassBoost = new BassBoost(0,
session
);
240
sInstances.put(
session
, mBassBoost);
262
private void putEffect(int
session
) {
271
sInstances.remove(
session
);
PresetReverbTest.java
129
Log.d(TAG, "Invalid
session
#: "+mSessionText.getText().toString());
249
private void getEffect(int
session
) {
251
if (sInstances.containsKey(
session
)) {
252
mPresetReverb = sInstances.get(
session
);
255
mPresetReverb = new PresetReverb(0,
session
);
263
sInstances.put(
session
, mPresetReverb);
285
private void putEffect(int
session
) {
294
sInstances.remove(
session
);
VisualizerTest.java
191
Log.d(TAG, "Invalid
session
#: "+mSessionText.getText().toString());
251
private void getEffect(int
session
) {
253
if (sInstances.containsKey(
session
)) {
254
mVisualizer = sInstances.get(
session
);
257
mVisualizer = new Visualizer(
session
);
264
sInstances.put(
session
, mVisualizer);
283
private void putEffect(int
session
) {
291
sInstances.remove(
session
);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
SummaryForAllUidLoader.java
43
public SummaryForAllUidLoader(Context context, INetworkStatsSession
session
, Bundle args) {
45
mSession =
session
;
/frameworks/base/packages/VpnDialogs/res/layout/
manage.xml
26
<TextView android:text="@string/
session
" style="@style/label"/>
27
<TextView android:id="@+id/
session
" style="@style/value"/>
/frameworks/base/packages/VpnDialogs/res/values-en-rAU/
strings.xml
24
<string name="
session
" msgid="6470628549473641030">"
Session
:"</string>
/frameworks/base/packages/VpnDialogs/res/values-en-rGB/
strings.xml
24
<string name="
session
" msgid="6470628549473641030">"
Session
:"</string>
/frameworks/base/packages/VpnDialogs/res/values-en-rIN/
strings.xml
24
<string name="
session
" msgid="6470628549473641030">"
Session
:"</string>
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestGetFolderListing.java
72
public void execute(ClientSession
session
) throws IOException {
73
executeGet(
session
);
BluetoothMasRequestPushMessage.java
76
public void execute(ClientSession
session
) throws IOException {
77
executePut(
session
, mMsg.getBytes());
/frameworks/support/media-compat/java/android/support/v4/media/session/
PlaybackStateCompat.java
16
package android.support.v4.media.
session
;
61
* Indicates this
session
supports the stop command.
68
* Indicates this
session
supports the pause command.
75
* Indicates this
session
supports the play command.
82
* Indicates this
session
supports the rewind command.
89
* Indicates this
session
supports the previous command.
96
* Indicates this
session
supports the next command.
103
* Indicates this
session
supports the fast forward command.
110
* Indicates this
session
supports the set rating command.
117
* Indicates this
session
supports the seek to command
[
all
...]
/hardware/qcom/audio/hal/voice_extn/
voice_extn.h
25
struct voice_session **
session
);
50
struct voice_session **
session
__unused)
/packages/apps/Camera2/src/com/android/camera/app/
CameraServices.java
20
import com.android.camera.
session
.CaptureSessionManager;
29
* Returns the capture
session
manager instance that modules use to store
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/
CameraCommand.java
27
* capture
session
, image reader, and other resources.
37
* @throws CameraCaptureSessionClosedException If the capture
session
was
/packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_DicTraverseSession.cpp
17
#define LOG_TAG "LatinIME: jni:
Session
"
25
#include "suggest/core/
session
/dic_traverse_session.h"
/system/tpm/trunks/
hmac_session_impl.cc
54
// Starting an unbound
session
is the same as starting a
session
bound to
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
PlanCreator.java
51
@Option (name = "
session
", shortName = 's', description = "the
session
id to derive from",
80
public PlanCreator(String planName, int
session
, CtsTestStatus result) {
82
mSessionId =
session
;
145
throw new ConfigurationException("Missing --
session
argument");
150
throw new ConfigurationException(String.format("Could not find
session
with id %d",
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
CameraOps.java
186
* Configure the camera
session
.
204
* Main listener for camera
session
events
211
public void onConfigured(CameraCaptureSession
session
) {
212
mCameraSession =
session
;
227
public void onConfigureFailed(CameraCaptureSession
session
) {
228
mErrorDisplayer.showErrorDialog("Unable to configure the capture
session
");
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
CameraOps.java
186
* Configure the camera
session
.
204
* Main listener for camera
session
events
211
public void onConfigured(CameraCaptureSession
session
) {
212
mCameraSession =
session
;
227
public void onConfigureFailed(CameraCaptureSession
session
) {
228
mErrorDisplayer.showErrorDialog("Unable to configure the capture
session
");
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
CameraOps.java
186
* Configure the camera
session
.
204
* Main listener for camera
session
events
211
public void onConfigured(CameraCaptureSession
session
) {
212
mCameraSession =
session
;
227
public void onConfigureFailed(CameraCaptureSession
session
) {
228
mErrorDisplayer.showErrorDialog("Unable to configure the capture
session
");
/device/huawei/angler/camera/QCamera2/stack/common/
mm_jpeg_interface.h
213
/*
session
id*/
250
/*
session
id*/
280
/* create a
session
*/
284
/* destroy
session
*/
298
/* create a
session
*/
302
/* destroy
session
*/
/device/lge/bullhead/camera/QCamera2/stack/common/
mm_jpeg_interface.h
213
/*
session
id*/
250
/*
session
id*/
280
/* create a
session
*/
284
/* destroy
session
*/
298
/* create a
session
*/
302
/* destroy
session
*/
/device/moto/shamu/camera/QCamera2/stack/common/
mm_jpeg_interface.h
204
/*
session
id*/
237
/*
session
id*/
267
/* create a
session
*/
271
/* destroy
session
*/
285
/* create a
session
*/
289
/* destroy
session
*/
Completed in 942 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>