/frameworks/native/services/vr/performanced/ |
performance_service.h | 61 else if (!task || task.thread_group_id() != sender.GetProcessId())
|
performance_service.cpp | 75 return sender.GetProcessId() == task.thread_group_id(); 305 if (!task || task.thread_group_id() != message.GetProcessId()) 362 if (!task || task.thread_group_id() != message.GetProcessId())
|
/external/libchrome/base/debug/ |
activity_tracker.cc | 81 int64_t GetProcessId() { 130 process_id = pid != 0 ? pid : GetProcessId(); [all...] |
/frameworks/native/libs/vr/libpdx/private/pdx/ |
service.h | 262 pid_t GetProcessId() const;
|
/frameworks/native/libs/vr/libvrflinger/ |
display_service.cpp | 236 const int process_id = message.GetProcessId();
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
audiopolicy.h | 573 virtual HRESULT STDMETHODCALLTYPE GetProcessId( 651 HRESULT (STDMETHODCALLTYPE *GetProcessId)( 687 #define IAudioSessionControl2_GetProcessId(This,pRetVal) (This)->lpVtbl->GetProcessId(This,pRetVal) 737 return This->lpVtbl->GetProcessId(This,pRetVal); [all...] |
processthreadsapi.h | 99 WINBASEAPI DWORD WINAPI GetProcessId (HANDLE Process);
|
/frameworks/native/libs/vr/libdvr/tests/ |
dvr_display_manager-test.cpp | 228 Status<int> GetProcessId(size_t surface_index) { 512 EXPECT_STATUS_EQ(getpid(), manager_->GetProcessId(0));
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_win.cc | 60 return GetProcessId(GetCurrentProcess());
|
/frameworks/native/libs/vr/libpdx/ |
service.cpp | 411 pid_t Message::GetProcessId() const { return info_.pid; }
|
service_tests.cpp | 179 EXPECT_EQ(kTestPid, message.GetProcessId());
|
/frameworks/native/libs/vr/libpdx_uds/ |
service_framework_tests.cpp | 200 REPLY_MESSAGE_RETURN(message, message.GetProcessId(), {});
|
/external/google-breakpad/src/client/windows/handler/ |
exception_handler.cc | [all...] |
/external/mdnsresponder/mDNSWindows/DLLX/ |
DNSSDService.cpp | 90 StringCchPrintf( windowClassName, sizeof( windowClassName ) / sizeof( TCHAR ), TEXT( "Bonjour Hidden Window %d" ), GetProcessId( NULL ) );
|
/system/core/adb/ |
adb.cpp | 837 ReportServerStartupFailure(GetProcessId(process_handle.get())); [all...] |
/prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/ |
platform-3.4.0.jar | |