Home
last modified time | relevance | path

Searched refs:STATUS_NONE (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H A Dframe_record.h65 return status == STATUS_NONE; in IsIdle()
186 static const int32_t STATUS_NONE = 0; member in OHOS::CameraStandard::FrameRecord
189 std::atomic<int32_t> status = STATUS_NONE;
H A Daudio_record.h67 return status == STATUS_NONE; in IsIdle()
154 static const int32_t STATUS_NONE = 0; member in OHOS::CameraStandard::AudioRecord
157 int status = STATUS_NONE;
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_wl.c28 #define STATUS_NONE 0 macro
42 static uint8_t g_status = STATUS_NONE;
241 g_status = STATUS_NONE; in BtmCloseWhiteList()
H A Dbtm.c40 #define STATUS_NONE 0 macro
105 static uint8_t g_status = STATUS_NONE;
213 g_status = STATUS_NONE; in BTM_Close()
H A Dbtm_pm.c41 #define STATUS_NONE 0 macro
63 static uint8_t g_status = STATUS_NONE;
126 g_status = STATUS_NONE; in BtmClosePm()
H A Dbtm_le_sec.c28 #define STATUS_NONE 0 macro
49 static uint8_t g_status = STATUS_NONE;
215 g_status = STATUS_NONE; in BtmCloseLeSecurity()
H A Dbtm_sco.c53 #define STATUS_NONE 0 macro
85 static uint8_t g_status = STATUS_NONE;
131 g_status = STATUS_NONE; in BtmCloseSco()
H A Dbtm_acl.c39 #define STATUS_NONE 0 macro
146 static uint8_t g_status = STATUS_NONE;
292 g_status = STATUS_NONE; in BtmCloseAcl()
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/common/
H A Dframe_record.cpp65 if (status != STATUS_NONE && metaBuffer_) { in ReleaseMetaBuffer()

Completed in 9 milliseconds