HomeSort by relevance Sort by last modified time
    Searched full:service (Results 3051 - 3075 of 11175) sorted by null

<<121122123124125126127128129130>>

  /development/samples/ApiDemos/res/layout/
service_start_arguments_controller.xml 17 <!-- Demonstrates starting and stopping a local service.
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
FileTransferService.java 20 * A service that process each file transfer request i.e Intent by opening a
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiDirectBroadcastReceiver.java 41 * @param manager WifiP2pManager system service
  /development/samples/browseable/BluetoothLeGatt/
AndroidManifest.xml 47 <service android:name=".BluetoothLeService" android:enabled="true"/>
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java 68 // Code to manage Service lifecycle.
72 public void onServiceConnected(ComponentName componentName, IBinder service) {
73 mBluetoothLeService = ((BluetoothLeService.LocalBinder) service).getService();
88 // Handles various events fired by the Service.
  /development/samples/training/notify-user/src/com/example/android/pingme/
MainActivity.java 33 // Creates an explicit Intent to start the service that constructs and
  /device/lge/mako/camera/QCamera/HAL/core/
Android.mk 71 # if debug service layer and up , use stub camera!
  /docs/source.android.com/src/devices/tech/storage/
index.jd 26 <p>External storage is managed by a combination of the <code>vold</code> init service and
27 <code>MountService</code> system service.</p>
86 be added as a device-specific <code>init.rc</code> service:</p>
88 service sdcard /system/bin/sdcard &lt;source_path&gt; &lt;dest_path&gt; 1023 1023
  /external/bluetooth/bluedroid/bta/av/
bta_av_api.c 52 ** Description Enable the advanced audio/video service. When the enable
84 ** Description Disable the advanced audio/video service.
105 ** Description Register the audio or video service to stack. When the
141 ** Description Deregister the audio or video service
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 492 /* Create a GAP service */
513 /* start service now */
749 param.service.uuid.len = LEN_UUID_16;
750 param.service.uuid.uu.uuid16 = uuid;
751 param.service.s_handle = 1;
752 param.service.e_handle = 0xFFFF;
753 param.service.auth_req = 0;
950 param.service.len = LEN_UUID_16;
951 param.service.uu.uuid16 = GATT_UUID_GAP_RECONN_ADDR;
  /external/bluetooth/bluedroid/stack/pan/
pan_api.c 124 ** p_user_name - Service name for PANU role
125 ** p_gn_name - Service name for GN role
126 ** p_nap_name - Service name for NAP role
168 /* Check the service name */
174 /* Registering for NAP service with SDP */
200 /* Check the service name */
206 /* Registering for GN service with SDP */
232 /* Check the service name */
238 /* Registering for PANU service with SDP */
  /external/bluetooth/bluedroid/stack/srvc/
srvc_eng.c 205 ** Service Engine Server Attributes Database Read/Read Blob Request process
228 ** Service Engine Server Attributes Database write Request process
410 ** Description Initializa the GATT Service engine.
425 /* Create a GATT profile service */
  /external/chromium/base/
sys_info_win.cc 70 // patchlevel/service pack number.
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider.h 27 // As necessary asks the history service for the relevant results. When
  /external/chromium/chrome/browser/
bug_report_util.h 52 // but doesn't include the build or service pack. That function
page_info_model.h 93 // Callback from history service with number of visits to url.
  /external/chromium/chrome/browser/chromeos/login/
login_browsertest.cc 93 // Ensure there's extension service for this profile.
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl.h 24 // Implementation of proxy config service for chromeos that:
181 // Returns true if config is set properly and config service has proceeded to
184 // is incomplete or invalid; while config service won't proceed to activate or
185 // persist this config, the information is "cached" in the service, so that
  /external/chromium/chrome/browser/extensions/
extension_accessibility_api.h 70 // Used for tracking registrations to history service notifications.
extension_preference_api.h 28 // This method dispatches events to the extension message service.
  /external/chromium/chrome/browser/history/
history_notifications.h 21 // so that the history service's broadcaster can delete it when the request
top_sites_backend.h 21 // Service used by TopSites to have db interaction happen on the DB thread. All
  /external/chromium/chrome/browser/policy/
device_management_service_unittest.cc 40 // Unit tests for the device management policy service. The tests are run
407 // Start with a non-initialized service.
420 // Now initialize the service. That should start the job.
453 // Shutdown the service and cancel the job afterwards.
  /external/chromium/chrome/browser/search_engines/
template_url_model_test_util.h 50 // Blocks the caller until the service has finished servicing all pending
  /external/chromium/chrome/browser/sessions/
session_command.h 16 // and chunk of data are specific to the service creating them.

Completed in 1225 milliseconds

<<121122123124125126127128129130>>