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

  /system/core/debuggerd/
protocol.h 67 enum class InterceptStatus : uint8_t {
79 InterceptStatus status;
debuggerd_test.cpp 87 InterceptStatus* status, DebuggerdDumpType intercept_type) {
178 InterceptStatus status;
180 ASSERT_EQ(InterceptStatus::kRegistered, status);
196 *result = response.status == InterceptStatus::kStarted ? 1 : 0;
825 InterceptStatus status;
827 ASSERT_EQ(InterceptStatus::kRegistered, status);
859 InterceptStatus status;
861 ASSERT_EQ(InterceptStatus::kRegistered, status);
892 InterceptStatus status;
894 ASSERT_EQ(InterceptStatus::kRegistered, status)
    [all...]
  /system/core/debuggerd/tombstoned/
intercept_manager.cpp 121 response.status = InterceptStatus::kFailed;
133 response.status = InterceptStatus::kFailedAlreadyRegistered;
145 response.status = InterceptStatus::kRegistered;
214 response.status = InterceptStatus::kStarted;
  /system/core/debuggerd/client/
debuggerd_client.cpp 155 if (response.status != InterceptStatus::kRegistered) {
176 if (response.status != InterceptStatus::kStarted) {

Completed in 498 milliseconds