/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
BluetoothMasRequestGetFolderListingSize.java | 53 public void execute(ClientSession session) throws IOException { 54 executeGet(session);
|
BluetoothMasRequestGetMessagesListingSize.java | 54 public void execute(ClientSession session) throws IOException { 55 executeGet(session);
|
BluetoothMasRequestSetMessageStatus.java | 49 public void execute(ClientSession session) throws IOException { 50 executePut(session, FILLER_BYTE);
|
BluetoothMasRequestSetNotificationRegistration.java | 45 public void execute(ClientSession session) throws IOException { 46 executePut(session, FILLER_BYTE);
|
/frameworks/support/v4/api22/android/support/v4/media/session/ |
PlaybackStateCompatApi22.java | 17 package android.support.v4.media.session; 19 import android.media.session.PlaybackState;
|
/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/ |
FullAFScanCommand.java | 64 FrameServer.Session session = mFrameServer.tryCreateExclusiveSession(); local 65 if (session == null) { 76 session.submitRequest(Arrays.asList(idleBuilder.build()), 88 session.submitRequest(Arrays.asList(cancelBuilder.build()), 93 session.submitRequest(Arrays.asList(idleBuilder.build()), 98 session.submitRequest(Arrays.asList(triggerBuilder.build()), 107 session.close();
|
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/ |
JpegImageBackendImageSaver.java | 37 import com.android.camera.session.CaptureSession; 65 public ImageSaverImpl(CaptureSession session, 68 mSession = session; 105 CaptureSession session, 109 mSession = session; 205 @Nonnull CaptureSession session) { 212 proxyListener, session, imageRotation, pictureSaverCallback); 213 return new MostRecentImageSaver(new ImageSaverImpl(session,
|
YuvImageBackendImageSaver.java | 34 import com.android.camera.session.CaptureSession; 65 public ImageSaverImpl(CaptureSession session, 68 mSession = session; 104 private YuvImageProcessorListener(CaptureSession session, 107 mSession = session; 214 @Nonnull CaptureSession session) { 219 session, imageRotation, pictureSaverCallback); 220 return new MostRecentImageSaver(new ImageSaverImpl(session, imageRotation,
|
/packages/apps/Camera2/src/com/android/camera/session/ |
CaptureSessionFactoryImpl.java | 17 package com.android.camera.session; 24 /** Sub-directory for storing temporary session files. */
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
LevelTrackingMediaRecorder.java | 37 * During the start and end of a recording session, we kick off a thread that polls for audio 47 // We refresh sound level every 100ms during a recording session. 80 * @return if we are currently in a recording session. 87 * Start a new recording session. 88 * @return true if a session is successfully started; false if something went wrong or if 127 Assert.fail("Trying to start a new recording session while already recording!"); 134 * Stop the current recording session. 203 // The recording session is over, finish the thread.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
adsnms.h | 23 #define SESSION_CLASS_NAME TEXT("Session") 45 #define SESSION_SCHEMA_NAME TEXT("Session")
|
xcmc.h | 144 CMC_return_code WINAPI cmc_send(CMC_session_id session,CMC_message *message,CMC_flags send_flags,CMC_ui_id ui_id,CMC_extension *send_extensions); 152 CMC_return_code WINAPI cmc_act_on(CMC_session_id session,CMC_message_reference *message_reference,CMC_enum operation,CMC_flags act_on_flags,CMC_ui_id ui_id,CMC_extension *act_on_extensions); 157 CMC_return_code WINAPI cmc_list(CMC_session_id session,CMC_string message_type,CMC_flags list_flags,CMC_message_reference *seed,CMC_uint32 *count,CMC_ui_id ui_id,CMC_message_summary **result,CMC_extension *list_extensions); 165 CMC_return_code WINAPI cmc_read(CMC_session_id session,CMC_message_reference *message_reference,CMC_flags read_flags,CMC_message **message,CMC_ui_id ui_id,CMC_extension *read_extensions); 171 CMC_return_code WINAPI cmc_look_up(CMC_session_id session,CMC_recipient *recipient_in,CMC_flags look_up_flags,CMC_ui_id ui_id,CMC_uint32 *count,CMC_recipient **recipient_out,CMC_extension *look_up_extensions); 180 CMC_return_code WINAPI cmc_logoff(CMC_session_id session,CMC_ui_id ui_id,CMC_flags logoff_flags,CMC_extension *logoff_extensions); 184 CMC_return_code WINAPI cmc_logon(CMC_string service,CMC_string user,CMC_string password,CMC_object_identifier character_set,CMC_ui_id ui_id,CMC_uint16 caller_cmc_version,CMC_flags logon_flags,CMC_session_id *session,CMC_extension *logon_extensions); 188 CMC_return_code WINAPI cmc_query_configuration(CMC_session_id session,CMC_enum item,CMC_buffer reference,CMC_extension *config_extensions);
|
/external/linux-tools-perf/src/tools/perf/ |
builtin-annotate.c | 29 #include "util/session.h" 188 struct perf_session *session; local 192 session = perf_session__new(input_name, O_RDONLY, 194 if (session == NULL) 197 machines__set_symbol_filter(&session->machines, symbol__annotate_init); 200 ret = perf_session__cpu_bitmap(session, ann->cpu_list, 207 ret = perf_session_env__lookup_objdump(&session->header.env); 212 ret = perf_session__process_events(session, &ann->tool); 217 perf_session__fprintf_nr_events(session, stdout); 222 perf_session__fprintf(session, stdout) [all...] |
builtin-inject.c | 14 #include "util/session.h" 64 struct perf_session *session 154 struct perf_session *session) 159 err = perf_event__process_tracing_data(tool, event, session); 346 struct perf_session *session; local 358 session = perf_session__new(inject->input_name, O_RDONLY, false, true, &inject->tool); 359 if (session == NULL) 369 list_for_each_entry(evsel, &session->evlist->entries, node) { 385 lseek(inject->output, session->header.data_offset, SEEK_SET); 387 ret = perf_session__process_events(session, &inject->tool) [all...] |
/frameworks/base/docs/html/training/auto/audio/ |
index.jd | 105 <li>Register a {@link android.media.session.MediaSession} object and implement the 106 {@link android.media.session.MediaSession.Callback} object to enable playback controls.</li> 220 {@link android.media.session.MediaSession} provided by your app, which handles content playback 230 <li>Get the token for your app's {@link android.media.session.MediaSession} 243 android.media.session.MediaSession} object and its callback object.</li> 259 <li>If the user begins playback, Auto invokes the appropriate media session 363 Auto devices use {@link android.media.session.MediaSession} objects to pass playback control 369 <h3 id="registering_mediasession">Register a media session</h3> 372 android.media.session.MediaSession} object from your app. The Auto device uses the session objec [all...] |
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipAudioCall.java | 52 * <a href="{@docRoot}guide/topics/network/sip.html">Session Initiation Protocol</a> 111 * Called when the session is established. 121 * Called when the session is terminated. 131 * Called when the peer is busy during session initialization. 332 * @return the session state 345 * @return the session object that carries this call 378 public void onCalling(SipSession session) { 379 if (DBG) log("onCalling: session=" + session); 391 public void onRingingBack(SipSession session) { [all...] |
/cts/tests/tests/tv/src/android/media/tv/cts/ |
HardwareSessionTest.java | 94 CountingSession session = HardwareProxyTvInputService.sSession; local 95 return session != null && session.mTuneCount > 0 96 && session.mHardwareVideoAvailableCount > 0; 114 public Session onCreateSession(String inputId) {
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg_inlines.h | 63 p_session = &my_obj->clnt_mgr[client_idx].session[session_idx]; 88 if (!my_obj->clnt_mgr[client_idx].session[i].active) { 89 *pp_session = &my_obj->clnt_mgr[client_idx].session[i]; 90 my_obj->clnt_mgr[client_idx].session[i].active = OMX_TRUE; 120 my_obj->clnt_mgr[client_idx].session[session_idx].active = OMX_FALSE;
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
ClientPairingSession.java | 30 * Pairing session implementation for a client. 42 * @param protocol the wire interface for the session 43 * @param context the pairing context for the session 54 * @param protocol the wire interface for the session 55 * @param context the pairing context for the session
|
/frameworks/support/customtabs/src/android/support/customtabs/ |
CustomTabsClient.java | 78 * Creates a new session through an ICustomTabsService with the optional callback. This session 81 * through same session-intent-Custom Tab association. 83 * session. Can be null. 84 * @return The session object that was created as a result of the transaction. The client can
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg_inlines.h | 63 p_session = &my_obj->clnt_mgr[client_idx].session[session_idx]; 88 if (!my_obj->clnt_mgr[client_idx].session[i].active) { 89 *pp_session = &my_obj->clnt_mgr[client_idx].session[i]; 90 my_obj->clnt_mgr[client_idx].session[i].active = OMX_TRUE; 120 my_obj->clnt_mgr[client_idx].session[session_idx].active = OMX_FALSE;
|
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/ |
ZslPreviewCommand.java | 76 try (FrameServer.Session session = mFrameServer.createExclusiveSession()) { 85 session.submitRequest(previewWarming, RequestType.NON_REPEATING); 91 session.submitRequest(zslWarmingBurst, RequestType.NON_REPEATING); 100 session.submitRequest(zslAndPreviewRepeating, RequestType.REPEATING);
|
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
SimpleImageCaptureCommand.java | 63 try (FrameServer.Session session = mFrameServer.createExclusiveSession(); 73 session.submitRequest(Arrays.asList(photoRequest.build()), 76 // Release the FrameServer session (allowing subsequent camera 79 session.close();
|
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
ImageShadowTask.java | 27 import com.android.camera.session.CaptureSession; 62 * @param captureSession the capture session associated with this shadow 96 public ProcessingResult process(Context context, CameraServices services, CaptureSession session) { 124 // Name is only required when Session is NULL. Session should never be
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
ControlPanelReceiver.java | 49 Log.v(TAG, "Audio session: " + audioSession); 57 // check audio session 59 Log.w(TAG, "Invalid or missing audio session " + audioSession); 63 // open audio session 75 // close audio session
|