HomeSort by relevance Sort by last modified time
    Searched refs:svc (Results 276 - 300 of 380) sorted by null

<<111213141516

  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 529 for(BluetoothGattService svc : mServices) {
530 if (svc.getDevice().equals(device) &&
531 svc.getType() == type &&
532 svc.getInstanceId() == instanceId &&
533 svc.getUuid().equals(uuid)) {
534 return svc;
546 for(BluetoothGattService svc : mServices) {
547 for(BluetoothGattCharacteristic charac : svc.getCharacteristics()) {
560 for(BluetoothGattService svc : mServices) {
561 for(BluetoothGattCharacteristic charac : svc.getCharacteristics())
    [all...]
BluetoothGattServer.java 405 for(BluetoothGattService svc : mServices) {
406 if (svc.getType() == type &&
407 svc.getInstanceId() == instanceId &&
408 svc.getUuid().equals(uuid)) {
409 return svc;
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp 464 sp<AudioPolicyService> svc; local
518 svc = mService.promote();
519 if (svc == 0) {
523 svc->doStopOutput(data->mIO, data->mStream, data->mSession);
530 svc = mService.promote();
531 if (svc == 0) {
535 svc->doReleaseOutput(data->mIO, data->mStream, data->mSession);
560 svc = mService.promote();
561 if (svc == 0) {
565 svc->doOnAudioPortListUpdate()
    [all...]
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 250 #define OCName(svc,ub,testn,suffix,n) testn ## svc ## ub ## suffix ## n
251 #define OCStr(svc,ub,suffix,n) "Test_" # svc # ub # suffix # n
252 #define OCRun(svc,ub,suffix) svc ## ub ## suffix
254 #define OpenCloseTest(n, svc,suffix,c,a,d) class OCName(svc,_,Test_,suffix,n) : public HowExpensiveTest { public: OCName(svc,_,Test_,suffix,n)():HowExpensiveTest(OCStr(svc,_,suffix,n),__FILE__,__LINE__) c int32_t run() { int32_t i; for(i=0;i<U_LOTS_OF_TIMES;i++){ OCRun( (…)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 395 for (i = 0; i < cpi->svc.number_spatial_layers; ++i) {
396 LAYER_CONTEXT *const lc = &cpi->svc.layer_context[i];
408 vpx_free_frame_buffer(&cpi->svc.scaled_frames[i]);
410 memset(&cpi->svc.scaled_frames[0], 0,
411 MAX_LAG_BUFFERS * sizeof(cpi->svc.scaled_frames[0]));
413 vpx_free_frame_buffer(&cpi->svc.empty_frame.img);
414 memset(&cpi->svc.empty_frame, 0, sizeof(cpi->svc.empty_frame));
722 (cpi->svc.encode_empty_frame_state == ENCODING ||
723 cpi->svc.number_spatial_layers > 1))
    [all...]
  /external/autotest/client/virt/tests/
whql_client_install.py 47 for svc in wtt_services.split():
48 virt_test_utils.stop_windows_service(session, svc)
  /external/parameter-framework/asio-1.10.6/include/asio/
io_service.hpp 34 template <typename Service> void add_service(io_service& ios, Service* svc);
206 * @li For each service object @c svc in the io_service set, in reverse order
208 * @c svc->shutdown_service().
213 * @li For each service object @c svc in the io_service set, in reverse order
215 * <tt>delete static_cast<io_service::service*>(svc)</tt>.
529 * @note For each service object @c svc in the io_service set, performs
530 * <tt>svc->fork_service();</tt>. When processing the fork_prepare event,
557 * @param svc The service object. On success, ownership of the service object
560 * @code delete static_cast<io_service::service*>(svc) @endcode
569 friend void add_service(io_service& ios, Service* svc);
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
discovery.c 267 PPPoETag *svc = (PPPoETag *) (&packet.payload); local
292 svc->type = TAG_SERVICE_NAME;
293 svc->length = htons(namelen);
296 memcpy(svc->payload, conn->serviceName, strlen(conn->serviceName));
453 PPPoETag *svc = (PPPoETag *) packet.payload; local
473 svc->type = TAG_SERVICE_NAME;
474 svc->length = htons(namelen);
476 memcpy(svc->payload, conn->serviceName, namelen);
  /build/target/product/
base.mk 125 svc \
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
Svc.java 17 package com.android.commands.svc;
19 public class Svc {
  /system/core/init/
service.h 172 void (*func)(Service* svc)) const;
174 void (*func)(Service* svc)) const;
176 void RemoveService(const Service& svc);
init.cpp 145 Service* svc = ServiceManager::GetInstance().FindServiceByName(name); local
146 if (svc == nullptr) {
152 svc->Start();
154 svc->Stop();
156 svc->Restart();
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 1791 SC_HANDLE svc, scm; local
1818 SC_HANDLE svc, scm; local
1846 SC_HANDLE svc, scm; local
    [all...]
  /external/v8/src/arm/
disasm-arm.cc 85 void PrintSoftwareInterrupt(SoftwareInterruptCodes svc);
274 void Decoder::PrintSoftwareInterrupt(SoftwareInterruptCodes svc) {
275 switch (svc) {
283 if (svc >= kStopCode) {
286 svc & kStopCodeMask,
287 svc & kStopCodeMask);
291 svc);
597 } else if (format[1] == 'v') { // 'svc
598 DCHECK(STRING_STARTS_WITH(format, "svc"));
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsEntry.java 257 public void addService(ServiceState svc) {
258 ArrayList<Service> services = mServices.get(svc.getPackage());
261 mServices.put(svc.getPackage(), services);
263 services.add(new Service(svc));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
diagnostic.s 13 svc -1
14 svc 65536
verbose-error.s 11 svc
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arch7.s 83 svc 0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 263 if (cpi->svc.number_spatial_layers > 1 &&
264 cpi->svc.number_temporal_layers == 1) {
265 twopass = &cpi->svc.layer_context[cpi->svc.spatial_layer_id].twopass;
354 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) {
356 for (i = 0; i < cpi->svc.number_spatial_layers; ++i) {
357 output_stats(&cpi->svc.layer_context[i].twopass.total_stats,
510 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) {
513 twopass = &cpi->svc.layer_context[cpi->svc.spatial_layer_id].twopass
    [all...]
  /libcore/ojluni/src/main/java/java/util/
ServiceLoader.java 216 private ServiceLoader(Class<S> svc, ClassLoader cl) {
217 service = svc;
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 246 BluetoothA2dpBinder(A2dpService svc) {
247 mService = svc;
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkService.java 251 BluetoothA2dpSinkBinder(A2dpSinkService svc) {
252 mService = svc;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientService.java 133 public BluetoothPbapClientBinder(PbapClientService svc) {
134 mService = svc;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 1032 SVC *const svc = &cpi->svc; local
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java 808 InCallServiceImpl svc = getService(); local
809 if (svc == null) {
814 Phone phone = svc.getPhone();
824 InCallServiceImpl svc = getService(); local
826 if (svc != null) {
827 return svc.getCallAudioState();
836 InCallServiceImpl svc = getService(); local
838 if (svc == null) {
851 svc.setAudioRoute(r);
    [all...]

Completed in 686 milliseconds

<<111213141516