| /cts/tests/tests/media/src/android/media/cts/ |
| MediaSession2_PermissionTest.java | 57 import android.os.Process; 110 if (Process.myUid() != controller.getUid()) { 409 if (Process.myUid() == controllers.get(i).getUid()) { 465 assertEquals(Process.myUid(), controller.getUid()); 475 assertEquals(Process.myUid(), controller.getUid()); 485 assertEquals(Process.myUid(), controller.getUid()); 495 assertEquals(Process.myUid(), controller.getUid()); 505 assertEquals(Process.myUid(), controller.getUid()); 515 assertEquals(Process.myUid(), controller.getUid()); 525 assertEquals(Process.myUid(), controller.getUid()) [all...] |
| /external/autotest/scheduler/ |
| drone_manager.py | 69 class Process(CustomEquals): 84 return super(Process, self).__repr__() + '<%s>' % self 106 process = None variable in class:PidfileContents 115 return self.process and not self.exit_status 119 process = None variable in class:InvalidPidfile 165 # about a drone hitting process limit is sent. 174 # holds Process objects 346 def _get_drone_for_process(self, process): 347 return self._drones[process.hostname] 352 if pidfile_contents.process is None [all...] |
| /external/v8/samples/ |
| process.cc | 71 // Process a single request. 72 virtual bool Process(HttpRequest* req) = 0; 84 // Process function of the JavaScript script given as an argument. 91 virtual bool Process(HttpRequest* req); 95 // Process function. Returns true if this succeeded, otherwise false. 154 // Execute the script and fetch the Process method. 188 // Process function from the global object. 190 String::NewFromUtf8(GetIsolate(), "Process", NewStringType::kNormal) 193 // If there is no Process function, or if it is not a function, 273 bool JsHttpRequestProcessor::Process(HttpRequest* request) 294 v8::Local<v8::Function> process = local [all...] |
| /external/v8/src/crankshaft/ |
| hydrogen-check-elimination.cc | 86 HCheckTable* Process(HInstruction* instr, Zone* zone) { 819 // Process a possibly side-effecting instruction. 820 void Process(HInstruction* instr, Zone* zone) {
|
| /external/webrtc/webrtc/modules/audio_device/include/ |
| fake_audio_device.h | 40 virtual int32_t Process() { return 0; }
|
| /external/webrtc/webrtc/modules/audio_processing/ |
| audio_processing_impl_locking_unittest.cc | 317 bool Process(); 344 bool Process(); 363 bool Process(); 403 ->render_thread_state_.Process(); 409 ->capture_thread_state_.Process(); 415 ->stats_thread_state_.Process(); 586 bool StatsProcessor::Process() { 629 bool CaptureProcessor::Process() { 890 bool RenderProcessor::Process() { [all...] |
| audio_processing_performance_unittest.cc | 257 bool Process(); 374 // Do not process until at least one capture call has been done. 652 ->render_thread_state_->Process(); 658 ->capture_thread_state_->Process(); 686 bool TimedThreadApiProcessor::Process() {
|
| /external/webrtc/webrtc/voice_engine/test/android/android_test/jni/ |
| android_test.cc | 178 bool Process(); 196 return static_cast<ThreadTest*> (ptr)->Process(); 199 bool ThreadTest::Process() [all...] |
| /frameworks/base/core/java/android/net/ |
| TrafficStats.java | 303 setThreadStatsUid(android.os.Process.myUid()); 437 final int uid = android.os.Process.myUid(); 719 * @see android.os.Process#myUid() 725 final int callingUid = android.os.Process.myUid(); 726 if (callingUid == android.os.Process.SYSTEM_UID || callingUid == uid) { 752 * @see android.os.Process#myUid() 758 final int callingUid = android.os.Process.myUid(); 759 if (callingUid == android.os.Process.SYSTEM_UID || callingUid == uid) { 785 * @see android.os.Process#myUid() 791 final int callingUid = android.os.Process.myUid() [all...] |
| /frameworks/base/core/java/com/android/internal/os/ |
| RuntimeInit.java | 26 import android.os.Process; 67 * default, {@link KillApplicationHandler} will terminate this process later, 83 if (mApplicationObject == null && (Process.SYSTEM_UID == Process.myUid())) { 84 Clog_e(TAG, "*** FATAL EXCEPTION IN SYSTEM PROCESS: " + t.getName(), e); 93 message.append("Process: ").append(processName).append(", "); 95 message.append("PID: ").append(Process.myPid()); 136 // process (below), the in-memory buffer will be lost. So try to stop, which will 147 // System process is dead; ignore 156 // Try everything to make sure this process goes away [all...] |
| /frameworks/base/media/mca/filterfw/native/core/ |
| shader_program.cpp | 173 bool ShaderProgram::Process(const std::vector<const GLTextureHandle*>& input, 217 bool ShaderProgram::Process(const std::vector<const GLFrame*>& input, GLFrame* output) { 220 return Process(textures, output); [all...] |
| /frameworks/base/services/core/java/com/android/server/connectivity/tethering/ |
| UpstreamNetworkMonitor.java | 27 import android.os.Process; 480 nc.setSingleUid(Process.myUid());
|
| /frameworks/support/media/src/androidTest/java/androidx/media/ |
| MediaSession2_PermissionTest.java | 53 import android.os.Process; 107 if (Process.myUid() != controller.getUid()) { 519 if (Process.myUid() == controllers.get(i).getUid()) { 582 assertEquals(Process.myUid(), controller.getUid()); 591 assertEquals(Process.myUid(), controller.getUid()); 598 assertEquals(Process.myUid(), controller.getUid()); 606 assertEquals(Process.myUid(), controller.getUid()); 616 assertEquals(Process.myUid(), controller.getUid()); 626 assertEquals(Process.myUid(), controller.getUid()); 636 assertEquals(Process.myUid(), controller.getUid()) [all...] |
| /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/ |
| common_uniform_elim_pass.cpp | 354 // Process all blocks in structured order. This is just one way (the 559 // Do not process if any disallowed extensions are enabled 562 // Do not process if module contains OpGroupDecorate. Additional 574 // Process entry point functions 586 Pass::Status CommonUniformElimPass::Process(ir::Module* module) {
|
| /cts/tests/app/src/android/app/cts/ |
| ServiceTest.java | 684 assertEquals(android.os.Process.myUid(), services.get(0).uid); [all...] |
| /cts/tests/tests/app.usage/src/android/app/usage/cts/ |
| NetworkUsageStatsTest.java | 33 import android.os.Process; 263 "cmd activity get-uid-state " + Process.myUid()); 443 if (bucket.getUid() == Process.myUid()) { 457 assertTrue("No Rx bytes usage for uid " + Process.myUid(), totalRxBytes > 0); 458 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); 459 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); 460 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); 535 mStartTime, mEndTime, Process.myUid()); 548 assertEquals(bucket.getUid(), Process.myUid()); 555 assertTrue("No Rx bytes usage for uid " + Process.myUid(), totalRxBytes > 0) [all...] |
| /external/swiftshader/third_party/subzero/src/ |
| IceTargetLowering.cpp | 400 // Context.Cur to point to the next non-deleted instruction to process, and it 546 auto Process = [&](InstList &Insts) { 562 Process(Node->getPhis()); 563 Process(Node->getInsts()); [all...] |
| /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
| MainActivity.java | 103 // Terminate this process 104 android.os.Process.killProcess(android.os.Process.myPid());
|
| /external/webrtc/talk/app/webrtc/test/ |
| fakeaudiocapturemodule.cc | 105 int32_t FakeAudioCaptureModule::Process() {
|
| /external/webrtc/webrtc/modules/audio_coding/neteq/ |
| expand.cc | 68 int Expand::Process(AudioMultiVector* output) { [all...] |
| neteq_unittest.cc | 291 void Process(size_t* out_len); 409 void NetEqDecodingTest::Process(size_t* out_len) { 473 ASSERT_NO_FATAL_FAILURE(Process(&out_len)); 478 // Process NetworkStatistics. 486 // Process RTCPstat. [all...] |
| /external/webrtc/webrtc/modules/audio_device/ |
| audio_device_impl.cc | 413 // to call Process(). 424 // Module::Process 430 int32_t AudioDeviceModuleImpl::Process() [all...] |
| /external/webrtc/webrtc/modules/rtp_rtcp/source/ |
| rtp_rtcp_impl.cc | 110 // to call Process. 117 // Process any pending tasks such as timeouts (non time critical events). 118 int32_t ModuleRtpRtcpImpl::Process() { 131 // Process RTT if we have received a receiver report and we haven't 544 // Normal SR and RR are triggered via the process function. 550 // Normal SR and RR are triggered via the process function.
|
| /frameworks/base/core/java/android/os/ |
| Process.java | 29 public class Process { 30 private static final String LOG_TAG = "Process"; 71 * Defines the UID/GID for the WIFI supplicant process. 77 * Defines the UID/GID for the mediaserver process. 83 * Defines the UID/GID for the DRM process. 101 * Defines the UID/GID for the NFC service process. 107 * Defines the UID/GID for the Bluetooth service process. 125 * Defines the UID/GID for the shared RELRO file updater process. 131 * Defines the UID/GID for the audioserver process. 137 * Defines the UID/GID for the cameraserver process [all...] |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
| GarbageMonitor.java | 37 import android.os.Process; 118 android.os.Process.myPid(), mContext.getPackageName(), System.currentTimeMillis()); 175 Log.e(TAG, "update: unknown process info received: " + dinfo); 383 pmi = gm.getMemInfo(Process.myPid());
|