HomeSort by relevance Sort by last modified time
    Searched refs:mInternal (Results 1 - 15 of 15) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
common.cc 324 : mInternal(new Internal) {
325 InitializeCriticalSection(&mInternal->mutex);
329 DeleteCriticalSection(&mInternal->mutex);
330 delete mInternal;
334 EnterCriticalSection(&mInternal->mutex);
336 mInternal->thread_id = GetCurrentThreadId();
342 mInternal->thread_id = 0;
344 LeaveCriticalSection(&mInternal->mutex);
349 GOOGLE_DCHECK_EQ(mInternal->thread_id, GetCurrentThreadId());
360 : mInternal(new Internal)
    [all...]
mutex.h 68 Internal* mInternal;
  /frameworks/base/services/core/java/com/android/server/job/
JobSchedulerShellCommand.java 34 JobSchedulerService mInternal;
38 mInternal = service;
155 int ret = mInternal.executeRunCommand(pkgName, userId, jobId, force);
202 return mInternal.executeTimeoutCommand(pw, pkgName, userId, jobIdStr != null, jobId);
222 mInternal.setMonitorBattery(enabled);
232 int seq = mInternal.getBatterySeq();
238 boolean val = mInternal.getBatteryCharging();
244 boolean val = mInternal.getBatteryNotLow();
250 int seq = mInternal.getStorageSeq();
256 boolean val = mInternal.getStorageNotLow()
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
mutex.h 68 Internal* mInternal;
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest9.java 97 mInternal.requestPinAppWidget(CALLING_PACKAGE_1, makeProviderInfo("dummy"),
114 assertTrue(mInternal.requestPinAppWidget(CALLING_PACKAGE_1, info, null,
BaseShortcutManagerTest.java 551 protected ShortcutServiceInternal mInternal;
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerShellCommand.java 99 final ActivityManagerService mInternal;
126 mInternal = service;
    [all...]
  /frameworks/rs/script_api/
Specification.h 355 bool mInternal; // Internal. Not visible to users. (Default: false)
406 FunctionSpecification(Function* function) : mFunction(function), mInternal(false),
411 bool isInternal() const { return mInternal; }
Specification.cpp 632 spec->mInternal = (scanner->getValue() == "true");
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 372 final boolean mInternal; // True if this is the internal database
393 mInternal = internal;
405 updateDatabase(mContext, db, mInternal, 0, getDatabaseVersion(mContext));
415 updateDatabase(mContext, db, mInternal, oldV, newV);
451 if (mInternal) return; // The internal database is kept separately.
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h     [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h     [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h     [all...]

Completed in 562 milliseconds