HomeSort by relevance Sort by last modified time
    Searched defs:Unregister (Results 1 - 25 of 37) sorted by null

1 2

  /art/openjdkjvmti/
ti_dump.cc 66 void DumpUtil::Unregister() {
ti_phase.cc 148 void PhaseUtil::Unregister() {
ti_search.cc 208 void SearchUtil::Unregister() {
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
ReportStatusCodeHandler.h 77 EFI_PEI_RSC_HANDLER_UNREGISTER Unregister;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
RamDisk.h 73 Unregister a RAM disk specified by DevicePath.
98 EFI_RAM_DISK_UNREGISTER_RAMDISK Unregister;
ReportStatusCodeHandler.h 42 generation of exit boot services and invoke the unregister service.
47 2. not unregister at exit boot services so that the router will still have its callback address
89 EFI_RSC_HANDLER_UNREGISTER Unregister;
SmmReportStatusCodeHandler.h 76 EFI_SMM_RSC_HANDLER_UNREGISTER Unregister;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmmStatusCodeOnFrameworkSmmStatusCodeThunk/
PiSmmStatusCodeOnFrameworkSmmStatusCodeThunk.c 38 Unregister
108 Unregister (
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/
ReportStatusCodeRouterSmm.c 32 Unregister
100 Unregister (
  /external/libbrillo/brillo/
process_reaper.cc 20 Unregister();
32 void ProcessReaper::Unregister() {
  /external/tensorflow/tensorflow/compiler/xla/service/
execution_tracker.cc 64 tensorflow::Status ExecutionTracker::Unregister(const ExecutionHandle& handle) {
allocation_tracker.cc 74 tensorflow::Status AllocationTracker::Unregister(const GlobalDataHandle& data) {
76 VLOG(2) << "Unregister("
  /external/tensorflow/tensorflow/core/lib/monitoring/
collection_registry.cc 88 void CollectionRegistry::Unregister(const AbstractMetricDef* const metric_def) {
  /external/v8/src/heap/
array-buffer-tracker-inl.h 35 void ArrayBufferTracker::Unregister(Heap* heap, JSArrayBuffer* buffer) {
  /external/webrtc/talk/app/webrtc/
mediastream_unittest.cc 55 ~MockObserver() { Unregister(); }
57 void Unregister() {
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
dump_impl.cpp 57 Unregister(this);
82 void DumpImpl::Unregister(DumpImpl *dump_impl) {
  /hardware/qcom/display/msm8996/sdm/libs/core/
dump_impl.cpp 57 Unregister(this);
82 void DumpImpl::Unregister(DumpImpl *dump_impl) {
  /hardware/qcom/display/msm8998/sdm/libs/core/
dump_impl.cpp 57 Unregister(this);
82 void DumpImpl::Unregister(DumpImpl *dump_impl) {
  /device/google/cuttlefish_common/host/frontend/vnc_server/
blackboard.cpp 60 void BlackBoard::Unregister(const VncClientConnection* conn) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/
ReportStatusCodeRouterPei.c 19 Unregister
172 Unregister (
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/
ReportStatusCodeRouterRuntimeDxe.c 34 Unregister
88 generation of exit boot services and invoke the unregister service.
93 2. not unregister at exit boot services so that the router will still have its callback address
183 Unregister (
  /system/bt/service/ipc/binder/
remote_callback_list.h 58 // Register and unregister a callback interface. Registering will
63 bool Unregister(const android::sp<T>& callback);
138 bool RemoteCallbackList<T>::Unregister(const sp<T>& callback) {
remote_callback_map.h 52 // a call to RemoteCallbackMap::Unregister.
68 bool Unregister(const K& key);
152 bool RemoteCallbackMap<K, V>::Unregister(const K& key) {
  /external/libchrome/dbus/
exported_object.cc 114 void ExportedObject::Unregister() {
  /external/tensorflow/tensorflow/compiler/xla/client/
client.cc 294 Status Client::Unregister(const GlobalData& data) {
299 VLOG(1) << "making unregister request";
300 Status s = stub_->Unregister(&request, &response);

Completed in 1001 milliseconds

1 2